@charset "utf-8";
/* CSS Document */

.header
{
	font-family: Arial, Helvetica, sans-serif;
}


h1.header  {
	color:#804040;
	border-bottom:3px solid #804040;
	}

h2.header {
	color:#092EDC;
	text-decoration: underline;
	font-size: 150%;
	font-weight: bold;
}

h3.header {
	color:#FFFFFF;
	border-bottom:none #804040;
	text-decoration: blink;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 10px;
	font-size: 15px;
	font-style: italic;
	font-weight: bolder;
	}

h4.header {
	color:#000000;
	border-bottom:none #804040;
	text-decoration: blink;
	font-size: 13px;
	font-weight: bolder;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	


h5.header {
	color:#000000;
	border-bottom:none #804040;
	text-decoration: blink;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
	text-align: center;
}	
	