@charset "utf-8";
/* CSS Document */
Body{background-color:#EEEEEE;
     background-image:url(images/bgimage.jpg);
	 background-repeat:repeat-x;
	 }
	 
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 210%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}	 

