html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 11px verdana, arial, helvetica, sans-serif;
	color:#666666;
	background-color:#000000;
}

/* GENERAL CLASSES */
.Main { 
 	width: 100%;
 	height: 100%;
 	position: relative;

	 	
}
.Container {
	position: absolute;
	width:722px;	
	left: 50%; 
	margin-left:-361px; 
	background-color:#FFFFFF;
	/* border-width: 1px;
	border-color: #969aa0;
	border-style: solid; */
	
}
.subContainer {
	border:1px solid #d5d5d5;
	width:705px;
	height:100%;
	margin:7px 0 7px 7px;
	float:left;
	}

a:link, a:visited, a:active { font-weight:bold; color:#666666; text-decoration: none; }
a:hover {	color: #666666; text-decoration:underline; }


a img{border:none;}

H1 {font-size:14px;}
H2 {font-size:12px;}
	

/*HEADER*/

.HeaderPanel { 
	width: 699px;
	height:230px;
	padding-left:3px;

}


/*Middle CSS*/

.warning {
	font-weight:bold;
	color:#FF0000;
	font-size:11px;
	}

.success {
	font-weight:bold;
	color:#00CC00;
	font-size:11px;
	}



/*Footer CSS*/

.Footer {float:left; width:700px; height:40px; color:#666666; padding: 6px 0 0 0;}
.Footer a:link, .Footer a:visited, .Footer a:active { text-decoration:none; color:#666666; font-weight:normal;}
.Footer a:hover { text-decoration:underline; }