/* CSS Document */
BODY{
	background-image:url(../img/body_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:778px;
	
	margin-top:0px;
}

a img { border:0px }

FORM{
margin:0;
padding:0;
}

.footerdata{
background-color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
color:#8D0F15;
text-align:left;
}

.header_bg{
	background-image:url(../img/header_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:938px;
	height:215px;
}

.green_bg
{
	background-image:url(../img/green_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:339px;
	height:439px;
	vertical-align:top;
}

.hr_bg{
background-image:url(../img/hr_line.png);
background-position:left;
background-repeat:repeat-x;
width:3px;
height:7px;
}

.data{
padding:6px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}


