A:ACTIVE, A:LINK, A:VISITED {
	color : #003366;
}
A:HOVER {
	color : #990000;
	text-decoration : none;
}
A.white:ACTIVE, A.white:LINK, A.white:VISITED, A.white:HOVER {
	color : #FFFFFF;
}
P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
SPAN.headings {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	font-weight : bold;
}
SPAN.bluepageheading {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #003366;
	font-weight : bold;
}
SPAN.pageheading {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
	font-weight : bold;
}
SPAN.topics {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #6699CC;
}

SPAN.smlabel {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #000000;
}

SPAN.label {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
}

SPAN.normal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
}

SPAN.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #000000;
}

SPAN.highlight {
	background-color : #FFFFCC;
}

.button { width: 200; height: 26 }

DIV.error {
	background-color : #FFFFCC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Red;
	border : thin solid Red;
	text-align : center;
}

DIV.success {
	background-color : #99CCFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #003366;
	border : thin solid #003366;
	text-align : center;
}