@charset "utf-8";
/* CSS Document */
body{
	background:#330000;height: 100%; margin: 0 auto 0 auto;
	font-family: tahoma,Arial, Helvetica, sans-serif; 
	font-size:9pt; color:#4d4d4d;
	scrollbar-face-COLOR:#FFFFFF; 
	SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF ; 
	SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #ffffff; /*tam giac*/
	SCROLLBAR-TRACK-COLOR: #ffffff; /*bg track*/
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;

}
A {
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:9pt; 
	COLOR: #003366  ;
	text-decoration:none;
}
A:hover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:9pt; 
	COLOR: #FF0000;
	text-decoration:underline;
}

a img{ border:0px;}
TD { color:#333333; font-family:tahoma; font-size:9pt;}

#header {width:950px; float:left; background:#FFFFFFs }
 #leftMN_item{
	FONT-FAMILY: Tahoma,Verdana,Arial; 
	FONT-SIZE:9pt;
	color: #ffffff;
	border:1px solid #FFFFFF; background:#333333;
	text-align:right; padding-right:10px; cursor:pointer;
}

#body {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto; background:#ffffff; 
}

#intro {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin:0 auto 0 auto; text-align:center; margin-top:30px; 
}

