﻿body {
	color: #000050;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DFEFFF;
	text-decoration: none;
}
.H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #800080;
	text-align: center;
}
.H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}
.H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #800080;
	text-align: center;
}
.H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #008000;
	text-align: center;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
	text-align: left;
}
.Larger {
	font-size: larger;
}
.boarder_1px {
 border-style: solid;
 border-width: 1px;
}
.one_and_one_half_height {
	line-height: 150%;
	font-weight: normal;
}
.bg_lt_blue {
 background-color: #8CD7FF;
}
/* Navigation */
.a_nav_links {
	font-family: Arial;
	font-size: x-small;
	color: #000080;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a:visited {
	color: #3F3F3F;
}

