@charset "UTF-8";
/*
--------------------------------------------------------------
BODY ATTRIBUTES SPECIFIC TO CLIENT EDITOR
--------------------------------------------------------------
-	Other Body tag attributes reside in Master.css file
-------------------------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333
	}
/*
-------------------------------------------------------------- */
h1 {
	color: #F6EEE4;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 50px;
	}
h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 5px;
	}
h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color: #0e1f41;
	padding-bottom: 20px;
	}
h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	padding-bottom: 5px;
	}
h5 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	}
h6 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: solid #CCCCCC 1px;
	color: #999999;
	padding: 5px 0px 6px 0px;
	}
/*
-------------------------------------------------------------- */
a:link,
a:visited {
	color:#365CAA; 
	text-decoration: underline;
	}
a:hover {
	color:#BF8F00;
	text-decoration: none;
	}
/*
-------------------------------------------------------------- */
p {
	margin-bottom: 20px;
	}


img.cs-pageeditor-img-left {
	float: left;
	margin: 0px 20px 25px 0px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}
img.cs-pageeditor-img-right {
	float: right;
	margin: 0px 0px 25px 20px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}
	
	
.tablemain {
	margin-bottom: 20px;
	margin-top: 2px;
}




.tablemain td {
	text-align: left;
	padding: 5px;
	vertical-align: top;
	font-weight: normal;
	}
