
body {
	margin: 0;
	outline: none;
	font: normal 100%/1.25 Tahoma,  Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	background: #2262e8;
	font-size: 11px;
}
body a 
{
	text-decoration:none;
	}
body.RadEContentBordered
{
	background-color:White;
}
img {
	border:none;
}

.Clear {
	clear:both;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
}

.Container {
	width: 846px;
	margin: 0px auto;
	padding: 0px 5px;
	background: url(../images/BGContainer.gif) left top repeat-y;
}

/************** Banner **********/
.Banner {
	background: url(../images/Banner.jpg) left top no-repeat;
	width: 846px;
	height: 150px;
}

/************** Menu **********/
.Menu {
	background: #f1f1f1;
	width: 100%;
	height: 37px;
	padding-top: 1px;
	border-bottom: 1px solid #90b0f3;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.Menu .LeftMenu {
	background: url(../images/Menu.gif) left top no-repeat;
	padding-left: 4px;
	float: left;
}

.Menu .RightMenu {
	background: url(../images/Menu.gif) right top no-repeat;
	padding-right: 4px;
}

.Menu .CenterMenu {
	background: url(../images/Menu.gif) left -36px repeat-x;
	line-height: 36px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 0px 18px;
	text-transform:uppercase;
}

.Menu .CenterMenu a {
	color: #fff;
	text-decoration: none;
}

.Menu .CenterMenu a:hover {
	color: #ebff0f;
}
.Menu .CenterMenu a.selected
{
	color:#ebff0f;
}
/************** Content **********/
.Content {
	background: url(../images/BGContent.gif) left top repeat-x;
	padding: 0;
	padding-top:10px;
}

/*------ BoxFlash ------*/
.BoxFlash {
	padding: 20px 0px 0px 25px;
	float: left;
}

.BoxFlash .Flash {
	width:	442px;
	height: 300px;
	border: 1px solid #2a9fee;
	cursor: pointer;
}

/*------ BoxContent ------*/
.BoxContent {
	width:	310px;
	height: 301px;
	border-right: 1px solid #2a9fee;
	border-bottom: 1px solid #2a9fee;
	margin-top: 20px;
	padding: 0 20px;
	float: left;
	color: #6d6d6d;
	text-align: left;
	margin-right:20px;
}

.BoxContent .Company {
	padding-bottom: 15px;
}

.BoxContent .News {
	padding-bottom: 10px;
}

.BoxContent .Title {
	background: url(../images/IconTitle.gif) no-repeat left center;
	border-bottom: 2px solid #2a9fee;
	padding: 0 0 2px 15px;
	color: #2a9fee;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 13px;
}


/*------ BoxImages ------*/
.BoxImages {
	border-top: 1px solid #2a9fee;
	margin: 10px 10px;
	padding-top: 10px;
	padding-bottom:10px;
	float:left;
	height:200px;
}

.BoxImages .Box {
	float: left;
	text-align:center;
	margin-right: 4px;
	margin-left:4px;
	height:200px;
}

.BoxImages .Box .Image {
	border: 1px solid #2a9fee;
	display: block;
	margin-bottom: 1px;
	width: 184px;
	height: 117px;
	cursor: pointer;
	padding: 3px;
}

.BoxImages .Box .Image img{
	width: 184px;
	height: 117px;
}

.BoxImages .Box .Name {
	background: #2a9fee;
	display: block;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	text-align:center;
	width:192px;
}

/************** Footer **********/
.Footer {
	background: url(../images/BGFooter.gif) left top repeat-x;
	padding: 15px 25px;
	color: #1f4b6f;
	width:846px;
}

.Footer .LeftFooter {
	float: left;
	text-align: left;
}

.Footer .RightFooter {
	float: right;	
	text-align: right;
}

/************** Text **********/
.LinkBlue {
	color: #2a9fee;
	text-decoration: underline;
}

.LinkBlue:hover {
	text-decoration: none;
}

.Link {
	background: url(../images/IconLink.gif) no-repeat left 6px;
	padding-left: 10px;
	text-decoration: underline;
	display: block;
	color: #2a9fee;
	margin-top: 7px;
	
}

