body {
	background-color: #B5CCDE;
	background-image: url(/images/bgr.jpg);
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size:9pt;
	text-decoration:none;
	font-weight : bold;
}

a:link {
	text-decoration:none;
	font-weight:normal;
	color:#1F4880;
}

a:visited {
	text-decoration:none; 
	font-weight:normal;
	color:#1F4880;
}

a:hover {
	text-decoration:underline;
	font-weight:normal;
	color:#FF0400;
}

a:active {
	text-decoration:underline;
	font-weight:normal;
	color:#1F4880;
}

td {
	font-size: 13px;
}

h1 {
	display: inline;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	display: inline;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

.title {
	font-size: 36px;
	font-weight: bold;
}

.navigation {
	font-size: 16;
	font-weight: bold;
}

.navimouseover {
	background-color: #FFFFFF;
}

.navimouseout {
}
