/* CSS Document */

a {
	color:#0facdf;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#63d9ff;
}

h2 {
	font-size:12px;
	font-family:century gothic, arial;
	color:#FFFFFF;
}

body {
	font-family:century gothic, arial;
	font-size:8pt;
	color:#FFFFFF;
	background:#000000;
}

table {
	font-family:century gothic, arial;
	font-size:8pt;
	color:#000000;
}

.disclaimer {
	height:150px;
	width:900px;
	background:#FFFFFF;
	color:#000000;
	text-align:center;
	overflow:scroll;
	margin-right: auto;
	margin-left: auto;
}