.Link:hover {
	text-decoration: none;
}

/************** Page **********/

.ContentPage {
	background: url(../images/BGLeftMenu.gif) repeat-y left top;
}

.MenuPage {
	background: url(../images/TopBGSubMenu.gif) no-repeat left top;
	width: 190px;
	text-align: left;
	padding: 10px 14px 10px 7px;
}

.TopMenuPage {
}

.MenuPage .LeftMenuPage {
	background: url(../images/LeftMenu.gif) no-repeat left top;
	padding-left: 7px;
}

.MenuPage .RightMenuPage {
	background: url(../images/LeftMenu.gif) no-repeat right top;
	padding-right: 7px;
}

.MenuPage .CenterMenuPage {
	background: url(../images/LeftMenu.gif) repeat-x left -26px;
	line-height: 26px;
	padding: 0 3px;
}

.MenuPage .IconMenuPage {
	background: url(../images/IconLeftMenu.gif) no-repeat left center;
	padding-left: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.MenuPage .IconMenuPage:hover {
	background: url(../images/IconLeftMenuHover.gif) no-repeat left center;
	color: #ebff0f;
}

.MenuPage .SubMenu {
	background: #2362e8;
	padding: 5px 10px;
	border: 1px solid #1d53bb;
	border-top: none;
}

.MenuPage .SubMenu .IconSubMenu {
	background: url(../images/IconSubMenu.gif) no-repeat left center;
	padding-left: 15px;
	display: block;
	color: #bfedff;
	text-decoration: none;
	line-height: 14px;
}

.MenuPage .SubMenu .IconSubMenu:hover {
	background: url(../images/IconSubMenuHover.gif) no-repeat left center;
	color: #ebff0f;
}

.MenuPage .SubMenu .IconSubMenuSelected {
	background: url(../images/IconSubMenu.gif) no-repeat left center;
	padding-left: 15px;
	display: block;
	color: #bfedff;
	text-decoration: none;
	line-height: 14px;
}

.MenuPage .SubMenu .IconSubMenuSelected:hover {
	background: url(../images/IconSubMenuHover.gif) no-repeat left center;
	color: #ebff0f;
}

.MenuPage .SubMenu .LineSubMenu {
	background: url(../images/LineSubMenu.gif) repeat-x left top;
	height: 2px;
	font-size: 0px;
	margin: 3px 0px;
}

.MenuPage .Advertising {
	margin-top: 5px;
	display: block;
}

.MenuPage .Advertising img {
	width: 186px;
	border: 1px solid #fff;
}

.PageContent {
	padding: 15px 10px;
	color: #6d6d6d;
	width:595px;
}

.PageContent .BoxPageContent {
	border-bottom: 1px solid #2a9fee;
	padding: 10px 0px;
}

.PageContent .TitleContent {
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 13px;
	color:black;
}

.BoxPageContent .Title {
	background: url(../images/IconTitle.gif) no-repeat left center;
	border-bottom: 2px solid #2a9fee;
	padding: 0 0 2px 15px;
	color: #2a9fee;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 15px;
}

.BoxPageContent .ImageContent {
	padding: 10px 0px;
	text-align:justify;
	font-size:12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:black;
	font-weight:bold;
}

.BoxPageContent .ImageContent img {
	border: 1px solid #2a9fee;
	margin: 0px auto;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	text-align:justify;
	font-size:12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:black;
}

.BoxPageContent p {
	line-height: 12px;
	margin: 0;
}

.PageContent .BoxImagesContent {
	padding-top: 10px;
	float:left;
}

.PageContent .BoxImagesContent .Box {
	border: 1px solid #2a9fee;
	padding: 3px;
	float: left;
	margin-right: 3px;
	display: block;
}

.PageContent .BoxImagesContent .Box img {
	width: 138px;
	height: 90px;
}


/************** Page News **********/

/*------ HotNews ------*/
.PageContent .BoxHotNews {
	overflow: hidden;
	height:	100%;
}

.BoxHotNews .ImgHotNews {
	width: 210px;
	float: left;
	display: block;
	margin: 0px 15px 15px 0px;
}

.BoxHotNews .ImgHotNews img {
	width: 210px;
}

.BoxHotNews .HotNewsContent {
	margin-left: 225px;
	text-align: justify;
	color: black;
}

.BoxHotNews .HotNewsContent .TitleHotNews {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
}

.BoxHotNews .HotNewsContent p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}

