﻿.style3
{
  width: 700px;
  height: 208px;
  background-image: url('../images/pb-gray.jpg');
}
.style4
{
  width: 700px;
}
.style5
{
   height: 156px;
}
.style6
{
   height: 354px;
   font-family: "Trebuchet MS";
   font-size: 11px;
   color: #FFFFFF;
}
.style7
{
   font-size: xx-small;
   height: 17px;
}
.style11
{
   width: 680px;
   height: 39px;
}
.style18
{
   width: 143px;
}
.style19
{
   width: 90px;
}
.style20
{
   width: 106px;
}
.style21
{
   height: 62px;
   width: 65px;
}
.style26
{
   height: 146px;
   width: 557px;
   text-align: center;
   border-style: none;
}
.style28
{
   height: 153px;
   text-align: center;
   border-style: none;
}
.style29
{
   height: 47px;
}
.style30
{
   font-family: "Verdana";
   font-size: medium;
   font-weight: 500;
   color: #787878;
   height: 75px;
}
.style31
{
   height: 75px;
}
.style32
{
   border-style: none;
   height: 120px;
   width: 160px;
}
.style33
{
   border-style: none;
   height: 160px;
   width: 130px;
}
.style34 
{
	padding-left: 5px;
	padding-bottom: 6px;
	font-family: Trebuchet MS;
	font-size: 11px
}
.ButtonClass
{
background-image:url('../images/Home1.jpg');
background-repeat:no-repeat;
}
.ButtonClass:hover
{
background-image:url('../images/Home2.jpg');
background-repeat:no-repeat;
cursor:hand;
}
.SmallButton
{
 position: relative;
 background-image: url('../images/btn3.jpg');
 background-repeat: no-repeat;
 white-space: nowrap;
 display: block;
 width: 90px;
 height: 20px;
 margin: 0; 
 padding: 0; 
}

.SmallButton a
{
 display: block;
 color: #000000;
 font-size: 11px;
 font: "Trebuchet MS"; 
 font-style: normal;
 width: 90px;
 height: 20px;
 display: block;
 float: left;
 color: black;
 text-decoration: none;
}

.SmallButton img 
{
 width: 90px;
 height: 20px;
 border: 0; 
}

* html a:hover 
{
 visibility:visible
}

.SmallButton a:hover img
{
 visibility:hidden
}

.SmallButton span
{
 padding-right: 0px;
 padding-left: 0px;
 left: 0px;
 padding-bottom: 0px;
 margin: 0px;
 cursor: pointer;
 padding-top: 0px;
 position: absolute;
 top: 5px;
 width: 90px;
 text-align: center;
 color: White;
}
a:link
{
	color: White;
}
.copyright
{
	font-family: "Verdana";
    font-size: 8pt;
    font-weight: normal;
    color: #535353;
    text-align:center;
    padding-bottom: 10px;
    padding-top: 15px;
}