﻿<style>
body {
	font-family: verdana,arial; 
	font-size: 9pt; 
	color: black; 
	text-align: center;
}
#container {
	margin: 0 auto; 
	padding: 0px; 
	text-align: left; 
	width: 720px;
}

div#content {
	float:right;
	width: 556px;
	padding:2px;
	background: #FFFFFF;
}

div#nav {
	float:left;
	width:160px;
	padding:0px;
	background:#87CEFF; 
	text-align: center;
}

div#fram {
	width:720px;
	padding-bottom:5px;
	padding-top:2px; 
	border-right: 1px solid #E0E0FF
}

div#foot {
	width:720px;
	padding:5px;
	background:#E3A1C4;
	text-align:center;
	font-size:8pt;
	font-weight: normal
}

td {
	font-family: verdana,arial; 
	font-size: 9pt; 
	color: black; 
	text-align: left
}

input {
	font-size: 8pt; 
	font-weight: bold;
	color: navy
}
select {
	font-size: 8pt; 
	font-weight: bold;
	color: navy
}
textarea {
	font-size: 8pt; 
	font-weight: bold;
	color: navy
}


form {
	background-color: #FFFFCC; 
	font-size: 9pt; 
	padding: 5px; 
	border-left: 1px #666666 solid;
	border-top: 1px #666666 solid;
	border-right: 2px #666666 solid;
	border-bottom: 2px #666666 solid;
}
.plainwhite {
	font-size: 9pt; 
	border: 0; 
	background-color: white
}
.white {
	background-color: white
}
.tiny {
	font-size:7pt; 
	color: navy
}
.headline {
	border-bottom: 2px #0000CC solid; 
	vertical-align: baseline 
}
.navback {
	text-align: center;
	width: 160px;
	background-image: url('images/leftbg.jpg'); 
	background-repeat: repeat-y
}
.navback2 {
	text-align: center;
	width: 160px;
	background-image: url('../images/leftbg.jpg');
	background-repeat: repeat-y;
}

.footback {
	font-size:8pt;
	height:24px; 
	vertical-align:top;  
	padding-top: 2px;
	border-top: 1px #666666 solid;
	text-align: center;
	background-image: url('images/bottom.jpg'); 
	background-repeat: no-repeat
}
.footback2 {
	font-size:8pt;
	height: 24px;
	border-top: 1px #666666 solid;
	text-align: center;
	background-image: url('../images/bottom.jpg'); 
	background-repeat: no-repeat
}
.tbold {
	font-weight: bold; 
	color: #333399;
}
.errs {
	font-weight: bold; 
	color:maroon
}
.sumy {
	font-weight: bold;
	color:maroon
}
.altrow {
	background-color: #F0FFF0;
	}
.stats {
	font-weight: bold; 
	color: maroon; 
	font-size: 11pt; 
	text-align: left
}
a:hover {
	color: blue; 
	text-decoration: underline
}
a { 
	color: black; 
	text-decoration: underline
}
a:hover { 
	color: blue; 
	text-decoration: underline
}
a.boldblue:hover {
	 color: #CC6699; 
	 font-weight: bold
}
a.wht {
	color: white; 
	text-decoration: underline; 
	font-weight: bold
}
a.wht:hover {
	color: #99CCFF;
}
.nl {
	 color: #CC6699; 
	 text-decoration: underline; 
	 font-weight:bold 
}
h3 {
	width: 160px; 
	font-size:13pt;
	font-weight:bold; 
	color:#000099; 
	text-align:center;
	padding: 2px
}
.colhead {
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #808080;
	text-align: center
}
.divhead {
	font-family: verdana, arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center
}

.collite {
	background-color: #F0F0F0;
	border: 1px #999999 solid;
}
.colyellow {
	background-color: #FFFFE0;
	border: 1px #999999 solid;
}
.colblue {
	background-color: #F0F0FF;
	border: 1px #999999 solid;
}

.box {
	border: 1px #CCCCCC solid; 
	text-align: right; 
	padding: 1px
}
.boxc {
	border: 1px #CCCCCC solid; 
	text-align: center; 
	padding: 1px
}

h4 {
	color:#000066;
	font-weight:bold;
	font-style: italic;
	font-size:13pt;
	text-align:center
}

.boldblue {
	color: blue;
	font-weight: bold;
}

</style>

