body
{
    FONT-SIZE: 11pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Helvetica, Arial, sans-serif;
}
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #c00;
}

a.nav:link {
	color: #EDC31B;
	text-decoration: none;
}

a.nav:visited {
	color: #EDC31B;
	text-decoration: none;
}

a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}

p.maintext {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	line-height: 1.75em;
}

p.paragraphtext {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	line-height: 1.25em;
}

span.highlight {
	font-weight: bold;
	color: #333;
}

span.header {
	font-weight: bold;
	color: #000;
	font-size: 1.5em;
}

span.smaller {
	font-style: italic;
	color: #000;
	font-size: .9em;
}

dt {
	background: url(images/triangle.gif) no-repeat;
	padding-left: 20px;
	color: #333;
}

dd {
	margin-top: .5em;
	text-indent: -15px;
}

td.pad {
	padding-left: 20px;
	padding-top: 20px;
}

