/* vim: set sw=2 ts=2 sts=2 ff=unix fdm=marker : */

body {
	background-image: url(images/top_bgr.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #f0f0ff;
	margin: 0px;
}

.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.maintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #001378;
}

