@font-face{
	font-family:'u8';
	src:url(/css/amf/U8-Black.eot);
	src:url(/css/amf/U8-Black.eot?#iefix) format('embedded-opentype'),url(/css/amf/U8-Black.woff) format('woff')
}
h2, h3 {
	font-family:'u8';
}
h2, h3, h4 { color: #333e48; }
p, li {
	font-family: "FS Me Web Regular",Helvetica,Arial,Verdana,sans-serif;
	font-size:13px;
}
a:link, a:active, a:visited {
	color: #000;
	font-weight: bold;
}
a:hover {
	color:#fc0;
	font-weight: bold;
}
div#page_options {
	background-color: #333e48;
	border-bottom-color: #333e48;
	background-image: none;
	color:#fff;
}
ul.breadcrumbs li a {
	color: #9da2a6;
}
ul.breadcrumbs li a:hover {
	color: #fff;
}
div#content {
	background-color: #dee0e0;
}
div.sub_section {
	border-color: #333e48;
    padding: 10px 0;

}
#amffooter {
    background-color: #000;
    color:#fff;
    padding:15px 0;
}
#amffooter h2 {
	color: #fff;
}
div#content {
	padding-bottom:0;
}
a.button.secondary, input.button.secondary {
    color: #333e48;
    background-color: #fc0;
}
a.button.secondary:hover, input.button.secondary:hover {
	text-decoration: underline;
}
a.button, input.button {
    cursor: pointer;
    font-family: "FS Me Web Regular",Helvetica,Arial,Verdana,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-family: "FS Me Web Heavy",Helvetica,Arial,Verdana,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: block;
    clear: both;
    -webkit-border-radius: 0;
    border-radius: 0;
    max-width: 270px;
    height: 55px;
    line-height: 55px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #333e48;
    background: #fff;
    background: red;
    border: none;
    font-size: 16px;
    text-decoration: none;
    font-style: normal;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #fc0;
    background-color: #333e48;
}