BODY {
   	color: white;
	background-color: black;
	background-image: url(images/dgrey045a.jpg);
	margin: 0px 0px 0px 0px;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 9px;	
}

H1 { 
        font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
        font-size: 22px;	
}


H2 {
        font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
        font-size: 18px;	
}

H3 {
        font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
        font-size: 12px;	
}

a:link {
	color: red;
	text-decoration: none;
	
}
a:visited {
	color: red;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

FONT {
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {	
	font-weight: bold;
}
.style2 {
	color: #000000;
	font-weight: bold;
}



TABLE {
}
.float {
	float:right;
}
.popup {
	background-color: silver;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}
TH {
	font-weight: bold;
}
TH.popup {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: gray;
}
TD {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: top; 
}
.content {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.menu {
	background-image: url(images/tpl_011_04a.jpg);
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 30px;
	color: #FFFFFF;
	padding-top: 11px;
	padding-bottom: 3px;
	vertical-align: top;
	font-weight: bold;
}
TD.popup {
	background-color: silver;
	font-weight: bold;
}

IMG {
	border: 0px;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: silver;
	padding: 0px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -10px;
	left: 60px; /*position where enlarged image should offset horizontally */

}




.logo {
	padding-left: 100px;
	color: #000000;
	vertical-align: top;
	padding-top: 45px;
}

.big{
position: absolute;
top: 0px;
left: 0px;
}
