body {
	background-color: #e8e5d7;
	margin-top: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

a:link {
	text-decoration: none;
	color: #3366FF;
}

a:visited {
	text-decoration: none;
	color: #0099FF;
}

a:hover {
	text-decoration: underline;
	color: #0099FF;
}

a:active {
	text-decoration: underline;
	color: #3366FF;
}

h1 {
	font-size: 18px;
	color: #00467E;
}

h2 {
	font-size: 14px;
	color: #00467E;
}

.font_10 {font-size: 10px}
.font_11 {font-size: 11px}
.font_12 {font-size: 12px}

.font_20 {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;	
}

.font_32 {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;	
}

.font_18 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	font-style: italic;	
}

.top {
	font-size: 10px;
	line-height: 25px;
}

.bgcolor_blue {
	background-color: #00467E;
}

.menu {
	width: 240px;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu a {
	color: #003366;
	text-decoration: none;
	padding: 3px 10px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #e8e5d7 #e8e5d7 #cccccc #e8e5d7;
}

.menu a:hover {
	color: #3366FF;
	background: #ffffff;
}
