/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:left;
	background-image: url(images/bk.gif);
	background-color: #444444;
	margin-top: 12px;
	margin-bottom:0px;
	}
	
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CC9900;
}
a:active {
	text-decoration: none;
	color: #666666;
}

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;
	}


.menu_test4{
	background: url(images/images/layout_08.gif) no-repeat bottom;
	}

.main_text{
	font-family: arial;
	font-size: 11px;
	line-height: 19px;
	color: #333;
	text-decoration: none;
    text-align:left;
}

.footer{
	font-family: arial;
	font-size: 10px;
	line-height: 19px;
	color: #fff;
	text-decoration: none;
    text-align:left;
}

/* End of 'Layout: Top menu + 2 columns' */

