﻿/* CSS Document */
TD {
	 font-family:Tahoma,arial,helvetica;
	 font-size: 9pt;
	 color : #294868;
	 line-height: 18px;		
	}
.title1 {
	 font-family:Tahoma,arial,helvetica;
	 font-size: 15pt;
	 font-weight: bold;
	 color : #ff6000;
	 line-height: 17px;		
	}
.title2 {
	 font-family:Tahoma,arial,helvetica;
	 font-size: 11pt;
	 font-weight: bold;
	 color : #dc0000;
	 line-height: 17px;		
	}
.link{
	font-size: 9pt;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	text-decoration : Underline;
	color: #000000;
   	}
.link:hover {
	text-decoration : None;	
	color: #FF0000;
	text-decoration: underline;
/*	font-weight: bold;
	*/
	}
/*a:visited {
	text-decoration : Underline;
	color: #000000;
	text-decoration: underline;
	}
a:active {
	text-decoration : None;	
	color : #b69c0a;
	}
*/	
.mytable {
	border: 0px;
	background-color: #9b0400;
	cellspacing: 3px;
}
.mytable_header
{
	background-color: #f57500;
	font-weight: bold;
	color: #FFFFFF;
}
.mytable_xanhdam
{
	background-color: #ffffff;
}
.mytable_xanhnhat
{
	background-color : #fef3b2;
}

.nhanmanh {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #308800;
}
.bg_top {
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bg_bottom {
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bg_left2 {
	background-image: url(../images/left2.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
