/* CSS Document */
BODY {
	background-color:#e4e4e4;
	margin-top:30px;
}
.r_shadow {
	background-image:url(../images/r.jpg);
	width:17px;
	height:539px;
}
.l_shadow {
	background-image:url(../images/l.jpg);
	width:17px;
	height:539px;
}
.b_shadow {
	background-image:url(../images/d.jpg);
	background-position:center;
	width:941px;
	height:22px;
}
.top {
	background-image:url(../images/v.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:691px;
	height:94px;
}
.white {
	background-color:#FFFFFF;
}
.border_red {
	border-top:#ed242e 2px solid;
	border-bottom:#ed242e 2px solid;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding-left:120px;
	padding-right:120px;
	padding-top:10px;
	padding-bottom:10px;
}
.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	padding-left:120px;
}
