@font-face {
    font-family: 'SchneidlerMdBTMedium';
    src: url('/includes/fonts/schndlm-webfont.eot');
    src: url('/includes/fonts/schndlm-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/schndlm-webfont.woff') format('woff'),
         url('/includes/fonts/schndlm-webfont.ttf') format('truetype'),
         url('/includes/fonts/schndlm-webfont.svg#SchneidlerMdBTMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
body, p, td { 
	font-size: 14px;
	color: #dacebf;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
}
p {
	margin: 0; 
	padding: 0 0 10px;
}
a {
    color: #FCBC41;
    outline: medium none;
}
a:hover {
    text-decoration: none;
}

.Heading2, h3 {
	font-size:24px;  
	color: #ffffff; 
	font-family: 'SchneidlerMdBTMedium';
	line-height: 30px;
	text-transform: uppercase;
}
.Heading2 b, .Heading2 strong, .h3 b, .h3 strong {
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
}
.White { 
	color: #ffffff; 
}
h4 { 
	font-size: 20px; 
}
hr {
	border: 0;
    border-bottom: 1px solid #3F3124;
    margin: 7px 0 13px;
}
.SmallTable, .SmallTable td { border: 1px solid #fff; border-collapse: collapse; font-size: 11px; padding: 3px; }
.SmallTable td p { font-size: 11px; }
.orange { 
	color: #ff8e00; 
}
