body {
 min-height:100%; height:100%; margin-bottom:1px;
}
.copysmall { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; color: #3366CC}
.copyNorm { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #3366CC}
.copyLarge { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; color: #3366CC}
.copySubLinks { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #3366CC; text-decoration: none}
.copyTiny { font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; color: #3366CC}
.copyNormBold { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #3366CC ; font-weight: bold}
.copyNormRed {
font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #FF0000
}

#menuBar {
	position:relative;
	margin:0 auto;	
	text-align:left;
	height:20px;
	width:760px;
	background-color:#CC99FF;
	border-bottom: 1px solid white;
	overflow:hidden;
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
}
#menuBar ul {
	 list-style-type:none; 
	 padding:0px 0 0 0px;
	 margin:0 24;
}
#menuBar li {
	margin:0px;
	display:inline;
	padding-right:10px;
}
#menuBar li a {
	font-size:9pt;
	letter-spacing:0px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
#menuBar li a:hover {
	color:#F6E6F9;

}
.menuBar_Active {
	color:#F6E6F9;
}
