/* Start of CMSMS style sheet 'grove' */
@charset "utf-8";
/* CSS Document */

.style1 {color: #FFFFFF}
.style2 {font-size: 10px}
.style5 {font-size: 11px; font-weight: bold; }
.style6 {color: #999999}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #a2dbff;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
body{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 19px;
	background-image: url(images/bk.jpg);
	margin-top: 0px;
	color:#333;

	}
	
a img{
	border:none;
	}
	
h1{
	font-size:12px;
	}
	
/* pre done classes */

.m_auto{
	margin:auto;
	width:775px;
	}

.main_text{
	font-family: arial;
	font-size: 11px;
	line-height: 19px;
	color: #333;
	text-decoration: none;
}
.header{
	font-family: arial;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

.main_text2{
	font-family: arial;
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
/* End of 'grove' */

