h1 {
	font-size: small;
	font-weight: bold;
}
body, td {
    font-family: Arial;
    font-size: small;
    color: #000000;
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #000000}
.header {
	background-color: #CC3399;
	clear: both;
	color: #fff;
	font-size: small;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 3px;
	width: 100%;
	text-align: center;
}
.logo {
	background-color: #FF9900;
	width: 100%;
	
	border: 0px;
	padding: 0px;
	text-align: center;
	margin-bottom: 0px;
}

.text-center {
    background-color: #FFFFFF;
    color: #FFFFFF;
    border: 0px;
    padding: 0px;
    text-align: left;
	}
.section-header {
	background-color: #FF3366;
	clear: both;
	color: #fff;
	font-size: small;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 3px;
	width: 100%;
	text-align: center;
}
.download {

	background-color: #FF0000;
	clear: both;
	color: #fff;
	font-size: small;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 3px;
	width: 100%;
	text-align: center;
}
