body {
	font-family: 'arial';
	font-size: 11px;
	background: #ffffff;
	color: #000066;
	line-height: 1.5;
	text-align: justify;
}

img {
	border: 0px;
}

.headertext {
	color: #ffffcc;
	font-family: 'tahoma';
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

.smallheader {
	font-family: 'tahoma';
	font-size: 14px;
	font-variant: small-caps;
	text-align: center;
	margin: auto;
}

.headertext_alt {
	color: #000066;
	font-family: 'tahoma';
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

.menu_item {
	height:30px;
	text-align:center;
}

.menu_item a:link, .menu_item a:visited, .menu_item a:active {
	color: #ffffff;
	font-family: 'tahoma';
	font-size: 14px;
	text-decoration: none;
	font-variant: small-caps;
}

.menu_item a:hover {
	color: #ddddaa;
}

a:link, a:visited, a:active, a:hover {
	color: #222299;
	font-family: 'arial';
	font-size: 11px;
}

a.home:link, a.home:visited, a.home:active {
	color: #000066;
	font-family: 'tahoma';
	font-variant: small-caps;
	font-size: 17px;
	text-decoration: none;
	font-weight: bold;
}

.smallblue {
	color: #000066;
	font-size: 13px;
}

.smallyellow {
	color: #ffffcc;
	font-size: 13px;
}

.yellowbox {
	text-align: center;
	background: #ffffcc;
}

.bluebox {
	border:1px solid #005;
	border-bottom:2px solid #005;
	background:#252588;
}

.copyright {
	text-align: right;
	border-top:1px solid #000066;
	padding-right: 20px;
	padding-top:3px;
}

a.nextpage:link, a.nextpage:visited, a.nextpage:active {
	color: #006;
	font-size: 14px;
	padding-right: 10px;
	text-align: right;
	font-variant: small-caps;
	font-weight: bold;
}

.nextpage a:hover {
}