@charset "utf-8";

/* CSS Document */



body,td,th {

	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;

	color: #ffffff;

}

body {

	background-color: #191918;

}

.centered {

	text-align: center;

}



.imgborder {border: 1px solid black;}



.smalltext {

	font-size:12px;

	color: #000;

	font-weight: bold;

}





ul#menu{

	margin:0;

	padding:0;

	list-style-type:none;

	width:auto;

	position:relative;

	display:block;

	height:40px;

	text-transform:uppercase;

	font-size:13px;

	background:transparent url("images/button-bg.jpg") repeat-x top left;

	font-family:Helvetica,Arial,Verdana,sans-serif;

}


ul#menu li{

	display:block;

	float:left;

	margin:0;

	padding:0;
	border-left:1px solid white;




	}
	
	
	
	
	
	
	

ul#menu li a{

	display:block;

	float:left;

	color:#000000;

	text-decoration:none;

	padding:12px 20px 0px 20px;



	height:28px;

	}

ul#menu li a:hover{
	background:transparent url("images/black.jpg") repeat-x top left;
	color:#ffffff;

	}



.bottom{
	margin:0;
	
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
border-top:1px solid white;
	font-size:13px;
	background:#608aba;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	text-align: center;

}



.style1 {
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:text-bottom;
	font-weight:bold;
	font-style:italic;
}



.black {

	color: #000;

}

.style2 {
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:text-bottom;
	font-weight:bold;
	font-style:italic;
}


.style3 {
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:text-top;
	font-weight:bold;
	font-style:italic;
}

.style4 {
	font-size:18px;
	font-weight:bolder;
}

.style5 {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:text-top;
	font-weight:bold;
	font-style:italic;
}

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

