BODY {
	background-color: Silver;
	font-family: Arial;
	font-size: 10px;
	color: #000080;
	margin: 5 0 0 0;
}

/* nvb1 is Nav Bar text and text link for primary navigation */
.nvb1{
	color:#000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}
.nvb1a{
	color: #000000; text-decoration: none; 
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}
.nvb1a:visited { color: #000000; text-decoration: none; }
.nvb1a:hover{ color: #444444; text-decoration: underline;}
.nvb1a:active{ color: #000000; text-decoration: underline;}

.bodyText{
	color:#000080;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}

/* These relate to the Help Pop-over (modal) windows */
div.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	padding:10px;
	border:medium #000099 solid;
}
table.help {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}
table.help td.body {
	text-align:right;
	padding-left:70px;
	padding-right:10px;
}
table.help td.textbox {
	text-align:center;
	background-color:#666666;
}
span.bigger {
	font-size:16pt;
}
span.big {
	font-size:14pt;
}

