@charset "UTF-8";
/* CSS Document */

a:link { color: #0000ff; }

a:visited { color: #0000ff; }

a:hover { color: #0000ff; }

a:active {  }

body {
	background-color: #8D9F99;
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #202A6F;
}.NavTop {
	background-color: #9BC8BA;
	background-image: url(../images/NavBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.Nav {
	background-color: #9BC8BA;
	background-repeat: no-repeat;
	background-position: left top;
}
.small-10 {
	font-size: 10pt;
	line-height: 10pt;
}
.head1 {
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}
.head2 {
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
}
.head3 {
	font-size: 12pt;
	font-weight: bold;
}
.OutlinePadLeft {
	border: 1px solid #202A6F;
	margin-left: 20px;
}
.OutlinePadRight {
	border: 1px solid #202A6F;
	margin-right: 20px;
}
.OutlinePadRightBottom {
	border: 1px solid #202A6F;
	margin-right: 20px;
	margin-bottom: 20px;
}
