@charset "UTF-8";
/* CSS Document */

/* MAIN TYPOGRAPHY */

body, table, td, p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	}
	
p {
	margin-top: 0px
	}
	
a {
	font-weight: bold;
	text-decoration: underline
	}
	
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #75dcfe
	}
	
/* USER DEFINED TYPOGRAPHY */

.footer {
	font-size: 8px;
	line-height: normal;
	padding-top: 8pt;
	color: #FFFFFF;
	text-align: center
	}