@charset "utf-8";
/* CSS Document */
/* base HTML stylse */
html { 
	font-size: 14pt; 
	font-family: Arial, Helvetica, sans-serif; 
}

@font-face {
    font-family: "Eras Light";
    src: url(/common/fonts/erasLight.woff) format("woff");
}
@font-face {
    font-family: "Eras Book";
    src: url(/common/fonts/erasBook.woff) format("woff");
}
@font-face {
    font-family: "Eras Bold";
    src: url(/common/fonts/erasBold.woff) format("woff");
}			
@font-face {
    font-family: "Eras Demi";
    src: url(/common/fonts/erasDemi.woff) format("woff");
}
@font-face {
    font-family: "Eras Med";
    src: url(/common/fonts/erasMed.woff) format("woff");
}

@font-face {
    font-family: "Kaufmann Script Bold";
    src: url(/common/fonts/kaufmannScriptBold.woff) format("woff");
}

/* AWD table header */	
.awdFontEmphasis {
	font-family: "Eras Bold";/*'Kaufmann Script Bold'; */
	font-size: 20pt;
	/*font-weight: bold;
	color: #A90A06;*/
}
	
.awdTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	/*text-decoration: underline; */
}