body
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

p, td, li, blockquote, input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #a9a9a9
}

input, label
{
	color: #000000;
}

b, i, strong, em
{
	color: #4682b4;
}

a, a:active, a:link, a:visited, a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #808080;
}

.content-area
{
	padding-top: 25px;
	padding-bottom: 15px;
	
	min-height: 314px;
}

.home-button-block
{
	margin: 15px;
}

	.home-button-block a, .home-button-block a:active, .home-button-block a:link, .home-button-block a:visited, .home-button-block a:hover
	{
		font-size: 18px;
		font-weight: normal;
		text-decoration: none;
		color: #4682b4;
	}
	
	.home-button img
	{
		border: 0;
	}
	
.form-label-header
{
	font-size: 14px;
	font-weight: bold;
}

.form-label
{
	font-weight: bold;
}

.form-divider
{
	height: 1px;
	color: #000000;
}

.form-required-marker
{
	font-weight: bold;
	color: #ff8601;
}

.form-error
{
	font-size: 12px;
	font-weight: bold;
	margin: 15px;
	padding: 15px;
	border: 1px double #000000;
	background-color: #ff0000;
	color: #ffffff;
}
	
