A.navlink  {
	font-size : 10pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #ccaa66;
}

A:Hover.navlink  {
	font-size : 10pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #6C8195;
}

.grayLink {
	font-size : 10pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #555555;
}


.grayLink:hover {
	font-size : 10pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : #555555;
}
.redError {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #cc0033;
}

body {
	font-family:Arial, Sans-serif;
	color:#000;
	background-color:#fff;
}
h1,h2,h3 {
	font-size:16px;
	font-weight:bold;
	color: #628297;
}
h1 {
	margin-top:0px;
}
p {
	font-size:10pt;
	font-weight:normal;
	color:#000;
}
acronym {
	font-weight:bold;
	color:#628297;
}

