body     {
	  font-family: Arial, Helvetica, Verdana, Trebuchet MS, Tahoma, sans-serif;

/*	  color: #0000FF;
	  background-color: #FFFAD4;
	  margin-left:4px;*/
	 }
a:link {color:#000099}
a:active {color:#000099}
a:visited {color:#000099}




h2       {
	  font-size: 1.5em;
	  color: #000099;
	 }
	 
h3    {font-size:2ex}
.hilight {
	  color: #FF0000;
	 }
.heading {
		text-align:center;
		color:#2dc100;
		font-size:3em;
	 }
.center {text-align:center;}
.fullCenter {text-align:center;width:100%}
.menulink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: small;

}
td.menu   {
	text-align:center;
	background-color: #000000;
}

.section {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #0000FF;

}
.title {
	font-size: 3em;
	font-weight: 900; 
	/* was 700*/
	color: #008000;
	text-align: center;
	padding: 6px;
	font-variant: normal;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #0000CC;
	text-align: center;

}
.emphasis {
	font-style: italic;
	color: #FF0000;
}

a:hover {color:#FF0000}

em {
	font-style: italic;
	color: #FF0000;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}

.navy {
	color: #000099;
}
i {
	font-style: italic;
	color: #0000FF;
}

.blueBold {
	color: #0000FF;
	font-weight: 600;

}
.redBold {
	color: #FF0000;
	font-weight: 600;

}
.redSansSerif {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}


.blueCenter {
	text-align:center;
	font-weight:650;
	color: #0000FF;
}
.navyBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: 600;
}

.rightDiv {
	float: right;
	width: 30%;
	border: thin inset #000099;
	background-color: #C6D1E3;
	margin-top: 15px;
	margin-right: 12px;

}
.divHead {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	background-color: #008000;
	text-align: center;
	width: 100%;
	margin-top: 0px;
}

.clearboth      {clear:both}

