/* CSS Document */

html {
min-height: 100%;
margin-bottom: 0px;
}

body  {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background-color: #EDE8E6;
}

a {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #008000;
	text-decoration:underline;
	}

td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
}

h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

h3 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: red;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

h5 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: red;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

.bigred {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FF0000;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}

img {
	border-style: none;
}





