body {
	/* avoid 'jumping' with short pages */
	overflow:-moz-scrollbars-vertical;
}

a:link, a:visited  {
	color: #000080;
}
a:active, a:hover  {
	color: #0000CC;
}

.title {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

.headline {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.text {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

.infobox {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color: #FFFFCC;
}

.textbold {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.txtblue {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000088;
}

.colred {
	color: #D80000;
}

.bold {
	font-weight: bold;
}

.txtmenu, a.menu:link, a.menu:visited  {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a.menu:active, a.menu:hover  {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

span.bottom, a.bottom:link, a.bottom:visited, a.bottom:active, a.bottom:hover {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

span.seo, a.seo:link, a.seo:visited, a.seo:active, a.seo:hover {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #486E9D;
	cursor: default;
}


