.MenuLink
{
	font-size: 12pt;
	border-bottom-style:solid;
	border-top-style:solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	padding-bottom:5px;
	padding-top:5px;
}

p
{
	height: 10px;
}

a
{
	/* color: #ED810D; */
	color: #34B6F2;
	text-decoration: none;
}

a:hover
{
	color:Aqua;
	text-decoration: none;
}

.Visible
{
	display: block;
}
		
.Invisible
{
	display: none;
}

hr
{
	color: #0D73C1;
	height: 1px;
}

.Text
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	line-height: 18pt;
}

.TextLink
{
	color: Gray;
	font-size: 9pt;
	line-height: 18pt;
}

.ParagraphTitle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11pt;
	line-height: 18pt;
	color: #0D73C1;
}

.ControlDisabled
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #333333;
	background-color: #DDDDDD;
}

.DefaultButton
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
}

.DefaultTextBox
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #333333;
}

.DefaultDDL
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #333333;
}

.DefaultNumericTextBox
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #333333;
	text-align: right;
}

Body
{
	background-color: Black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 9pt;
	color: #ED810D;
	margin-left:3px;
	margin-right:3px;
	line-height: 18pt;
}

.FootNote
{
	font-size:10px;
	color: #633333;
}

.ErrorMessage
{
	color: Red;
	background-color: Yellow;
}