.navitem {
	font-size: 12px;
	border-bottom: 1px dotted #CCCC99;
	color: #CC0000;
}

.navitem a:link,.navitem a:visited {
	color: #000099;
	text-decoration: none;
}

.navitem a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.tblborder {
	border: 1px solid #000000;
}

.btmborder {
	border-bottom: 1px solid #990000;
}

.footborder {
	font-size: 11px;
	border-top: 1px solid #BBBBBB;
	padding: 4px;
}

.navborder {
	border-right: 1px dotted #CC9966;
	padding-top: 6px;
}
body {
	font-family: "Georgia" ,"Times New Roman", Times, serif;
	font-size: 12px;
}
.bodytext {
	font-size: 14px;
	line-height: 18px;	
}
.bodypad {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-top: 12px;
}
.note {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.message {
	width: 300px;
	background: #ffc;
	border: 1px dotted #c96;
	padding: 10px;
}