/* CSS Document */

body {
	background-color: #f2f1e9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #015a78;
}

#footer {
	border-top: solid 1px #015a78;
}

.text {
	margin: auto;
	padding-top: 205px;
	padding-left: 5px;
	padding-right: 5px;
	width: 890px;
	background-color: #ffffff;
	background-image: url(../media/images/site/mainpage_header.gif);
	background-repeat: no-repeat;
}

.text h1 {
	font-size: 20px;
	font-weight: normal;
	color: #015a78;
}

.text a {
	color: #015a78;
	text-decoration: none;
}


.text a:hover {
	color: #015a78;
	text-decoration: underline;
}

table {
	width: 890px;
	margin: auto;
	font-size: 16px;
	border: 0px;
}

td {
	background-color: #ffffff;
}

td a {
	text-decoration: none;
	color: #015a78;
}

.title {
	font-size: 18px;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #015a78;
}

h2 {
	font-size: 16px;
	color: #015a78;
	margin-bottom: 0px;
}

h3 {
	font-size: 14px;
	color: #015a78;
}

h4 {
	font-size: 14px;
	color: #015a78;
}

.image {
	width: 300px;
	text-align: center;
}

.description {
	padding: 5px;
}

