BODY
{
	background-color:#001033;
	color:#FFF;
	margin:0px;
	padding:0px;
	font-family:verdana;
	font-size:11px;
	/*background-image:url(../../images/bg_helmet.jpg);*/
}

P
{
	padding-left:10px;
	padding-right:15px;
}

table
{
	font-family:verdana;
	font-size:11px;
	color:#CCC;
}

a
{
	text-decoration:none;
	color:#FFF;	
}

.header
{
	z-index:1;
	position:relative;
	top:0px;
	width:700px;
	height:165px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.content
{
	position:relative;
	top:10px;
	width:700px;
	color:#CCC;
	background-color:#1F2533;
	border:1px solid #CCCCCC;
	padding-bottom:25px;
	margin-bottom:25px;
}

.nav
{
	position:relative;
	top:11px;
	width:700px;
	z-index:10;	
}

.navitem, navitem_on
{
	background-color:#525252;
	border:1px solid #CCCCCC;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	cursor:default;
	cursor:hand;
	color:#FFF;
	width:100px;
}

.navitem_on
{
	color:#FFF;
	background-color:#1F2533;
	border:1px solid #CCCCCC;
	border-bottom:0px;
	text-transform:uppercase;
	cursor:default;
	font-weight:bold;
	text-align:center;
	cursor:hand;
	width:100px;
}

.pageheader
{
	position:relative;
	padding-left:10px;
	padding-top:25px;
	color:#FF2A00;
	font-family:Verdana;
	font-weight:bold;
	font-size:16px;
}
