/*****************************************************************************************************************
******************************************************************************************************************
*****
*****
*****		MAIN PAGE ELEMENTS	
*****
*****
******************************************************************************************************************
******************************************************************************************************************/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #FFFFFF;
}


.htmlarea p img {

	padding: 2px;
	float: left;
	clear: left;
}




p {
	font-family:   Arial, Helvetica, sans-serif;

	color: #333333;
	margin: 16px;
	line-height: 20px;
	text-align: justify; 
	font-size: 14px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 0px;
}



ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
font-family:   Arial, Helvetica, sans-serif;
	background-image:url(/template/images/bullet.gif);
	background-position: 6px 8px;
	font-weight: bold;
	background-repeat: no-repeat;
	color: #444444;
	list-style:none;

	padding-left: 20px;
	margin: 0px;
	line-height: 24px;
	text-align: justify; 
	font-size: 12px;
	
	font-weight: normal;
	line-height: 20px;
	text-align: left;	
	font-size: 12px;
}

a {
color: #1b3f6b;
text-decoration: none;
font-weight: bold; 
} 



a:hover {
text-decoration: underline;
}
h1 {
	margin-top: 20px;
	margin-bottom: 1px;
	margin-left: 10px;
	font-size: 24px;
	text-transform: uppercase;
	color: #927764;
	font-weight: bold;
} 

h2 { font-size: 16px;
	color: #927764;
	line-height: 22px;
	padding: 3px;
	text-transform: capitalize;
	border-bottom: 1px dotted #3a458b;
	background-image:url(/template/images/h2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 0px;
	margin-left: 0px;

	margin-bottom: 0px;
	margin-top: 5px;
	clear: right;


	}

h3 {
font-size: 14px;
	color: #927764;
font-family:   Arial, Helvetica, sans-serif;	
margin-bottom: 0px;
text-transform: uppercase;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 2px; 
	
	}


h4 {
font-family:   Arial, Helvetica, sans-serif;
font-size: 13px;
	color: #927764;
	text-align: left;
	margin: 0px;


}

h5 {
font-family:   Arial, Helvetica, sans-serif;
font-size: 12px;
	color: #F0F0F0;
	margin: 0px;
	margin-bottom: 10px;
	text-align: left;

	
	}
	



.htmlarea table {
	margin-left: 20px;
}


table td {
	padding: 4px;
	
	font-family:   Arial, Helvetica, sans-serif;

	color: #000000;
	margin: 0px;
	line-height: 22px;
	font-weight: bold;
	font-size: 12px;
	

}


tr td p
{
	text-align: right;
	margin-left: auto;
	margin-right: 10px;
}

tr td:first-child p {
	margin-left: 10px;
	margin-right: auto;
	float: left;

}

hr {
	border: 1px dotted #ad998b;
	border-bottom: #FFFFFF;
	clear: both;
}


