/* General Styles */

html { 
	height:100%; 
	margin: 0; 
	padding: 0; 
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt; 
	color: #3b3c3f;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color: #aabac9;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	max-height__________:2000px;
	color: #3b3c3f;
}

a:link {
	color: #6b798e;;
	text-decoration: none;
}
a:visited {
	color: #6b798e;;
	text-decoration: none;
}
a:hover {
	color: #3d69b2;
	text-decoration: underline;
}
a:active {
	color: #6b798e;;
	text-decoration: none;
}

img { border:0;
}

h1 {
	color:#56575c;
	font-size:22px;
	line-height:22px;
	font-weight:normal;
	margin: 2px 2px 2px 2px;
}

h2 {
	color:#56575c;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	margin: 2px 4px 2px 2px;
}

h3 {
	color:#3b3c3f;
	font-size:16px;
	line-height:14px;
	font-weight:bold;
	margin: 2px 4px 2px 2px;
}

h4 {
	color:#3b3c3f;
	font-size:16px;
	font-weight:normal;
	margin: 10px 20px 2px 18px;
	padding: 0px 10px 0px 10px;
	
	
}

h5 {
	color:#5173a9;
	margin-top: 12px;
	margin-left: 6px;
	margin-right: 0px;
	margin-bottom: 2px;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
}
p {
	font-size:14px;
	color:#56575c;
	line-height: 18px;
	margin: 2px 4px 2px 2px;
	padding: 5px;
	
}

hr {

	border-bottom: 1px;
	border-top: 0px;
	align: center;
	border-bottom-color: #bcc4d2;	
	height: 1px;
	width: 98%;
	padding: 0px 20px 0px 20px;
	margin: 0px 20px 0px 20px;
}
div.hr {

	border-bottom: 1px;
	align: center;
	background-color:#bcc4d2;
	height: 1px;
	line-height: 6px;
	padding: 0px 20px 0px 20px;
	margin:  0px 20px 0px 20px;
}
div.hr hr {
  display: none;
}

li
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 14px;
	margin: 0px 15px 2px 0px;
	padding: 4px 5px 4px 5px;
	/*list-style-type:square;*/	
}

ul
{
	list-style-type: square;
	}
	
ol
{
	list-style-position:outside;
	}
	
tr,td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #3b3c3f;	}
	
#homeflash {
	position:absolute;
	left: 0px;
	top: 0px; /*23px*/
	width:300px; /*778px;*/
	height:300px;
	z-index:16;
}