/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#top
{
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 2px #DEDEDE;
}

.clear
{
	display: none;
}

.printHide, #navigation, h1, h3, #footer, #access
{
	display: none;
}

.purple
{
	color: #2D0054;
}

.purpleBold
{
	color: #2D0054;
	font-weight: bold;
}

.orange
{
	color: #FF8314;
}

.orangeBold
{
	color: #FF8314;
	font-weight: bold;
}

.floatRight
{
	display: block;
}

h2
{
	font-size: 14px;
	color: #FF8314;
}

p
{
	font-size: 12px;
	line-height: 16px;
	color: #7D7B7C;
	padding: 0px 0px 18px 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
}

p a
{
	font-size: 12px;
	line-height: 16px;
	color: #FF8314;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
}

p a:hover
{
	font-size: 12px;
	line-height: 16px;
	color: #FF8314;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: underline;
}