H1 { 
	font-family: arial, sans-serif;
	font-size: 16pt;
	color: navy;
	/*text-align: center;*/
}

H2 { 
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	color: black;
	font-weight: bold;
	/*text-align: center;*/
}

H3 { 
	font-family: verdana, arial, sans-serif;
	font-size: 11pt;
	color: black;
	font-weight: bold;
	font-style: italic;
	margin-top: -15px;
	/*text-align: center;*/
}

BODY {
	margin: 0;
}

P, TD {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: normal;
}

.maintable {
	border-width: 1px;
	border-color: navy;
	border-bottom-style: solid;
}

.pagebody {
	padding: 15px;
	text-align: justify;
}

.menu_selected {
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #B0C9E3;
	color: black;
}

.submenu {
	background: #B0C9E3;
	/*text-align: center;*/
}

A {
	font-family: verdana, arial, sans-serif;
	color: navy;
	font-weight: normal;
	text-decoration: underline;
}

A:hover {
	color: #99CCFF;			
}

A.menu	{
	font-size: 12pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

A.menu:hover {
	color: navy;
	background: white;
	text-decoration: none;
}

A.submenu {
	color: black;
	text-decoration: none;
}

A.submenu:hover {
	color: white;
	/*text-decoration: underline;*/
}

.copyright {
	margin-top: 2px;
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	color: black;
	font-weight: normal;
}