/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-align:center;
	background-image: url(images/bk.gif);
	}
	
a img{
	border:none;
	}
	
h1{
	font-family: arial;
	font-size: 14px;
	line-height: 19px;
        font-weight: bold;
	color: #333;
	text-decoration: none;
        text-align:left;
}

.header{
	font-family: arial;
	font-size: 14px;
	line-height: 19px;
    font-weight: bold;
	color: #333;
	text-decoration: none;
    text-align:left;
}
	
/* pre done classes */

.m_auto{
	margin:auto;
	width:775px;
	}

.main_text{
	font-family: arial;
	font-size: 12px;
	line-height: 19px;
	color: #333;
	text-decoration: none;
        text-align:left;
}

.footer{
	font-family: arial;
	font-size: 10px;
	line-height: 19px;
	color: #666;
	text-decoration: none;
        text-align:left;
}
/* End of 'Layout: Left sidebar + 1 column' */

