@charset "utf-8";
           
/* MAIN */
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin:0px;
	background:#000000;
} 
			
body, th, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
}

#container { 
	width: 100%; 
	height: 100%; 
	display: table; 
}
#position { 
	display: table-cell; 
	vertical-align: middle; 	
}
#content {
	text-align:center;
}

/* DIVS */
.DIVfooter_bar {
	background:#000000 url(../../images/layout/footer_bar_bg.gif) repeat-x top center;
	height:36px;
	margin:0px;
	position:relative;
	top:-2px;
}
.DIVfooter {	
	color:#444444;
	background:#000000 url(../../images/layout/footer_bg.gif) repeat-x top center;
	height:70px;
	font-size:10px;
	text-align:center;
	padding-top:5px;
	position:relative;
	top:-2px;
}
.DIVerror {
	padding:5px 5px 5px 5px;
}
.DIVbody {
	max-width:410px;
	border:1px solid #333;
	padding:10px 0px 0px 0px;
	margin:10px 0px 0px 10px;
	text-align:center;
}
.DIVbody_content {
	text-align:left;
	padding:5px;
	margin:5px 5px 0px 5px;
	max-width:410px;
}

/* IMGS */
.IMGcontent {
	float:left;
	width:75px;
	height:75px;
	border:1px solid #666;
	border-top:1px solid #000;
	border-left:1px solid #000;
	margin:0px 5px 0px 0px;
}

/* LINKS */
a {
	color:#CCC;
	text-decoration:underline;
}
a:hover {
	color:#3C0;
	text-decoration:underline;
}
a.LINKfooter {
	font-size:10px;
	color:#444444;
	text-decoration:none;
}
a:hover.LINKfooter {
	font-size:10px;
	color:#33CC00;
	text-decoration:none;
}

/* HORIZONTAL RULE */
hr {
	border:1px solid #333333;
	border-top:1px solid #000000;
	margin:10px 0px 10px 0px;
}

/* TEXT */
.TXTred {
	color:#F00;
}
.TXTwhite {
	color:#FFF;
}
	