body,td,th {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222222;
	line-height: 20px;
}
body {
	background-color: #ffffff;
	margin: 25px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}



h1 {

	color: #447fb5;
	font-size: 28px;
	font-family: "Trebuchet MS";
	
}

.header {

vertical-align: middle;
text-align: center;
color: #FFFFFF;
height: 225px;
font-size: 20px;
font-weight: bold;
background: url('header_01.jpg') #336699;
	
}


.menu {

	background-color: #ffffff;
	padding: 10px;
	width: 200px;
	vertical-align: top;
	
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.current {
	font-weight: bold;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}

.footer {

	background-color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	height: 10px;
	
}

.box_green {
	background: #5AB24A;
	padding: 20px;
	margin-bottom: 1px;
	color: #ffffff;
}

.box_green a:link,
.box_green a:active,
.box_green a:visited {
	color: #ffffff;
}

.box_green a:hover {
	text-decoration: underline;
}


.box_blue {
	background: #447fb5;
	padding: 20px;
	margin-bottom: 1px;
	color: #ffffff;
}

.box_blue a:link,
.box_blue a:active,
.box_blue a:visited {
	color: #ffffff;
}

.box_blue a:hover {
	text-decoration: underline;
}