/* CSS Document */
body{
background-color:#E00104;
background-image:url(images/background.jpg);
margin-top:0px;
margin-bottom:0px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.content{
background-image:url(images/white-body.jpg) ;
background-repeat:repeat-y;
}
.top{
background-image:url(images/white-top.jpg);
background-repeat:no-repeat;
}
.bg{
background-color:#FAF7F7;
}
.text{
text-align:justify;
padding:7px;
}

.text1{
text-align:justify;
padding-left:10px;
padding-right:25px;
margin-top:0px;
background-image:url(images/white-body.jpg) ;
background-repeat:repeat-y;
}
.footer{
padding-left:20px;
font-weight:bold;
font-size:14px;
color:#FFFFFF;
}
#top_box{
	background:url(images/top_bar.gif) top left ;
	height:20px;
	width:100%;
	margin:0;
	padding:0;
}


