html,body
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

img.topOrange
{
	width:8px;
	height:34px;	
}

.verticalLineFull
{
	background-color: black;
	width: 8px;
}

.horizontalLineFull
{
	 height:8px;
	 background-color: black;
}

.orangeHorizontalLine
{
	height:10px;
	background-color: #d76b29;
	padding-left: 15px;
	padding-right: 15px;
}

.greenBackground
{
	background-color: #d3cd58;
}

.blueBackground
{
	background-color: #7bc3cb;
}

.orangeBackground
{
	background-color: #d76b29;
}

.lineSpacer
{
	background-color: black;
}

.bodyHeader
{
	padding: 10px 10px 10px 10px;
}

.bodyText
{
	padding: 10px 10px 10px 10px;
}

.navigation
{
	width: 120px;
	padding: 10px 7px 10px 7px;
}

.header
{
	font-family:Arial Black;
	color: #000000;
	font-size: 16px;
}

.header21
{
	font-family:Arial Black;
	color: #000000;
	font-size: 21px;
}

.header14
{
	font-family:Arial Black;
	color: #000000;
	font-size: 14px;
}

.subHeader
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.lblMessage
{
	color: Red;
}

a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 80%;
}

a.topLink
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
}

a.topLink:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 80%;
}

a.bodyLink
{
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

a.bodyLink:hover
{
	color: Blue;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}