@charset "UTF-8";
a {
	color: #184878;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
}

body {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	line-height: 1.6em;
}

.font_ann {
	color: #000066;
	padding: 10px;
}

.font_footer {
	font-size: 10px;
	color: #666666;
}

.font_sm {
	font-size: 9px;
}

/*-------------- CSS for form elements -----------*/
input, textarea, button {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
}


/*-------------- CSS for tables ------------------*/
.mainCellSpacing {
	padding: 5px;
}

.cellField {
	padding: 6px 5px 6px 0px;
	font-weight: bold;
}

.cellData {
	padding: 6px 0px 6px 5px;
}

.sectionheader {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../vietnam/images/section-_header_bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 0px;
	background-position: left top;
	text-indent: 22px;
}
