body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.contact {
	color: FFBFB8;
	font-size: 14px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.catalog {
	background-color: #C91213;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FCDDDA;
	border: 1px solid #FE7F7A;
	font-size: 15px;
	padding:6px !important;
	
	text-shadow: 1px 1px 1px rgba(255,255,255, .2);
	color: #FFFFFF;
//	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
	/*background: url(../img/active.png) repeat-x;*/
	background: #C91213;
	background: -moz-linear-gradient(top,  #F21E1E 0%, #C91312 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F21E1E), color-stop(100%,#C91312));
	background: -webkit-linear-gradient(top,  #F21E1E 0%,#C91312 100%);
	background: -o-linear-gradient(top,  #F21E1E 0%,#C91312 100%);
	background: -ms-linear-gradient(top,  #F21E1E 0%,#C91312 100%);
	background: linear-gradient(top,  #F21E1E 0%,#C91312 100%);
	
}

.active  .catalog, .files a:hover .catalog{
	color: #3e5706;
	text-shadow: 1px 1px 1px rgba(255,255,255, .2);
	/*background: url(../img/active.png) repeat-x;*/
	background: #a5cd4e;
	background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
	background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);

}


.files a{
text-decoration: none !important;
}

.frame {
	border: 1px solid #FC2221;
}
a:link {
    color: #000066;
	text-decoration: none;
}
a.localsape_link_3245d425e27e4512a846505aec7b4e50 {
	font-size: 1px;
	color: #ffffff;
}
a:visited {
    color: #000066;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
	color: #660000;
}
a:active {
    text-decoration: none;
	}