/* CSS Document */

.mainbg{
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	background-color: #0A0B0D;
}
.maintxt{
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #7D7D7D;
}
.maintxt2{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #8B8B8B;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3F3F3F;
}
.border{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3F3F3F;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: tahoma;
}
.borderCopy {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3F3F3F;
}
.footerborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E6D6E;
}
.linktxt {
	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #7D7D7D;
	line-height: normal;
}
.linktxt:hover {

	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration:underline;
	color: #7D7D7D;
}
.brdr	{
	border:#3A3838 solid 1px;
	padding:4px;
}
.imgtxt{
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #7D7D7D;
}	
.brdr3	{
	border-left:#494849 solid 1px;
	border-right:#494849 solid 1px;
	border-bottom:#494849 solid 1px;
}
.blackbold{
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-left:5px;
}	
.whitebold{
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	padding-left:4px;
}
.whitebold:hover{
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #F6DE00;
	
	
}
.whitebold2{
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	padding-left:5px;
}
.menutxt{
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #7D7D7D;
	padding-left:5px;
}
.graybrdr	{
	margin:3px;
	padding:2px;
	border:#D2D0D0 solid 1px;
}
.bigblack{
	padding-left:25px;
	font-family: arial;
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height:25px;
	
}	
.white{
	padding-left:5px;
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #F2EFEF;
	
}
.yellow{
	padding-left:5px;
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #E4CE03;
	
}

.thumbnail{
position: relative;

}

.thumbnail:hover{
background-color: transparent;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000;
padding: 5px;
left: -1000px;
border: 1px soild gray;
visibility: hidden;
color: #000000;
text-decoration: none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #fff;
text-decoration: none;
line-height: 12px;
text-align: left;
z-index:10;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -500px; /*position where enlarged image should offset horizontally */
width:auto;
}
.whitebrdr	{
	border:#BAA90F solid 1px;
}
.bigwhite	{
	font-family:Tahoma;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}	
.bigyellow	{
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#F7E751;
}
.whitetxtbold	{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#E3E3E0;
}
.brdryellow	{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#F7E751;
}
.smallarrow	{
	padding-bottom:2px;
	padding-top:1px;
	padding-right:7px;
	padding-left:0px;
}
.gray_brdr	{
	border:#383738 solid 3px;
}
.gray_txt	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#7D7D7D;
	text-decoration:none;
}				
.yellowbig	{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#DBC603;
	text-decoration:none;
}			
	