/* 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:left;
	line-height: 21px;
	background-color: #375e74;
	}
	
a img{
	border:none;
	}
	
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 21px;
	color:#000766;
	font-style: normal;
	font-weight: bolder;
	text-decoration: blink;
	}
	
	
/* pre done classes */

.m_auto{
	margin:auto;
	width:775px;
	}

a:link {
	text-decoration: none;
	color: #040b83;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: underline;
	color: #B42405;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.menu_test{
	background: url(images/images/layout_10.gif) no-repeat top center;
	}
	

#menu a{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#28231F;
	background:#FFF;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:6px;
	}
	
#menu a:hover{
	color:#FFF;
	background:#262152;
	}
	
.main_text{
	font-family: arial;
	font-size: 11px;
	line-height: 21px;
	text-align: left;
	color: #333;
	text-decoration: none;
}

.main_text2{
	font-family: arial;
	font-size: 11px;
	line-height: 21px;
	color: #333;
	text-decoration: none;
}

.footer_title{
	font-family: arial;
	font-size: 14px;
	font-weight:bold;
	color: #333;
		line-height: 14px;
	text-decoration: none;
}

.footer_text{
	font-family: arial;
	font-size: 10px;
	color: #333;
	line-height: 13px;
	text-decoration: none;
}
/* End of 'Layout: Left sidebar + 1 column' */

