@charset "utf-8";
/* CSS Document */

<style type="text/css">
	html, body {
		height: 100%;
		overflow: hidden;
	}
	body {
		background: #333333;
		text-align:center;
		font: 76% Arial, sans-serif;
		margin: 0;                
	}
	#content {
		height: 100%;
	}
	.blu20B {
	color: #0068b3;
	font-size: 20px;
	font-weight:bold;
}
.blu16B {
	color: #0068b3;
	font-size: 16px;
	font-weight:bold;
}
.blu14B {
	color: #0068b3;
	font-size: 14px;
	font-weight:bold;
}
.blu14BI {
	color: #0068b3;
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
}
.blu14 {
	color: #0068b3;
	font-size: 14px;
}

.wt16B {
	color: #ffffff;
	font-size: 16px;
	font-weight:bold;
}
.wt14B {
	color: #ffffff;
	font-size: 14px;
	font-weight:bold;
}
.wt14 {
	color: #ffffff;
	font-size: 14px;
}

.gr16B {
	color: #aaaaaa;
	font-size: 16px;
	font-weight:bold;
}
.gr14B {
	color: #aaaaaa;
	font-size: 14px;
	font-weight:bold;
}
.gr14 {
	color: #aaaaaa;
	font-size: 14px;
}

.dkgr16B {
	color: #666666;
	font-size: 16px;
	font-weight:bold;
}
.dkgr14B {
	color: #666666;
	font-size: 14px;
	font-weight:bold;
}
.dkgr14 {
	color: #666666;
	font-size: 14px;
}

.bl16B {
	color: #000000;
	font-size: 16px;
	font-weight:bold;
}
.bl14B {
	color: #000000;
	font-size: 14px;
	font-weight:bold;
}
.bl14 {
	color: #000000;
	font-size: 14px;
}
a:link {
	color: #cccccc;
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #cccccc;
}

</style>