.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
	font-weight: bolder;
}
.pagesubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: italic;
	color: #333333;
	font-weight: bold;
}
.border_dotted {
	border: 1px dotted #CCCCCC;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.navilinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
	padding: 5px;
	float: none;
	width: 100px;
	border-top: 1px dotted #FF0033;
	border-right: 1px dotted #FF0033;
	border-bottom: 1px dotted #FF0033;
	border-left: 1px dotted #FF0033;
	margin: 0px;
}
a:link {
	color: #3300FF;
}
a:visited {
	color: #9900FF;
}
a:hover {
/*	background-color: #CCCCCC;*/
	padding: 3px;
	margin: 3px; 
}
a:active {
	color: #FFFF00;
}
.headertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #009999;
}
.headersubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #009999;
}
.greenbackground {
	background-color: #DDFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
.banner {
/*	background-color: #D9FFFF; */
	border: medium ridge #009999;
}
.border_solid {
	border: 1px solid #CCCCCC;
}
.submenuborders {
	margin-right: 10px;
	margin-bottom: 10px;
}
.leftalignedimages {
	margin-right: 5px;
	margin-bottom: 5px;
}
.rightalignedimages {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
