/* CSS Document */

body {
	margin:0;
	background-image:url(images/homenew_bg.jpg);
	background-repeat: repeat-x;
	background-color:#FEFFFF;
}
.contentlong {
	background-image:url(images/homenew_contentlong.jpg);
	background-repeat:repeat-y;
}
.contentbg {
	background-image:url(images/homenew_contentbg.jpg);
	width: 720px;
	height: 115px;
	background-repeat:no-repeat;
}
.content_text {
	color: #FFFFFB;
	font-family: Tahoma;
	font-size:11px;
	text-align:justify;
}
.content_text a{
	color: #FFFFFB;
	text-decoration: none;
	font-weight:bold;
}
.content_text a:hover{
	color: #194775;
	text-decoration: none;
	font-weight:bold;
}
.pos_content {
	margin-top: 10px;
	margin-right: 12px;
}
.footer_text {
	color:#959393;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer_text a{
	color:#959393;
	text-decoration: none;
}
.footer_text a:hover{
	color: #194775;
	text-decoration: none;
}
.footerbg {
	background-image:url(images/homenew_footerbg.jpg);
	width: 800px;
	height:50px;
	background-repeat: no-repeat;
	background-position:top;
}