body { 
	color: black; 
	#font-size: 12pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	#font-weight: normal; 
	#font-style: normal; 
	#line-height: 12pt; 
	#background-color: #f6eefd; 
	text-decoration: none; 
}
a:link { color: #93f ; text-decoration: none; }
a:visited { color: purple ; text-decoration: none; }
a:hover { color: fuchsia ; font-weight: bold; text-decoration: underline; }
a:active { color: red ; text-decoration: none; }
	
.navItem {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	
}
.navItem a { 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none; 
	margin: 0; 
	padding: 3px 10px; 
	display: block; 
	background-color:transparent; 
	border-top-width: medium; 
	border-bottom-width: medium;
}
.navItem a:hover { 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-size: 12px; color: #000000; 
	font-weight: bold; 
	text-decoration: none; 
	margin: 0; 
	padding: 2px 10px; 
	display: block; 
	background-color: #dddddd; 
	border-bottom: 1px solid #000000; 
	border-top: 1px solid #000000; 
	border-right: 1px solid black; 
}
.flo_l { 
	float: left; 
}
.flo_r { float: right; }
#logo { 
	visibility: visible; 
	position: absolute; 
	top: 9px; 
	left: 576px; 
	width: 280px; 
	height: 260px; 
	float: right; 
	}
.titlebar { 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: black; 
	font-size: 24pt; 
	font-weight: bolder; 
	line-height: 24pt; 
	text-decoration: none; 
	text-align: center; 
	}
.titlebar-small { 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: black; 
	font-size: 16pt; 
	font-weight: 600; 
	line-height: 24pt; 
	text-decoration: none; 
	text-align: center; 
	}
.pmtitle { 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: black; 
	font-size: 16pt; 
	font-weight: 600; 
	line-height: 24pt; 
	text-decoration: none; 
	background-color: olive; 
	}
.titletop { background-color: #bc9ac8; background-image: url(images/logotop.jpg); background-repeat: no-repeat; background-position: left 0; }

