@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background: url(images/home_bg.jpg) top repeat-x #FFFFFF;
	font-family: Tahoma;
	font-size:11px;
	color:#8D8D8D;
}
/*background*/
.bgr2 {
	background:url(images/home_r2.jpg) top repeat-x;
	height:9px;
}
.bgwhite {
	background-color: #fff;
}
.bgflash {
	background: url(images/home_flashbg.jpg) no-repeat #fff; 
	width:783px;
	height:436px;
}
.bgtop {
	background:url(images/home_flashtop.jpg) no-repeat #fff;
	width:783px;
	height:28px;
}
.bgcontent {
	background: url(images/home_contentr2.jpg) top repeat-x #fff;
	height:158px;
}
.bgbot {
	background:url(images/home_cbot2.jpg) top repeat-x; 
}
.bgleft {
	background: url(images/home_contentr1long.jpg) repeat-y;
}
.bgright {
	background: url(images/home_contentr3long.jpg) repeat-y; 
}
/*background*/

/*position*/
.content {
	text-align:justify;
}
.pos1 {
	margin: 0 0 0 10px;
}
/*position*/

/*content*/
.violet {
	color: #956E8E;
	font-weight: bold;
}
/*content*/

/*footer*/
.footertxt {
	color:#956E8E;
	font-size:10px;
}
.footertxt a{
	color:#956E8E;
	text-decoration: underline;
}
.footertxt a:hover{
	color: #000000;
	text-decoration:none;
}
/*footer*/
