@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.gif);
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color:#333333;
	
}

.menu {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	list-style: none;	
}

.menu a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
}

.menu a:hover {
	color: #00a7e5;
	background: #768396;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
}

#menu3 {
	position:absolute;
	display:block;
	margin-top:127px;
	background-color: #88171a;
	left:50%;
	width:920px;
	margin-left:-461px;
	z-index:9;
}

#menu3 ul {
	margin:0; 
	padding:0; 
	list-style-type:none;
}

#menu3 li {
	float:left;
}

#menu3 a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin: 0;
	border-width: 0px;
	padding: 7px 18px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

#menu3 a:hover {
	color: #f4847f;
}

#menu3-bot {
	width:200px;
}

#menu3-bot ul {
	margin:0; 
	padding:0; 
	list-style-type:none;
}

#menu3-bot li {
	font: 12px "Times New Roman", Times, serif;
}

#menu3-bot a {
	font: 12px "Times New Roman", Times, serif;
	display: block;
	margin: 0;
	width: 200px;
	border-width: 0px;
	padding: 5px 0px;
	color: #636363;
	text-decoration: none;
}

#menu3-bot a:hover {
	color: #363636;
}
.footer {
	font-size: 9px;
	color: #666666;
}

.footer a {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}

#text-flash {
	position:absolute;
	display:block;
	margin-top:20px;
	left:50%;
	width:670px;
	margin-left:-230px;
	z-index:9;
	top: 144px;
}

