<!--
Primary Brightest	#75AADF;
Primary Bright		#5295D7;
Primary Semi Bright	#307FCF;
Primary 		#286AAD;
Primary Semi Dark	#20558A;
Primary Dark		#184068;
Primary Darkest		#102A45;

Secondary Brightest	#DFAA75;
Secondary Bright	#D79552;
Secondary Semi Bright	#CF8030;
Secondary 		#AD6A28;
Secondary Semi Dark	#8A5520;
Secondary Dark		#684018;
Secondary Darkest	#452B10;
-->

.title
{
	font-family:		battlefield,bank gothic light bt,verdana;
	color:			#CF8030;
	font-weight:		bolder;
	font-size:		30pt;
	text-transform:		uppercase;
}

body
{
	background-color:	#102A45;
}

table
{
	width:			100%;
}

.nav
{
	font-weight:		bold;
	font-size:		10pt;
	font-family:		bank gothic light bt,verdana;
	color:			#5295D7;
	background-color:	#000000;

	border-color:		#286AAD;
	border-size:		thin;
	border-style:		solid;
	width:			200;

	vertical-align:		text-top;
}

.nav b
{
	color:			#FFFFFF;
	font-size:		10pt;
}

.nav hr
{
	color:			#286AAD;
	margin-left:		5px;
	margin-right:		5px;
}

.nav A
{
	color:			#286AAD;
	width:			100%;
	text-indent:		10px;
	background-color:	#102A45;
	margin:			1px;
	border-color:		#286AAD;
	border-width:		1px;
	border-style:		solid;
	text-decoration:	none;
}

.nav A:hover
{
	color:			#75AADF;
	background-color:	#286AAD;
}

.main
{
	font-family:		bank gothic light bt,verdana;
	color:			#CF8030;
	background-color:	#184068;
	font-weight:		bold;
	font-size:		10pt;
	border-color:		#286AAD;
	border-size:		thin;
	border-style:		solid;
	vertical-align:		text-top;
	padding:		10px;
}

.mainText
{
	color:			#CF8030;
	font-family:		bank gothic light bt,verdana;
	font-weight:		bold;
	font-size:		10pt;
}

.main hr
{
	color:			#286AAD;
	border-size:		thin;
	border-style:		solid;
	margin-left:		30px;
	margin-right:		30px;
}

.main h1
{
	color:			#CF8030;
	font-weight:		bolder;
	font-size:		20pt;
	margin:			0px;
}

.main h2
{
	color:			#CF8030;
	font-weight:		bolder;
	font-size:		15pt;
	margin:			0px;
}

.main a
{
	color:			#FFFFFF;
	text-decoration:	none;
}

.main a:hover
{
	color:			#FFFFFF;
	text-decoration:	underline;
}

.main .comNet
{
	border-collapse:	collapsed;
	width:			100%;
	color:			#CF8030;
	background-color:	#184068;
	border-color:		#286AAD;
	border-width:		1px;
	border-style:		solid;
	text-deocoration:	none;
	font-weight:		bold;
	font-size:		10pt;
}

.main .comNet:hover
{
	color:			#DFAA75;
	background-color:	#286AAD;
	text-decoration:	none;
}

.main .comMsg
{
	color:			#CF8030;
	font-weight:		bold;
	font-size:		10pt;
	width:			50%;
	vertical-align:		text-top;

	border-color:		#286AAD;
	border-width:		1px;
	border-style:		solid;
}

.footer
{
	font-family:		bank gothic light bt,verdana;
	color:			#CF8030;
	background-color:	#184068;
	font-weight:		bold;
	font-size:		8pt;
	border-color:		#286AAD;
	border-size:		thin;
	border-style:		solid;
	vertical-align:		text-top;
	padding:		10px;
}

.footer a
{
	color:			#FFFFFF;
	text-decoration:	none;
}

.footer a:hover
{
	color:			#FFFFFF;
	text-decoration:	underline;
}

input
{
	font-family:		bank gothic light bt,verdana;
	color:			#286AAD;
	text-decoration:	none;
	background-color:	#102A45;
	border-color:		#286AAD;
	border-width:		1px;
	border-style:		solid;
}