body {
	margin-top: 0px;
}

/*Links*/
a.breadcrumbsLink,a.breadcrumbsLink:visited,a.breadcrumbsLink:active	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: normal;
	text-decoration: underline;

}
	
a.breadcrumbsLink:hover	{ 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #f76e00;
	font-weight: normal;
	text-decoration: underline;

}

a.bodyTextLink:hover	{ 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #f76e00;
	font-weight: normal;
	text-decoration: underline;

}

a.anchor-textPurple,a.anchor-textPurple:visited,a.anchor-textPurple:active	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
	padding: 5;
	

}
	
a.anchor-textPurple:hover	{ 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f0283;
	font-weight: bold;
	text-decoration: underline;
	padding: 5;

}

a.extraSmallRedLink,a.extraSmallRedLink:visited,a.extraSmallRedLink:active	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ef1010;
	font-weight: bold;
	text-decoration: underline;

}
	
a.extraSmallRedLink:hover	{ 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #f76e00;
	font-weight: bold;
	text-decoration: underline;

}

a.faq-GreyTextLink,a.faq-GreyTextLink:visited,a.faq-GreyTextLink:active	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e515d;
	font-weight: bold;
	text-decoration: underline;

}
	
a.faq-GreyTextLink:hover	{ 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #f76e00;
	font-weight: bold;
	text-decoration: underline;

}


/*Body*/
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; 
}

.headerTitle {
	font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #f76e00; font-weight: bold; height: 25; vertical-align:bottom; padding-bottom: 30;
}

td{ font-size:12px;}

.subheaderTitle {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0279ff; font-weight: bold; padding-bottom: 15;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #636363; 
}
.bodyText a:hover{color: #f76e00; text-decoration:underline;}
.vertical-space1 {
	height:30; vertical-align:bottom;
}

.vertical-space2 {
	height: 60; vertical-align:bottom;
}

.anchor-textBlue {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0279ff; font-weight:bold; padding: 5;
}

.redText {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ef1010; font-weight: bold;
}

.dBlueText {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #094088;  font-weight: bold;
}

.greenText {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #3d7f0d;  font-weight: bold;
}

.orangeText {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ed4a0a;  font-weight: bold;
}

.whiteText {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff;  font-weight: bold; padding-top: 8;
}

.extraSmallText {
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #636363; 
}

.faq-GreyText {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #4e515d; 
}

function popup(mylink, windowname,width,height)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=470,height=320,scrollbars=yes');
return false;
}
