/* Define normal text/background */
body, div, p, td
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: White;
	color: Black;
}

p.error
{
	color:Red;
}
div.error
{
	color:Red;
}
td.required
{
	color: Blue;
}

.bold_sm
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
}
.light_large
{
	color: #999999;
	font-size: 12pt;
}
.bold
{
	font-weight: bold;
}
.input {
	color: black;
	font-size: 8pt;
	font-weight: bold;
}
a, a:visited
{
	font-size: 8pt;
	text-decoration: none;
	color: blue;
}

a:hover {
	font-size: 8pt;
	color: #660000;
	text-decoration: underline;
}

.highlight
{
	background-color: #999999;
}

td.oddrow
{
	background-color: white; 
	color: Black;
	padding-left: 12pt;
	padding-right: 12pt;
	padding-top: 4pt;
	padding-bottom: 4pt;
}
td.evenrow
{
	background-color: #ffffcc;
	color: Black;
	padding-left: 12pt;
	padding-right: 12pt;
	padding-top: 4pt;
	padding-bottom: 4pt;
}
