@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bgyellow.gif);
	background-position: center;
}
.HeaderBox {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
.borderLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#footer {
	height: 50px;
	width: 1000px;
	vertical-align:middle;
	text-align: center;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFCC00;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

.AboutUsTitle{
   font-size:16px;
   color:#666666;
   font-weight:bold;
}
.contentText {
    line-height:1.8em;
}
.txt_new {
    font-size:10px;
	margin-top:0;
	position:absolute;
	color:#CC0000;
}
.txt_AboutUSnav{
    font-size:14px; 
	color:#666666;
}
.txt_AboutUSnav a:link{
    font-size:14px; 
	color:#666666;
	text-decoration:none;
}
.txt_AboutUSnav a:visited{
    font-size:14px; 
	color:#666666;
	text-decoration:none;
}
.txt_AboutUSnav a:hover{
    font-size:14px; 
	color:#000000;
	text-decoration:none;
}
.txt_AboutUSnav a:active{
    font-size:14px; 
	color:#666666;
	text-decoration:none;
}
