/* CSS Document */

body {
	background-color:#e7eff5;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
	margin-left:0;
	}

.TopBg{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

.LogoBg{
	background:url(../images/content_top_bg.jpg);
	background-repeat:repeat-x;;
	}

.ContentBg{
	background:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	}
	
	
.FooterBg{
	background:url(../images/content_footer_bg.gif);
	background-repeat:repeat-x;
	height:40px;
	}

.NavBg{
	background:url(../images/nav_bg.gif);
	height:29px;
	background-repeat:repeat-x;
	}
.NavBgon{
	background:url(../images/nav_bg_on.gif);
	height:29px;
	background-repeat:repeat-x;
	}

.NavText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin-top:10px;
	}

.NavText a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	margin-top:10px;
	}

.NavText a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
	margin-top:10px;
	}

.NavBot {
	background-image:url(../images/nav_bot.gif);
	height:10px;
	background-repeat:repeat-x;
	}
	
.HomeBoxBg{
	background:url(../images/home_box_bg.jpg);
	height:103px;
	background-repeat:repeat-x;
	}

.ContentText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3d3d3d;
	line-height:18px;
	}

.ContentText a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3d3d3d;
	line-height:18px;
	text-decoration:underline;
	}

.ContentText a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3d3d3d;
	line-height:18px;
	text-decoration:none;
	}

.FooterText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#7d7d7d;
	}

.FooterText a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	color:#7d7d7d;
	}

.FooterText a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#7d7d7d;
	}

.Heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #336699;
	font-weight:bold;
	}
.SubHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #7F2A0C;
	font-weight:bold;
	}
	.SubHeading a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #7F2A0C;
	font-weight:bold;
	text-decoration:underline;
	}
	.SubHeading a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #7F2A0C;
	font-weight:bold;
	text-decoration:underline;
	}
	
.FormBox {
	background-color:#F9FDFF;
	border:#C8DFE5 1px solid;
	}

.CompulsoryField {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF0000;
}
	