html, body
{
	/* font styles */
	font-family:Arial;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	/* element body margin */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/* size of body */
	height: 100%;
	width: 100%;
}

.BodyText
{
	font-size:11.5px;
	color:#000000;
	font-weight: normal;
	text-decoration: none;	
}

a:link
{
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #FF6600;
	font-weight: bold;
	text-decoration: undeline;
}

.TopSeparator
{
	font-size:11px;
	color: #FF6600;
	font-weight: bold;
}

.TopLinkSel
{
	font-size:11px;
	color: #000165;
	font-weight: bold;
}

.TopLink
{
	font-size:11px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.TopLink:Hover
{
	font-size:11px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}

.NewsLink
{
	font-size:11px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.NewsLink:Hover
{
	font-size:11px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}

.FooterText
{
	font-size:10px;
	color: #999999;
	text-align: right;	
}

.LeftSubNav:link
{
	font-size:10px;
	color: #000165;
	font-weight: bold;
	text-decoration:none;
}

.LeftSubNav:hover
{
	font-size:10px;
	color: #000165;
	font-weight: bold;
	text-decoration:none;
}

.LeftSubNav:visited
{
	font-size:10px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

.LeftSubNavSelected
{
	font-size:10px;
	color: #000165;
	font-weight: bold;
	text-decoration:none;
}

.RecommenderName
{
	font-size:11px;
	color: #FF6600;
	font-weight: bold;
	text-decoration:none;
}
.ClientName
{
	font-size:16px;
	color: #FF6600;
	font-weight: bold;
	text-decoration:none;
}

.FormText
{
	font-size:11px;
	font-weight:bold;	
}

.FormCell
{
	padding-top:10px;
	vertical-align: top;
}
