body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #DDDDDD;
	background-color: #000000;
	background-image: url(images/bkground2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.primary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
	background-color: #000000;
	background-image: url(images/bg_redgrid.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
	padding: 0px;
	height: 90%;
	width: 800px;
	border: 1px solid #000000;
}
.conbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	margin: 0px;
	float: right;
	width: 490px;
	background-position: right top;
	padding: 6px;
}
.conboxbg {
	background-color: #666666;
	opacity:0.4;
	filter:alpha(opacity=40);
}

a:link { color:#00FFFF; text-decoration:underline; }
a:visted { color:#00EEEE; text-decoration:underline; }
a:hover { color:#FFFF00; text-decoration:none; }
a:active { color:#FFFFFF; text-decoration:line-through; }
.nav2 {
	background-image: url(/images/n_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.contentbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.highlight {
	background-color: #111111;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
.infobox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFF00;
	background-color: #000000;
	width: 324px;
}
