/* standard clases */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F0E68C;
	background-attachment: fixed;
	background-image: url(images/bacground.gif);
	background-repeat: no-repeat;
 	background-position: 60px top;
}
TD {font-family: Arial, Helvetica, sans-serif; font-size: 12px;	color: #000000;}

A:link{font-family: Arial, Helvetica, sans-serif; color: #7B3E12;TEXT-DECORATION:underline}
A:visited{font-family: Arial, Helvetica, sans-serif; color: #7B3E12;TEXT-DECORATION:underline}
A:active{font-family: Arial, Helvetica, sans-serif; color: #CC9966;TEXT-DECORATION:underline;}
A:hover{font-family: Arial, Helvetica, sans-serif; color: #CC9966;TEXT-DECORATION:underline}

H1 {font-size: 22px; font-weight: bold;} /*Site title */
H2 {font-size: 16px; font-weight: bold;} /*Page title */
H3 {font-size: 14px; font-weight: bold;} /*Paragraph title */
H4 {font-size: 12px; font-weight: bold;} /*Memu title*/

/* custom clases */
.table{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.tableHeader{font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #F0E68C; font-weight: bold;  padding-left: 3px;   }
.table TD{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; border: 1px solid #7B3E12; padding-left: 3px;  border-top: 0px;        }
.tableHeader TD{font-family: Arial, Helvetica, sans-serif; font-size: 12px;	color: #F0E68C; background-color: #7B3E12; font-weight: bold; border: 1px solid #7B3E12;   }

.menuBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #F0E68C;
	background-attachment: fixed;
	background-image: url(images/background_header.gif);
	background-repeat: no-repeat;
 	background-position: 60px top;
}
.menu {font-weight: bold; color: #F0E68C; font-size: 13px; text-align: left}
.menu A:link{color: #F0E68C; text-decoration: none}
.menu A:visited{color: #F0E68C; text-decoration: none}
.menu A:active{color: White; text-decoration: none}
.menu A:hover{color: Black; text-decoration: underline}

.indexPanel {position:fixed; font-size:11px; top:20px; width:110px; height:100%; display:block; overflow:hidden; border-right-color:#7B3E12; color:#F0E68C; border-right-style:solid; border-right-width:thin; border-spacing:40px; text-align:center;}
.indexPanel H4 {background-color:#7B3E12; display:block; width:98px;; margin-right:8px; border-spacing:40px; height:20px; text-align:center; line-height:20px; font-size:12px;}

.contentPanel {position:absolute; top:20px; left:136px; width:inherit; height:inherit; overflow:auto; border-spacing:40px; margin-right:40px;}
.contentPanel IMG {float:right; border-bottom:solid thin #996600; border-right:solid thin #996600;}

.footer {position:fixed; bottom: 0; width:110px; font-size: 10px;  color: #7B3E12; background-color:#F0E68C; }

.errstyle{font-weight: bold; color: red;}


/* IE FIX FOR non functional position fixed
html {
overflow: hidden;
}
body {
height: 100%;
overflow: auto;
}
..someclass {
position: absolute;
}
*/