body{
	margin: 0px;
	padding: 0px;
	background-color:#666666;
}
.whiteBg{
	background-color:ffffff;
}
.topMenus:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ca3928;
	font-weight : normal;
	font-size : 11px;
	text-decoration : none;
}
.topMenus:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ca3928;
	font-weight : normal;
	font-size : 11px;
	text-decoration : none;
}
.topMenus:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff6501;
	font-weight : normal;
	font-size : 11px;
	text-decoration : none;
}
.dottedBg{
	background-image: url(images/dottedLines.jpg);
	background-repeat: repeat-x;
}
.leftBg{
	background-color:#dfccbd;
	}
.grayBg{
	background-color:#999999;
	}
.heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ae6a47;
	font-weight:bold;
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.footer{
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	color: #666666;
	font-weight : normal;
	font-size : 11px;
	text-decoration : none;
}
.footerMenus:link{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	font-weight : normal;
	font-size : 11px;
	text-decoration : underline;
}
.footerMenus:visited{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	font-weight : normal;
	font-size : 11px;
	text-decoration : underline;
}
.footerMenus:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-weight : normal;
	font-size : 11px;
	text-decoration : underline;
}