@charset "UTF-8";
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	margin-right: 24px;
	margin-left: 24px;
}
body {
	background-color: #000202;
}
.t {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	list-style-position: inside;
	list-style-type: disc;
	border-right-style: 24;
	border-bottom-style: 6;
	border-left-style: 24;
	padding-bottom: 6px;
	margin-left: 24px;
}
#container {
	position:absolute;
	left:0;
	top:0;
	width:900px;
	height:937px;
	z-index:1;
}
.OQ {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #666666;
	padding: 6px;
}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #DC6D1D;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #DC6D1D;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #292929;
	color: #fff;
}
	 
