/* CSS Document //background-color:#003466;*/
body
{
font: 0.75em Arial, sans-serif;
color: #353535;
background-color:#003466;
/*background-image:url(../images/bg_xuan2.gif);*/
background-position:inherit;
background-repeat:repeat-x;
background-attachment:fixed;
}



body,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
form,
ul,
ul li,
ol,
ol li,
dl,
dl dt,
dl dd {
	margin: 0;
	padding: 0;
}
ul,
ul li,
ol,
ol li {
	list-style: none;
}
img {
	border: none;
}
input,
select,
textarea {
	font: 100% Arial, Helvetica, sans-serif;
	border: 1px solid #b7d6e9;
	background: #FFF;
}

.ClearItems:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.ClearItems {
	clear: both;
	display: inline; /* Mac */
}
/* For Windows */
* html .ClearItems,
* html .ClearItems * {
	height: auto;
}
.ClearItems {
	display: block;
}
/* End of: For Windows */