@charset "utf-8";
.body_html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.rightbody_html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
div_rightoanel {
	width: 200px;
	clear: left;
}
.somediv2 {
	clear: left;
	width: 200px;
}


.panelborder_bot {
	background-image: url(images/bottom_pat.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center;
}
.panelborder_right {
	background-image: url(images/right_pat.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.panelborder_top {
	background-image: url(images/top_pat.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.panelborder_left {
	background-image: url(images/left_pat.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
