/*OVERALL FONT STYLE*/
	
body, p, th, td, li, dd    {
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color:#222222;
    }
	
/*Use of the DIV style will interfere with the sub-menus popup font size.*/
/*So the DIV style was not defined in this style sheet. */


/*OVERALL BOLD FONT*/
b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #942c22;
	background-color: transparent;
}

/*Headers  */
h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #999999;
	background-color : transparent;
	font-weight : bold;
	margin-bottom : 8px;
}

h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
	background-color : transparent;
	font-weight : bold;
	margin-bottom : 4px;
}

h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000000;
	background-color : transparent;
	font-weight : bold;
	margin-top : 4px;
	margin-bottom : 2px;
}

h4 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color : #942c22;
	background-color : transparent;
	margin-top : 1px;
	margin-bottom : 1px;
}

h5 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color : #942c22;
	background-color: transparent;
	text-decoration: none;
	margin-top : 1px;
	margin-bottom : 1px;
}



/*Overall Link style*/
A:LINK {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #942c22;
	font-weight : bold;
}
A:VISITED {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #9A9A9A;
	text-decoration: none;
	font-weight : bold;
}
A:ACTIVE {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #9A9A9A;
	text-decoration: none;
	font-weight : bold;
}
A:HOVER {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #000000;
	text-decoration : underline;
	font-weight : bold;
}


/*Disclaimer  Footer*/
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
	color : #7B0713;
}

/*emmys font*/
.emmy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #942c22;
	background-color: transparent;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	vertical-align: super;
	cursor: default;
	color: #993333;

}
h5i {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color : #942c22;
	background-color: transparent;
	text-decoration: none;
	margin-top : 1px;
	margin-bottom : 1px;
	left: .5in;

}
