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

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}
body {
	background-color: #FFF;
	margin: 0px;
}

h1 {
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:20px;
}

h2 {
	color: #000;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}

h3 {
	color: #FFF;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}

h4 {
	color: #FFF;
	font-size: 9px;
	text-align: center;
}

a:link {
	color: #06F;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #96F;
}

a:hover {
	text-decoration: underline;
	color: #09F;
}

a:active {
	text-decoration: none;
	color: #09F;
}

.wrapper {
	padding: 30px;
}

.header {
	text-align: center;
}

.menu1 {
	width: 840px;
	font-size: 20px;
	font-weight: bold;
	color: #2A2B74;
	padding: 15px 50px 15px 0px;
	margin: auto;
}

.menu1 ul {
	list-style-type:none;
}

.menu1 ul li {
	padding: 0 10px;
	display: inline; 
}

.menu1 ul li a:link {
	color: #2A2B74;
}

.menu1 ul li a:visited {
	color: #2A2B74;
}
.menu1 ul li a:hover {
	color:#09F;
	text-decoration: none;
}

