/* CSS Document */

.main_headings{
font-family:  "AvantGarde Bk BT", Verdana, Arial, Helvetica, sans-serif, Tahoma ;
font-size:19pt;
color:#e50000;
text-decoration:none;
} 

.main_headings1{
font-family:  "AvantGarde Bk BT", Verdana, Arial, Helvetica, sans-serif, Tahoma ;
font-size:15pt;
color:#b4b4b4;
font-weight:200;
} 
.main_headings2{
font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma ;
font-size:10pt;
color: #CC0000;
font-weight:bold;
text-decoration:none;
} 

.body_text{
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:10pt;
	color:#b4b4b4;
	text-decoration:none;
	font-weight: normal;
}

.body_link{
font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
font-size:10pt;
color:#b4b4b4;
text-decoration:none;
}

.body_text1{
font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
font-size:8pt;
color:#b4b4b4;
text-decoration:none;}

.copyright{
font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
font-size:7pt;
color:#b4b4b4;
text-decoration:none;}



.top_menu
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
font-weight:bold;
color:#CCCCCC;
text-decoration:none;
}
.top_menu:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#e50000;
text-decoration:none;
}
.top_menu:static
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
font-weight:bold;
color:#e50000;
text-decoration:none;
}
.top_menu:active
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
font-weight:bold;
color:#e50000;
text-decoration:none;
}

.top_menu_active
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
font-weight:bold;
color:#e50000;
text-decoration:none;
}

.top_menusaparator
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
font-weight:bold;
color:#CCCCCC;
text-decoration:none;
}
.formtext {
font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
font-size:9pt;
color:#000000;
text-decoration:none;
}

.body_textbig{
font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
font-size:10pt;
color:#b4b4b4;
text-decoration:none;
font-weight: normal;
font-weight:bold;}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 1px;
left: -200px;
border: 1px dashed red;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -60px;
left: -80px; /*position where enlarged image should offset horizontally */

}
.formtxt {
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:10pt;
	color:#b4b4b4;
	text-decoration:none;
	font-weight: normal;
	border: 1px dotted #999999;
	background-color: #000000;
}
