body, td {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 13px;
	color: #000000;
}

body {
	background-color: #023C71;
	margin: 0 0 0 0;
}
		
td {
	background-color: #D5E8F7;
}

input, textarea, submit {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

.small {
	font-size: 11px;
}

.header {
	font-size: 15px;
	font-weight: bold;
}

.lgheader {
	font-size: 18px;
	font-weight: bold;
}

a:link, a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #023C71;
}

.download-text {
    font-size: 20px;
}