/*------ NormalNews ------*/

.PageContent .BoxNormalNews {
	padding-top: 18px;
	overflow: hidden;
	height:	100%;
}

/*-- LeftNormalNews --*/
.BoxNormalNews .LeftNormalNews {
	float: left;
	width: 290px;
}

.BoxNormalNews .LeftImgNormalNews {
	width: 100px;
	float: left;
	display: block;
}

.BoxNormalNews .LeftImgNormalNews img {
	width: 100px;
}

.BoxNormalNews .LeftNormalNewsContent {
	margin-left: 110px;
	text-align: justify;
	color: Black;
}

.BoxNormalNews .LeftNormalNewsContent .TitleNormalNews {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.BoxNormalNews .LeftNormalNewsContent p {
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
}

/*-- RightNormalNews --*/
.BoxNormalNews .RightNormalNews {
	float: right;
	width: 290px;
	padding-left: 10px;
}

.BoxNormalNews .RightImgNormalNews {
	width: 100px;
	float: right;
	display: block;
}

.BoxNormalNews .RightImgNormalNews img {
	width: 100px;
}

.BoxNormalNews .RightNormalNewsContent {
	margin-right: 110px;
	text-align: justify;
	color: Black;
}

.BoxNormalNews .RightNormalNewsContent .TitleNormalNews {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.BoxNormalNews .RightNormalNewsContent p {
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
}

/*------ FocusNews ------*/
.PageContent .FocusNewsContent {
	margin: 0px;
}

/*-- RightNormalNews --*/
.BoxNormalNews .RightNormalNews {
	float: right;
	width: 290px;
	padding-left: 10px;
}

.BoxNormalNews .RightImgNormalNews {
	width: 100px;
	float: right;
	display: block;
}

.BoxNormalNews .RightImgNormalNews img {
	width: 100px;
}

.BoxNormalNews .RightNormalNewsContent {
	margin-right: 110px;
}

.BoxNormalNews .RightNormalNewsContent .TitleNormalNews {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.BoxNormalNews .RightNormalNewsContent p {
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
}

/*------ FocusNews ------*/
.PageContent .FocusNewsContent {
	margin: 0px;
}

/*------ Contact ------*/

.page_register_l,
.page_register_r {
	width:185px;
	font-size:11px;
	line-height:30px;
	margin:0;
	float:left;
	text-align:right;
}

.page_register_r {
	width:300px;
	line-height:normal;
	text-align:left;
	padding-left: 8px;
}

.page_register_l p {
	line-height: 25px;
}

.page_register_r p {
	font-size: 11px;
	line-height: normal;
	margin-bottom: 3px;
	_margin-bottom: 2px;
}

.page_register_r input,
.page_register_r select {
	height:20px;
	border:1px solid #999999;
	padding:0 0 0 3px;
	font-size:13px;
}

/*------ Box Tham Do ------*/

.BoxThamDo {
	background: url(../images/BoxThamDo.gif) repeat-y left top;
	width: 190px;
}

.BottomBoxThamDo {
	background: url(../images/BottomBoxThamDo.gif) no-repeat left bottom;
	padding-bottom: 15px;
}

.TitleBoxThamDo {
	background: url(../images/TitleBoxThamDo.gif) no-repeat left top;
	padding: 0 23px;
	line-height: 25px;
	height: 26px;
	color: #fff;
	font-weight: bold;
}

.Question {
	padding: 10px;
	color: #4e4e4e;
	font-weight: bold;
}
.HomeNormal
{
	text-align:justify;
	font-size:12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:black;
	
}
.Big
{
font-size:12px;
font-weight:bold;

}
.content 
{
	text-align:justify;
	font-size:12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:black;
}