html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	background-image: url(../images/mainbg.gif);
}

.navi {
	border: 1px solid #9CA9C0;
}

.boxHead {

background-color:#E5E5E5;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#526587;

}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.boxContent {
	padding: 5px;
}

h1 {
	font-size: 12px;
	color: #082862;
	background-color: #E5E5E5;
	padding: 5px;
}

/* links */
a.navigationBox, a.navigationBox:active, a.navigationBox:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
}

a.navigationBox:hover {
	color: #445C88;
	font-weight: normal;
}

a.newsBox, a.newsBox:active, a.newsBox:visited {
	font-size: 11px;
	color: #082862;
	text-decoration: none;
	font-weight: bold;
}

a.newsBox:hover {
	color: #445C88;
}

a, a:active, a:visited {
	color: #082862;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #445C88;
}

img {
	border: 0px;
}