body{
	margin:0 0 20px 0;
	background-image:url(../images/bg_page.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	}
	
	td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	
}
p {margin-top:15px;}

a {color: #666;text-decoration:none; }
/*a:visited {color: #9fd33b;}*/
a:hover,a:active {color: #000; }

.ValignTopLeft{
    vertical-align:top;
	text-align:left;
}
.ValignTopRight{
    vertical-align:top;
	text-align:right;
}
.ValignTopCenter{
    vertical-align:top;
	text-align:center;
}
.ValignMiddleLeft{
    vertical-align:middle;
	text-align:left;
}
.ValignMiddleRight{
    vertical-align:middle;
	text-align:right;
}
.ValignBottomLeft{
    vertical-align:bottom;
	text-align:left;
}
.ValignBottomright{
    vertical-align:bottom;
	text-align:right;
}
.TextAlignLeft{
    text-align:left;
}
.TextAlignRight{
    text-align:right;
}
.TextAlignCenter{
    text-align:center;
}
.MarginTop10px {
	margin-top: 10px;
}
#WrapperOuter {
    position:relative;
	width:774px;
	vertical-align:top;
	margin:auto auto;
	z-index:1;
	
}
.WrapperInner {
    width:714px;
	vertical-align:top;
	
}

.Logo{
	height:75px;
	width:714px;
	vertical-align:middle;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(../images/bg_logo.gif);
	background-repeat: repeat-x;
	background-position: top bottom;
}
.Td100percent{
	width:100%;
	height:10px;
	vertical-align:top;
	text-align:left;	
}
.Td774px{
	width:774px;
	height:10px;
	vertical-align:top;
	text-align:left;	
}
.TopNav{
	width:714px;
	height:27px;
	vertical-align:top;
	text-align:left;	
}
.BgWhite {
	background-color: #fff;		
}
.BgGreen {
	background-color: #4da952;
	text-align:left;		
}
.BgGray {
	background-color: #ddd;		
}
.CurveTopBG {
	background-image: url(../images/curve_top_bg.gif);
	background-repeat: repeat-x;
}
.CurveBtmBG {
	background-image: url(../images/curve_btm_bg.gif);
	background-repeat: repeat-x;
}
.CurveLtBG {
	background-image: url(../images/curve_lt_bg.gif);
	background-repeat: repeat-y;
}
.CurveRtBG {
	background-image: url(../images/curve_rt_bg.gif);
	background-repeat: repeat-y;
}
.CurveContentBG {
    width:212px;
	background-image: url(../images/curve_content_bg.gif);
	background-repeat: repeat;
	background-color: #fafafa;
	background-position: left top;
	vertical-align:top;
	padding:2px 4px 0 4px;
	text-align:left;
}
.TextGray14px{
	font-size: 14px;
	color:#5a5a5a;
	font-weight: bold;
	text-decoration: none;
	line-height:14px;
	
	}
.TextDarkGray14px{
	font-size: 14px;
	color:#333;
	font-weight: normal;
	text-decoration: none;
	line-height:17px;
	
	}
a.TextDarkGray14px{
	font-size: 14px;
	color:#333;
	font-weight: normal;
	text-decoration: underline;
	line-height:17px;
	
	}
a.TextDarkGray14px:hover{
	font-size: 14px;
	color:#000;
	font-weight: normal;
	text-decoration: underline;
	line-height:17px;
	
	}
.TextLightGray12px{
	font-size: 12px;
	color:#666;
	font-weight: normal;
	text-decoration: none;
	line-height:17px;
	}
.TextLightGray11px{
	font-size: 11px;
	color:#666;
	font-weight: normal;
	text-decoration: none;
	line-height:14px;
	}
a.TextLightGray11px{
	font-size: 11px;
	color:#666;
	font-weight: normal;
	text-decoration: none;
	line-height:14px;
	}
a.TextLightGray11px:hover{
	font-size: 11px;
	color:#000;
	font-weight: normal;
	text-decoration: none;
	line-height:14px;
	}
	
.Line{
	height:14px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: center;	
	}
.LineBig{
	height:24px;
	background-image: url(../images/line_big.gif);
	background-repeat: repeat-x;
	background-position: center;	
	}
.TitPaddingLeft{
	padding-left:10px;	
	}
Ul {
	list-style:CIRCLE;
    text-align:left;
	margin:10px 10px 10px 15px; 
	padding:0px;
}
Li {
   padding-left:6px;
   line-height:25px;
}
.LineVert {
	background-image: url(../images/line_vert.gif);
	background-repeat: repeat-y;
	background-position: center top;

}
.BannerHome {
	background-image: url(../images/banner_home1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:287px;	

}
.BannerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height:18px;
	padding-right:30px;	
	text-align:left;	

}
.BorderGray {
	border:1px solid #efefef;
	padding:5px 10px 5px 10px;

}