/*
body {
	background-color : #FFFFCC;
	color : #336699;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 24px;
}

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a.anchorLink {
	color : #FFC977;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	text-decoration : none;
}

a.anchorLink:visited {
	color : #FFC977;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	text-decoration : none;
}

a.anchorLink:hover {
	background-color : #FFC977;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	text-decoration : underline;
	text-underline-position : below;
}

a.anchorLink:active {
	color : #FFC977;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	text-decoration : none;
}

span.spanNoNav {
	color : #FFC977;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
}


table.tableNav {
	color : #FFC977;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	/* padding-left : 10px; */
	/* border-bottom : 1px solid Gray; */
	/* background-color:#000000; */
}

tr.tableNav {
	background-color : #FFFFFF;
}

td.tableNav {
	/*
	padding-left : 10px;
	border-right : 1px solid Gray;
	border-left : 1px solid Gray;
	*/
}

td.tableNavOff {
	background : #FFC977;
	color : #000000;
	/*padding-left : 10px; */
}





span.spanNavOn {
	color : #FFC977;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	background-color : white;
}

span.spanNavOff {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	background : #FFC977;
	background-color : #FFC977;
	color : #000000;
}




INPUT {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 9px;
	color: black;
	border : 1px solid Gray;
}

INPUT.inputSmall {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 9px;
	color: black;
	border : 1px solid Gray;
}

TEXTAREA.inputSmall {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 9px;
	color: black;
	border : 1px solid Gray;	
}

SELECT.inputSmall {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 9px;
	color: black;
	border : 1px solid Gray;
}





table.tableBody {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	/*margin-left : 10px;*/
	vertical-align : top;
}

th.tableBody {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align : left;
	vertical-align : top;	
}

tr.tableBody {
	vertical-align : top;
	line-height : 12px;
}


span.spanCopyright {
	position: absolute; 
	bottom: -293px; 	
	left: 4px; 
	width: 99%; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-align: center; 
	border: 1px solid Gray;
	background : #FFC977;
}
