@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color:#000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #FFCC00;
}

#container{
margin:0 auto;
width:802px;
}
h4 {
	color:#FFF;
	font-weight: bold;
}

a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}

.table {
	margin-top: 0px;
	text-align: justify;
	
}

.table2 {
	margin-left: auto;
	
}

.table3 {
	margin-left:115px;

}

.header {
	margin-top: 3px;
	margin-left: auto;
	
}

.style8 {
	color: #FF0000;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footer {
	font-size: 10px;
	text-align: center;
}

a.nav:link {
	color: #FFCC00;
	text-decoration: none;
}

a.nav:visited {
	text-decoration: none;
	color: #FFCC00;
}
a.nav:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a.nav:active {
	text-decoration: none;
	color: #FFCC00;
}