
body {

	background: #ffffff;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;

}

td {

	font-family: Verdana, Helvetica, sans-serif;
	/*text-align: left; */
	font-size: 11px;
	color: #000000;
}

a {
	
	color: #4F6C93;
	text-align: left;
	text-decoration: underline;
}



	a:hover{
			
		color: #4F6C93;
		text-decoration: none;
		
	}

a b {

	color: #4C6992;
	font-weight: bold;
	text-decoration: none;

}

	a b:hover{
			
		color: #4C6992;
		text-decoration: none;
		
	}


hr {

	color: #97B38A;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #97B38A;
}

ul {
	margin-left: 10px;
	padding-left: 0px;
}

* html ul {
	margin-left: 20px;

}

li {

	padding-bottom: 10px;
}


p {

	padding-bottom: 8px;
}



h1 {

    text-align: left;
    font-weight: bold;
    font-size: 12px;
	line-height: 14px;
	color: #97B38A;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #97B38A;
	
}


h2 {
	font-family: Verdana, Helvetica, sans-serif;

    text-align: left;
    font-weight: bold;
    font-size: 12px;
	line-height: 14px;
	color: #97B38A;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #97B38A;
	
}

h3 {
	font-family: Verdana, Helvetica, sans-serif;

    text-align: left;
	font-weight: bold;
    font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin: 0px 0px 10px 0px;

}

h4 {

    text-align: left;
    font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	color: #4F6C93;
	margin: 0px 0px 10px 0px;

}

h5 {

    text-align: left;
	font-weight: bold;
    font-size: 11px;
	line-height: 15px;
	color: #425B7D;
	background: #D4DBE5;
	padding: 6px 12px 6px 12px;
	margin: 0px 0px 10px 0px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	
}

h6 {

    text-align: left;
	font-weight: normal;
    font-size: 11px;
	line-height: 15px;
	color: #000000;
	background: #FCF1BB;
	padding: 6px 12px 6px 12px; 
	margin: 0px 0px 10px 0px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	
}


pre {

    text-align: left;
    font-size: 11px;
	padding: 0px;
	color: #000000;
	line-height: 15px;
	font-weight: normal;
	background: #efefef;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
font-family: Monaco, Courier;


	/* border: 1px solid red; */

}

address {

    text-align: left;
    font-size: 11px;
	padding: 0px;
	color: #4F6C93;
	line-height: 15px;
	font-weight: normal;
	background: #FCF1BB;
	padding: 6px 12px 6px 12px;
	width: 50%;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;

	/* border: 1px solid red; */

}


