body
{
	font-family: Georgia;
	background-color: #FFFFFF;
}
.evenrow
{
	color: navy;
	background-color: #E7E7FF;
	font-size: smaller;
}
.oddrow
{
	color: navy;
	background-color: #F7F7F7;
	font-size: smaller;
}
.prominent
{
	font-size: medium;
}
.discrete
{
	font-size: small;
	font-weight: lighter;
}
.evencommentrow
{
	color: navy;
	background-color: #D7D7FF;
	font-size: smaller;
}
.oddcommentrow
{
	color: navy;
	background-color: #E7E7EE;
	font-size: smaller;
}
.colheader
{
	text-align: left;
}
.rcolheader
{
	text-align: right;
}
.ccolheader
{
	text-align: center;
}
.partbox
{
	padding-right: 0px;
	padding-left: 0px;
	border-left-color: navy;
	border-bottom-color: navy;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: solid;
	border-top-color: navy;
	padding-top: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: navy;
	border-bottom-style: solid;
}
.partboxtitle
{
	font-weight: bolder;
	color: white;
	background-color: navy;
}
.pagercell
{
	font-weight: bolder;
	color: white;
	vcolor: white;
	acolor: white;
	background-color: navy;
}
.message
{
	color: red;
}
.comment
{
	background-color: #E7E7FF;
}
.helptext
{
	border: dashed 1px #666666;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-style: italic;
	font-size: smaller;
}
.pagetitle
{
	font-size: larger;
	font-weight: bolder;
	text-align: center;
	color: navy;
}
.navigation
{
	position: relative;
	text-align:center;
	font-weight: bold;
	top: 10px;
}


img
{
	border: 0px;
}
.homelogo
{
	position: absolute;
	top: 0px;
}
.tagline
{
	position: absolute;
	left: 85px;
	top: 5px;
}
.taglineExt
{
	color: #000080;
	font-weight: bolder;
}
.searchbox
{
	position: relative;
	top: 65px;
}

a
{
	font-family: verdana, sans-serif;
	color: #5252f2;
	text-decoration: none;
	font-weight: bold;
}
a:visited 
{
	color: #5252f2;
}
a:hover 
{
	color: #dc143c;
	text-decoration: underline;
}