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


body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}

#menu {
	width: 149px;
	border-style: solid solid none solid;
	border-color: #677D92;
	border-size: 1px;
	border-width: 1px;
	float:left;
/*	margin: 10px; */
	}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#menu li a {
	height: 35px;
/*   	height: 24px;*/
	text-decoration: none;
	}
	
#menu li a:link, #menu li a:visited {
	color: #fff;
	font-weight:bold;
	display: block;
	background: url(images/button.jpg);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #cc0000;
	/*background: url(images/button.jpg) 0 -32px;*/
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #cc0000;
	background: url(images/button.jpg) 0 -64px;
	padding: 8px 0 0 10px;
	}
/*	
.menu {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	height: 35px;
	background: url(images/button.jpg);
}
.menu a {
	text-decoration: none;
}
*/	
.credits {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.style1 {
	font-family: Verdana;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 5px;
	border-bottom-color: #000;
	border-bottom: solid;
}

a {
	color:#cc0000;
}
a:hover{text-decoration:underline;}
.titles {
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: bold;
	color: #E8D161;
	text-decoration: none;
}
.style2 {
	font-family: Verdana;
	font-size: 12px;
	color: #E8D161;
	font-weight: bold;
}

