/* CSS Document */

body {
	padding:0;
	margin:0;
	border:0;
	background-color:#FFFFFF;
	background-image:url(images/bgtile_hori1.gif);
	background-position:top;
	background-repeat:repeat-x;

	}
.mainTable {
	width:100%;
	vertical-align:top;
	text-align:center;
	margin-top:4px;
	}
.subTable {
	width:1000px;
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
	border-top:9px;
	text-align:left;
	background-color:#FFFFFF;
	}
.defaultText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color:#7d7d7d;
	}
.defaultHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#FFFFFF;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#5e935f;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#5e935f;
	margin-bottom:5px;
	
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#5e935f;
	margin-top:20px;
	margin-bottom:0px;
	}
p {
	text-align:justify;
	margin-top:10px;
	margin-bottom:15px;
}
.imgH1 {
	height:60px;
	width:100%;
	float:left;
	vertical-align:top;
}
.imgH2 {
	height:60px;
	width:100%;
	float:left;
	vertical-align:bottom;
}
a {
	font-family:Tahoma, Arial, Verdana;
	font-style: normal;
	font-size: 11px;
	text-decoration:none;
	color:#2e292f;
	}
a:hover {
	text-decoration:underline;
	}

.hotLink {
	font-family:Tahoma, Arial, Verdana;
	font-style: normal;
	font-size: 11px;
}
.hotLink a {
	text-decoration:none;
	color:#ea4b38;
	}
.hotLink a:hover {
	text-decoration:underline;
	}

.quickBar {
	background-color:#5e935f;
	height:30px;
	vertical-align:middle;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	font-family:Tahoma, Arial, Verdana;
	font-style:normal;
	font-size:11px;
	color:#a9c4a5;
	}
.quickBar a {
	text-decoration:none;
	color:#f4f4eb;
	}
	
.quickBar a:hover {
	text-decoration:underline;
}

.bottomSlide {
	background:url(images/btmslide_bgtile.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#e6e6d7;
	height:30px;
	}
.defaultList {
	margin-top:0px;
	margin-bottom:0px;
	}
.defaultList li{
	line-height:20px;
	list-style-position:outside;
	list-style:none;
	font-family:Tahoma, Arial, Verdana;
	font-style:normal;
	font-size:11px;
	}
.textField {
	font-size:10px;
	width:140px;
	}
ul {
	margin-left:15px;
	padding-left:0px;
}

