body 
{
	background-color: White;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight : normal;
}

h1, h2, h3, h4 
{
	font-weight: bold; 
}

h1 
{
	font-size: large;
	margin-bottom : 1em;
	letter-spacing : -0.5px;
}

h2
{
	font-size: small;
	font-variant : small-caps;
}

h3 {
	font-size: medium;
	margin-top : 2em;
	letter-spacing : -1px;
}

h4 {
	font-size: small;
}

h5 {
	font-weight : normal;
	font-size : xx-small;
}
h6 {
	font-weight : normal;
	font-size : xx-small;
}

p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight : normal;
	margin-top : 1em;
}

.smalltext {
	font-weight : normal;
	font-size : x-small;
}

.whitetxt {
	color : #FFF; 
}
.bluetxt {
	color: #0CA3E3;
}

.dkblue {
	color: #333399;
}

.navytxt {
	color : #142A63; 
}

.bold {
	font-weight: bold;
}

blockquote {
	margin-left: 35px;
	border: 0;
}

a:link {
	color : #006AAC; 
	text-decoration : underline;
}

v:link {
	color : #0CA3E3;
	text-decoration : underline; 
}

a:active {
	color: #FFCC00; 
	text-decoration : underline; 
}


td {  font-family: Georgia, "Times New Roman", Times, serif; font-size: small;}

ul {
	list-style-type : disc;
}
li {
	list-style-type : disc;
	margin-top : 5px;
}

ol{
	list-style-type : decimal;
}

.img_float_right {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border: thin solid #003366;
	border-spacing: 10;
	position: inherit;
	margin: 10px;
	clear: right;
	height: auto;
	width: auto;
}

.img_float_right_borderless {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border-spacing: 10;
	position: inherit;
	margin: 10px;
	clear: right;
	height: auto;
	width: auto;
}

.img_float_left {
	background-color: #FFFFFF;
	padding: 5px;
	float: left;
	border: thin solid #003366;
	border-spacing: 10;
	position: inherit;
	margin: 10px;
	height: auto;
	width: auto;
}

.center {
	text-align: center;
}

.caption  {
	font-size: small;
	font-style: italic;
	color: #003366;
}
