/***** 
 Default HTML Styles
 *****/
body, p, td { 
	font-size: 14px; 
	line-height: 16px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;  
} 

a:link { }

a:visited { }

a:hover { }

a:active { }

/***** 
 Style for static links at base of page
 *****/
.base, .base a:link, .base a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.base a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

/***** 
 Style for standard Body Text
 *****/
.Page_Body { 
	font-size: 14px; 
	line-height: 16px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;  
} 

.Page_Body a:link { 
	color: #000080; font-size: 14px; 
	line-height: 16px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none; 
} 

.Page_Body a:active { 
	font-size: 14px; line-height: 16px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;  
} 

.Page_Body a:visited { 
	color: #000080;
	font-size: 14px; 
	line-height: 16px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;  
} 

.Page_Body a:hover { 
	color: #000080; 
	font-size: 14px; 
	line-height: 16px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: underline;  
} 

/***** 
 Style for Page Headlines
 *****/
.Page_Headline { color: #3366cc; font-weight: bold; font-size: 24px; line-height: 30px; font-family: Arial, Helvetica, sans-serif; width: 100%; text-decoration: none; margin-top: 4px; margin-bottom: 4px; padding: 2px; } 

.Page_Headline a:link { 
	color: #FFFFFF; 
	text-decoration: None;  
} 

.Page_Headline a:active { 
	color: #FFFFFF; 
	text-decoration: Underline;  
}

.Page_Headline a:visited { 
	color: #FFFFFF; 
	text-decoration: None;  
} 

.Page_Headline a:hover { 
	color: #FFFFFF; 
	text-decoration: Underline;  
}  

/*****  
 Style for Sub-heading on the Pages
 *****/
.Sub_Head { 
	color: #7f72b3; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 20px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}  

.Sub_Head a:link { 
	color: #1E90FF;
	text-decoration: None; 
} 

.Sub_Head a:active { 
	color: #1E90FF;
	text-decoration: underline; 
} 

.Sub_Head a:visited { 
	color: #1E90FF;
	text-decoration: None; 
} 

.Sub_Head a:hover { 
	color: #1E90FF; 
	text-decoration: underline; 
} 
 
/*****  
 Style for "details" on standard body text
 *****/
.Page_Detail { 
	font-size: 14px; 
	line-height: 16px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;  
}

.Page_Detail a:link { 
	color: #000000;
	text-decoration: none; 
} 

.Page_Detail a:active { 
	color: #000000;
	text-decoration: underline; 
} 

.Page_Detail a:visited { 
	color: #000000;
	text-decoration: none; 
} 

.Page_Detail a:hover { 
	color: #000000;
	text-decoration: underline; 
} 

/***** 
 Style for the Menu Side Bar entries
 *****/
.Menu_Body 
{
	color: #3366cc; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 18px; 
	font-family: Arial, Helvetica, sans-serif; 
	width: 100%; 
	text-decoration: none; 
	text-align: right; 
	padding-bottom: 8px; 
	display: block;
} 

.Menu_Body a:link { 
	color: #3366cc; 
	text-decoration: none; 
} 

.Menu_Body a:active { 
	color: #3366cc; 
	text-decoration: underline; 
} 

.Menu_Body a:visited { 
	color: #3366cc; 
	text-decoration: none; 
} 

.Menu_Body a:hover { color: white; background: #3366cc
; display: block; }

/*****  
 Style for the standard text in the News Bar
 *****/
.SideBar_Body { 
	font-size: 14px; 
	line-height: 16px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;  
} 

.SideBar_Body a:link { 
	color: #000000; 
	text-decoration: None;  
}

.SideBar_Body a:active { 
	color: #000000; 
	text-decoration: underline;  
}

.SideBar_Body a:visited { 
	color: #000000; 
	text-decoration: None;  
}

.SideBar_Body a:hover { 
	color: #000000; 
	text-decoration: underline;  
}
 
/***** 
 Style for the headlines in the News Bar
 *****/
.SideBar_Header  { color: white; font-size: 16px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; line-height: 18px; text-decoration: none } 

.SideBar_Header a:link  { color: white; text-decoration: none } 

.SideBar_Header a:active  { color: white; text-decoration: underline } 

.SideBar_Header a:visited  { color: white; text-decoration: none } 

.SideBar_Header a:hover  { color: #fff; text-decoration: underline } 

/*****  
 Style for the "added on" date in the News Bar
 *****/
.SideBar_Detail { 
	color: #000000; 
	font-style: oblique; 
	font-size: 10px; 
	line-height: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none; 
} 

.SideBar_Detail a:link { 
	color: #000000; 
	text-decoration: none; 
} 

.SideBar_Detail a:active { 
	color: #000000; 
	text-decoration: underline; 
} 

.SideBar_Detail a:visited { 
	color: #000000; 
	text-decoration: none; 
} 

.SideBar_Detail a:hover { 
	color: #000000; 
	text-decoration: underline; 
}

/*****  
 Style for the Menu Section on the Footer
 *****/
.Department_Menu { color: #3366cc; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: 900; text-decoration: none; } 

.Department_Menu a:link { color: #3366cc; text-decoration: none; } 

.Department_Menu a:active { 
	color: #3366cc; 
	text-decoration: none; 
} 

.Department_Menu a:visited { 
	color: #3366cc; 
	text-decoration: none; 
} 

.Department_Menu a:hover { color: white; background-color: #36c; text-decoration: none; }

/*****  
 Style for the Disclaimer Section on the Footer
 *****/
.Footer_Disclaimer { 
	color: #000000; 
	font-size: 9px; 
	line-height: 10px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none; 
} 

.Footer_Disclaimer a:link { 
	color: #000000; 
	text-decoration: none; 
} 

.Footer_Disclaimer a:active { 
	color: #000000; 
	text-decoration: underline; 
} 

.Footer_Disclaimer a:visited { 
	color: #000000; 
	text-decoration: none; 
} 

.Footer_Disclaimer a:hover { 
	color: #000000; 
	text-decoration: underline; 
}