body { 
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	}


	/*Main links */
a:link {
	color: #e20202; font-weight: bold; text-decoration: none;
}

a:visited {
	color: #e20202; font-weight: bold; text-decoration: none;
}

a:hover {
	color: #e20202; font-weight: bold; text-decoration: underline;
}

a:active {
color: #e20202; font-weight: bold; text-decoration: underline;
}

H1 {
	font-size: 18pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

/*Footer information */
.footer {
	font-size: 8pt;
}

/* Header information */
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}

/* Image border */
.img {
	border: double;
	border-width: 4pt;
}

