body {
	font-family: Times New Roman, Times, Arial, sans-serif;
	font-size: 11px;
}

form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1, h2 {
	font-size: 24px;
         color: #5666A1;
	font-weight: bold;
         text-align: center;
	margin: 10 5 10 0;
	padding: 0;
}

h3 {
	font-size: 18px;
         color: #295905;
         font-style: italic;
	font-weight: bold;
	margin: 10 5 10 0;
	padding: 0;
}


a, a:link, a:visited, a:active, a:focus {
	color: #485EB0;
	text-decoration: underline;
}
a:hover {
	color: #1A9F46;
	text-decoration: underline;
}

.nav_table {
         background-color:  #93C4FE;
}

.nav_table_active {
         background-color:  #93C4FE;
}


.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-size: 12px;
	color: #295905;
	font-weight: normal;
	text-decoration: none;
}
.nav_table a:hover {
	text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-size: 12px;
	color: #5666A1;
	font-weight: bold;
	text-decoration: none;
}

.menu_bar {
	width: 158px;
	margin: 0;
	padding: 0;
         text-align: center;
}