body {
	background-color: #BBF0BB;
	text-align: center;
}

hr {
	background-color: #003F87;
	width: 80%;
	height: 5px;
	border: 0;
}

.titletext {
	color: #003F87;
	font-family: Kelt, Garamond, Times New Roman, Arial, Helvetica;
	font-size: 3em;
	text-align: center;
	font-weight: bold;
	width: 500;
}

.subtitletext {
	color: #003F87;
	font-family: Kelt, Garamond, Times New Roman, Arial, Helvetica;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}

.subtitletext2 {
	color: #003F87;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

.subtitletext3 {
	color: #003F87;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}

.footer {
}

tr {
	background-color: #BBF0BB;
}

.sectiontitle {
	color: #0088CC;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BBF0BB;
	font-size: 1.25em;
	height: 50;
	width: 150;
	vertical-align: top;
}

.sectiontitle2 {
	color: #0088CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

.sectioninfo {
	color: #003F87;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BBF0BB;
	font-size: 1em;
	width: 650;
	height: 50;
	vertical-align: top;
	padding: 0.5em;
        padding-right: 2em;
}

.sectionhr {
	max-height: 20;
	max-width: 750;
	vertical-align: top;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #0088CC;
}

a:visited {
	color: #991111;
}

.bold {
	font-weight: bold;
}

.centerbold {
	text-align: center;
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

table {
	width: 800;
        border-style: none;
	padding: 3;
        border: 0;      
}

.tableheadertext {
	color: #0088CC;
        text-align: center;
	font-size: 2em;
	font-weight: bold;
}

.lefttitlebox {
	width: 150;
}

.righttitlebox {
	width: 150;
}

.leftimage {
	height: 150;
}

.rightimage {
	height: 150;
}

.bottom {
	color: #0088CC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.75em;
}
/***
ol {
	margin: 0 40px 0 40px
	text-indent: -0.3in;
}
***/

li {
	padding-bottom: 1em;
}

.roman {
	list-style-type: upper-roman;
}

.letter {
	list-style-type: upper-latin;
}

.bullet {
	list-style-type: disc;
}

.noliststyle {
	list-style-type: none;
}

.topmenu {
	color: #003F87;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	background-color: #BBF0BB;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	vertical-align: top;
}

.timestitle {
	font-family: Times New Roman, Times, serif;
        font-weight: bold;
	font-size: 2em;
}

.times {
	font-family: Times New Roman, Times, serif;
}