body {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size: 0.85em;
	background-color: #FFFFFF;
}

a, a:visited {
	color: #000099;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-webkit-transition: border-bottom .2s linear;
	-moz-transition: color .2s linear;
	-moz-transition: border-bottom .2s linear;
	border-bottom-color: #B1B1B1;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:visited:hover, a:link:hover {
	color: #FF0000;
	border-bottom-color: #B1B1B1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: transparent;
}

.pagetitle {
	font-size: 1.1em;
	color: blue;
	font-weight: bold;
	text-align: center;
}
.oddrowcolor {background-color: #F2F38D;}

.evenrowcolor {background-color: #FFFFFF;}

.stdtext {
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}

.norm {
	background-color: #FFFFFF;
	color: black;
	font-size: 0.9em;
}

A:link, A:visited {
	color:#333399;
	font-weight: bolder;
	font-style: normal;
	text-decoration: none;
}

A:link:hover {text-decoration: none; background:#CCFFFF}
A:visited:hover {text-decoration: none; color:#333399; font-weight: bolder}
