/* CSS Document */

html, body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	background-color:#0e0e0e;
}


h1 {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	
}

h2 {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:normal;
}

h3 {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	font-size:11px;
	line-height:125%;
}

a {
	color: #999999;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration:none;
	color: #999999;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#footer {
	width:720px;
	height:60px;
	position:relative;
	left:0px;
	top:-50px;
	z-index:1;
}

}

.body_copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	line-height:130%;
}

.footer_copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
}

#CG_corner {
	width:125px;
	height:125px;
	margin:0px;
	padding:0px;
	position:absolute;
	z-index:1000;
	top:0px;
	left:0px;
}