body {
	background-color: #760202;
	background-image: url(images/bgvertmain.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.copyrights a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyrights a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyrights a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.copyrights {
	font-size: 11px;
	color: #FFFFFF;
}
.description {
	font-weight: normal;
        font-size: 15px;
	color: #CC0000;
	padding-right: 4px;
	padding-left: 4px;
}
.brd1px {
	border: 1px solid #CC0000;
}

.modelname {
	font-size: 17px;
	font-weight: bold;
	color: #FFCC00;
	padding-left: 5px;
}
.brd3px {
	border: 3px solid #FF0066;
}
.joinform {
	background-color: #fffdfd;
	border: 2px solid #990000;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}
.jointxt1 {
	font-size: 25px;
	font-weight: bold;
	color: #FFCC00;
}
.jointxt2 {
	font-size: 17px;
	font-weight: bold;
	color: #FFCC66;
}



.bgtop {
	background-image: url(images/bghormain.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bgleft {
	background-image: url(images/bgleft.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bgright {
	background-image: url(images/bgright.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgright2 {
	background-image: url(images/bgright2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgleft2 {
	background-image: url(images/bgleft2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}








body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
#metrosites td.tnsites img {
	border: 1px solid #CC0066;
	margin-top: 2px;
}
#metrosites td.tnsites a:link img {
	border: 1px solid #990000;
	margin-top: 2px;
}
#metrosites td.tnsites a:visited img {
	border: 1px solid #990000;
	margin-top: 2px;
}
#metrosites td.tnsites a:hover img {
	border: 1px solid #FF0000;
	margin-top: 2px;
}
.tnsites {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0066;
	text-decoration: none;
	text-align: center;
	border: 1px solid #990000;	
}
.tnsites a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.tnsites a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.tnsites a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.join_table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; width: 330px; border: thin solid #000000; padding: 5px; margin: 0px; }
.join_name { font-weight: bold; text-align: right; border: none; }
.join_value { text-align: left; border: none; }
.join_error { color: #EE0000; }
.join_header { font-size: 14px; font-weight: bold; text-align: center; border: none; }
.join_footer { font-size: 14px; font-weight: bold; text-align: center; border: none; }
.join_input { }
.join_select { }
.join_button { }

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;