@charset "utf-8";
/* CSS Document */

body {
	background-color:#404040;
	margin-top:5px;
	color: #FFFFFF;
}

table {font-family:Verdana;}

.header {
	font-family:Verdana;
	font-size:12px;
	color:#f1ab00;
}

.header2 {
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
}

p {
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#FFFFFF; 
}

li {
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#FFFFFF;
}

.content {
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#ffffff;
	text-align:justify;
}

a {
	color:#cc0000;
	text-decoration:none;
}

a:hover {
	color:#cc0000;
	text-decoration:underline;
}

h1 {
	font-family:Verdana;
	font-size:16px;
	color:#AA1B18;
	font-weight:bold;
}

h2 {
	font-family:Verdana;
	font-size:14px;
	color:#242424;
	font-weight:bold;
}

img a {
	padding:0;
	margin:0;
}

#footer {
	position: relative;
	display: inline;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-align:center;
}

#footer a{
	color:#000000;
	text-decoration:none;
}

.copyright {
	padding-top:10PX;
	font-family:Verdana;
	font-size:11px;
	color:#999999;
	text-align:center;
}

#menu {
	font-family:Verdana;
	font-size:12px;
	color:#f1ab00;
	position: relative;
	display: inline;
	float:inherit;
	padding-left:12px;
	padding-right:12px;
}

#menu a{
	color:#f1ab00;
	text-decoration:none;
}

#menu a:active{
	color:#f1ab00;
	text-decoration:none;
}