body,td,th,font
{
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 10pt;
	color: #000000;	
}
body
{
	background-color: #ffffff;
}
	
a
{
	text-decoration: underline;
	font-weight: normal;
	color:  #660000;
}

a:hover
{
 	color: #FF0000;
}

#unBold
{
	font-weight: normal;
}
	
.link
{
	text-decoration: none;
	font-weight: bold;
	color: #385fb0;
	background-image: url(/images/triangle.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.link:hover
{
 color: #bf4719;
}


.link_exp
{
	text-decoration: none;
	font-weight: bold;
	color: #385fb0;
	background-image: url(/images/triangle_b.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.link_exp:hover
{
	color: #bf4719;
}


.sublink
{
	text-decoration: none;
	font-weight: normal;
	color: #3F6fb9;
	padding-left: 17px;
	font-size: 8pt;
}

.sublink:hover
{
 color: #bf4719;
}



.HeaderOrange
{
	color: #d2642b;
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
	margin-top: -12px;
	padding-right: 7px;
	text-transform: uppercase;
}

.HeaderGrey
{
	color: #e4e4e4;
	font-size: 20pt;
	text-align: right;
	text-transform: uppercase;
}

HR
{
	border: none;
	border-top: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.MiddleTable
{
	
	border: none;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	background-color: #e7e7e7;
}

.DataCell
{
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
	padding: 7px;
}

.RATop
{
	padding-top: 7px;
	padding-left: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
}

.RATopOr
{
	font-weight: normal;
	letter-spacing: 0.3em;
	font-size: 16pt;
	color: #d2642b;
}

.BottomInfo
{
	font-weight: bold;
	text-align: center;
	padding: 10px 20px 5px 20px;
	color: #385fb0;
}

.CopyRight
{
    text-align: right;
	padding-top: 29px;
	color: #737373;
	font-size: 8pt;
}

.blueText
{
	color: #385fb0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}

.greyText
{
	color: #737373;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.invisibleSubMenu
{
	display: none;
	position: absolute;
	visibility: hidden;
}


.visibleSubMenu
{
	display: inline;
	position: static;
	visibility: visible;
}

fieldset
{
	margin-top: 25px;
	border: 1px solid #c1c1c1;
}

legend
{
	padding: 3px;
	padding-left: 15px; padding-right: 15px;
	background-color: #e7e7e7;
	border: 1px solid #c1c1c1;
}