@charset "utf-8";
/* CSS Document */
body{
	background:#000000;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
.Global #intro {
	width: 1002px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; margin-top:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#banner{ height:119px;}

TD { color:#333333; font-family:Arial, Helvetica, sans-serif; font-size:8pt;}
.Powered{color:#026bbb; padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:8pt;}
/*Chinh link bottom #FFFFFF*/
.Powered A{ color:#0000FF; font-weight:bold; text-decoration:none; padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:8pt;}
/*Chinh link bottom #FFCC00*/
.Powered A:hover{ color:#FF0000;font-weight:bold; text-decoration:none; padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:8pt;}

.menu_head{text-transform:uppercase; color:#0000ff; padding:0;  font-family:Arial, Helvetica, sans-serif; font-size:12px}
.menu_head A{ color:#0038d1; font-weight:bold; text-decoration:none;  margin:0; padding-left:5px; padding-right:5px;}
.menu_head A:hover{ color: #FF0000 ;font-weight:bold; text-decoration:none; padding-left:5px; padding-right:5px; margin:0}

.counter { font-family:Arial, Helvetica, sans-serif; font-size:8pt; color:#FFFFFF}


