/* CSS Document */
body {
	background:url(images/bg.gif) repeat-x top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #51090B;
}
.header {
	background:url(images/header.gif) no-repeat top;
	width:873px;
	height:267px;
	}
.line {
	background:url(images/line.gif) repeat-y top;
	width:2px;
	}
.body_text {
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#FCFEC3;
	}
.star {
 	font-weight:bold ;
	color:#FFFFFF;
}
.form_border {
	border: 1px solid #FFFFFF;
	}			