/* General Styles */
body
{
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background-color:#030000;
}


.bodytrailer
{
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background-color:#0B0201;
}


.popup
{
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background-image:url(../images/bg_popup.jpg); 
background-repeat:repeat-y;
background-color:#2F1209;
}

#textwhite {font-family:Courier New, Courier, mono; font-size:11px; font-weight:normal; color:#FFFFFF;}
#textwhite p{font-family:Courier New, Courier, mono; font-size:11px; font-weight:normal; color:#FFFFFF;}
#textwhite td{font-family:Courier New, Courier, mono; font-size:11px; font-weight:normal; color:#FFFFFF;}


/* Hyperlink Styles */
a.linkwhite:link,a.linkwhite:active,a.linkwhite:visited{
	font-family:Courier New, Courier, mono;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#FFFFFF;
	background-color:transparent;
	padding:0px;
	}
	
a.linkwhite:hover,a.linkwhite:visited:hover{
	font-family:Courier New, Courier, mono;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#FFFFFF;
	background-color:transparent;
	padding:0px;
	}