/* CSS Document */

body {
	font-family: Arial Rounded MT Bold, Arial, Verdana;
}
.footerArea {
	font-size:10px;
	color:#FFFFFF;
}
.footerArea a {
	color:#FFFFFF;
	text-decoration:none;
}
/*****************************************************************************\
	Contact Us  Page
\*****************************************************************************/
#page_contactUs {
	color:#666666;
	font-size:12px;
	font-weight:bold;
}
#page_contactUs .contactInfo {
	font-size:12px;
}
#page_contactUs .contactInfo a,
#page_contactUs .contactInfo a:visited {
	text-decoration:underline;
	color:#666666;
}
#page_contactUs .contactInfo a:hover {
	color:#F26722;
}
#page_contactUs {
	color:#666666;
}
#page_contactUs .contactInfo {
	line-height:15px;
}
/*****************************************************************************\
	Miscellanious
\*****************************************************************************/
.underline {
	text-decoration:underline;
}
.errorTextColor
{
	color:Red;
}
.onFooterState {
	color:Red !important;
}
