@font-face {
    font-family: 'ZwoWebRegular';
    src: url('../fonts/ZwoWeb.eot');
    src: url('../fonts/ZwoWeb.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ZwoWeb.woff') format('woff'),
         url('../fonts/ZwoComp.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZwoWebExtlight';
    src: url('../fonts/ZwoWeb-Extlight.eot');
    src: url('../fonts/ZwoWeb-Extlight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ZwoWeb-Extlight.woff') format('woff'),
         url('../fonts/ZwoComp-Extlight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '2695B2_0_0';
    src: url('../fonts/2695B2_0_0.eot');
    src: url('../fonts/2695B2_0_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/2695B2_0_0.woff') format('woff'),
         url('../fonts/2695B2_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a, a:visited {
	color: #646464;
	text-decoration: none;
}

a:hover, a:active, #active a {
	color: #5f260c;
	text-decoration: none;
}

#header #content a {
/* 	font: 13px 'ZwoWebExtlight', Arial, sans-serif; */
	font: 13px '2695B2_0_0';
}

#header #content a.active {
	color: #5f260c;
}

#header #content a:hover {
}

#header #content a:active {
	
}

#maincontent #menu_inner {
	line-height: 45px;
}

.menu a {
/* 	font: 25px 'ZwoWebExtlight', Arial, sans-serif; */
	font: 15px '2695B2_0_0';
}

.menu a.active {
	color: #5f260c;
}

body {
/* 	font: 15px 'ZwoWebExtlight', Arial, sans-serif; */
	font: 15px '2695B2_0_0', Arial, sans-serif;
	color: #646464;
}

#maincontent #content_text p {
	line-height: 20px;
}

#maincontent #contact {
/* 	font: 13px 'ZwoWebExtlight', Arial, sans-serif; */
	font: 13px '2695B2_0_0';
	color: #646464;
}

#maincontent #contact p {
	line-height: 20px;
}

#footer #footer_inner table h1 {
/* 	font: 35px 'ZwoWebRegular', Arial, sans-serif; */
	font: 35px '2695B2_0_0';
	color: #646464;
}

#footer #footer_inner table p {
/* 	font: 13px 'ZwoWebExtlight', Arial, sans-serif; */
	font: 13px '2695B2_0_0';
	line-height: 17px;
	color: #646464;
}

@media only screen and (max-device-width: 480px) {
	#footer #footer_inner table p {
/* 		font: 10px 'ZwoWebExtlight', Arial, sans-serif; */
		font: 10px '2695B2_0_0';
		line-height: 12px;
		color: #646464;
	}
	
}