A:link {text-decoration: none; color: #FFFFFF; font-weight:bold;}

A:visited {text-decoration: none; color: #FFFFFF; font-weight:bold;}

A:hover {text-decoration: underline; color: #FFFFFF; font-weight:bold;}

A.navcopy:link {text-decoration: none; color: #ffffff; font-weight:bold; font-size: 10px; line-height: 16px;}

A.navcopy:visited {text-decoration: none; color: #ffffff; font-weight:bold; font-size: 10px; line-height: 16px;}

A.navcopy:hover	{text-decoration: underline; color: #ffffff; font-weight:bold; font-size: 10px; line-height: 16px;}

.font10 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px;}

td.t-main {padding: .5cm; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 20px; color: #FFFFFF;}

td.t-nav {font-variant: small-caps; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 20px; color: #FFFFFF; background-image: url('/images/back_nav.gif');}

td.t-copyright {padding: .125cm; font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 16px; color: #FFFFFF;}

BODY {overflow: -moz-scrollbars-vertical; background-color:#000000; background-image: url('/images/back_splash.jpg'); margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; scrollbar-face-color: #000000; scrollbar-highlight-color: #FFFFFF; scrollbar-arrow-color: #FFFFFF; scrollbar-3dlight-color: #C0C0C0; scrollbar-shadow-color: #808080; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #666666;}
div#inline {
	display: none;
	background: #000;
}
div.show {
	display: block;
}
div.popupNav {
	height: 36px;
	padding: 10px 0;
	width: 384px;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #000;
	margin: 0 auto;
}
div.popupNav a {
	display: block;
	float: left;
	margin-left: 10px;
}
div.popupNav a.more {
	margin-left: 70px;
}
div.popupNav a.nothanks {
	margin-left: 20px;
}
div#introBox {
	background: transparent url(/images/bg_introBox.jpg) no-repeat scroll 0 0;
	width: 600px;
	height: 75px;
	padding-top: 350px;
}

div#introBox h1 a {
	display: block;
	text-indent: -9999em;
	width: 362px;
	height: 26px;
	background: transparent url(/images/bg_introBoxLink.jpg) no-repeat scroll 0 0;
	margin-left: 119px;
}
div#introBox h1 a:hover {
	background-position: 0px -26px;
}
/* the overlayed element */ 
div.overlay { 
    /* growing background image */ 
    background-image:url(/images/white.png); 
    /* dimensions after the growing animation finishes  */ 
    width:600px; 
    height:410px;         
    /* initially overlay is hidden */ 
    display:none; 
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(/images/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(/images/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(/images/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}