/* CSS Document */
table, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

td {
/* hide from IE mac \*/
	text-align: center;
	/* end hiding from IE5 mac */
}

.centeringtable {
	width: 100%;
	height: 100%;
}

.centeringcell {
	vertical-align: middle;
}

.contentarea {
	position: relative;
	width: 650px; 
	height: 700px;
	margin: auto;
	margin-top: 180px;
	color: #18416a;
	font-size: 9pt;
	font-family: Verdana, Trebuchet, Arial, Helvetica, sans-serif;	}
	
a:link {
	color: #f52c52;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f52c52;
}
a:hover {
	text-decoration: underline;
	color: #97a8f5;
}
a:active {
	text-decoration: none;
	color: #f52c52;
}