/* MHA Library Client Screen Default */

A
{
	color:	#660000;
}

A:Hover
{
	color:				#CC0000;
	text-decoration:	none;
}

BODY
{
	background-color:	#cccccc;
	font-family:		Verdana, Helvetiva, Sans-Serif;
	font-size:			8pt;
}

H3
{
	font-size:	1.2em;
}

LABEL
{
	font-weight:	bold;
}

LABEL.Required
{
	color:	#990000;
}

INPUT
{
	font-family:	Verdana, Helvetica;
	font-size:		1em;
	width:			15em;
}

SELECT
{
	font-family:	Verdana, Helvetica;
	font-size:		1em;
}

TEXTAREA
{
	font-family:	Verdana, Helvetica;
	font-size:		1em;
	width:			15em;
}

#Content
{
	padding-bottom:	1em;
	position:		relative;
	width:			95%;
}

#Copy
{
	display:		block;
	float:			none;
	line-height:	1.50em;
	padding:		10px;
	position:		relative;
	width:			100%;
}

#Copyright
{
	border-top:	solid 1px #999999;
	color:		#666666;
	padding:	1em;
	position:	relative;
	text-align:	center;
	width:		95%;
}

#Date
{
	display:	none;
}

#FooterInfo
{
	display:	none;
}

#Framework
{
	background-color:	white;
	border:				solid 1px black;
	margin-right:		auto;
	margin-left:		auto;
	padding-right:		0px;
	width:				95%;
}

#Header
{
	position:		relative;
	width:			95%;
}

#HomeButton
{
	display:	none;
}

#InlineHeader
{
	display:	none;
}

#Navigation
{
	display:	none;
}

#PageTitle
{
	color:				#333333;
	font-family:		Garamond Condensed, Garamond, Times New Roman;
	font-size:			38pt;
	font-weight:		normal;
	height:				67px;
	left:				0px;
	margin-top:			0px;
	margin-bottom:		0px;
	padding:			0px;
	padding-left:		10px;
	position:			relative;
	vertical-align:		middle;
	width:				100%;
}

#RedRule
{
	display:	none;
}

#Submit
{
	font-weight:	bold;
	text-transform:	uppercase;
}

#SubNavigation
{
	display:	none;
}

.ErrorMessage
{
}