BODY {
	font-family: Arial, Helvetica, sans-serif;
	background-color : #FF8C00;
	color : #191970;
	font-size : 14px;
        margin-top: 0em;
        margin-right: 0em;
        margin-bottom: 0em;
        margin-left: 0em;
}

TD {
	font-size : 12px;
}

A.menu:HOVER {
	width : 100%;
	font-weight : bold;
	background-color : #FFD700;
	text-decoration : none;
	font-style : normal;
	color : Red;
}

A.menu:LINK, A.menu:VISITED {
	width : 100%;
	text-decoration : none;
	font-weight : bold;
	font-style : normal;
}

A.menu:ACTIVE, A.menu:FOCUS {
	background-color : Red;
	color : #FFD700;
}

.menu {
	font-size : 12px;
}

A:LINK, A:VISITED {
	font-weight : bold;
	color : #191970;
	text-decoration : none;
	font-style : italic;
}

A:HOVER {
	color : Red;
	text-decoration : underline overline;
	font-style : italic;
}

A:ACTIVE, A:FOCUS {
	color : #FF8C00;
	text-decoration : underline overline;
	font-style : italic;
	background-color : Red;
}

H1, H2, H3, H4, H5, H6  {		
	font-weight: bold;
}


.TDBG1 {
	background : #C9A87A;
}

.TDBG2 {
	background : #D2B48C;
}

.TDBG2white {
	        background : #ffffff;
	}


.TDBG3 {
	background : #FF8C00;
}

.Border {
	border : solid #A0522D;
	border-width: 1px;
}

INPUT, SELECT, TEXTAREA, OPTION {
	 background-color : #d2b48c;    
	 border : 1px solid #a0522d; 
	 font-size: 13px; 
	 font-weight: bold;
}

