body {
	background-color : #FBEC6E;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 130%;
}
h1 {
	font-size : 16px;
	letter-spacing : 1px;
	margin-bottom : 4px;
	margin-left : 4px;
	margin-right : 4px;
	margin-top : 4px;
	font-weight : normal;
}
h2 {
	font-size : 12px;
	letter-spacing : 1px;
	margin-bottom : 2px;
	margin-left : 2px;
	margin-right : 2px;
	margin-top : 2px;
	font-weight : normal;
}
table {
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 130%;
	color : #8B0000;
	text-align : justify;
}

a {
	color : #CC0033;
	letter-spacing : 1px;
}

a:hover {
	color : #FF6600;
	letter-spacing : 1px;
}

td {
	background-color : White;
}
.text10 {
	font-size : 10px;
}
.boxTopR {
	background-image : url(borders/borTopR.gif);
	background-position : top;
	background-repeat : no-repeat;
}
.boxTopL {
	background-image : url(borders/borTopL.gif);
	background-position : top;
	background-repeat : no-repeat;
}
.boxBotR {
	background-image : url(borders/borBotR.gif);
	background-position : bottom;
	background-repeat : no-repeat;
}
.boxBotL {
	background-image : url(borders/borBotL.gif);
	background-position : bottom;
	background-repeat : no-repeat;
}
.borderBot {
	border-bottom-color : #8B0000;
	border-bottom-style : dotted;
	border-bottom-width : 1px;
}
.caption {
	font-size : 9px;
	font-style : italic;
}
.caption10pt {
	font-size : 10px;
	font-style : italic;
}
.paleBack {
	background-color : #FFFFB7;
}
.yellBack {
	background-color : #FBEC6E;
}
#menu {
         width: auto;
         border: 1px dotted #8B0000;
         border-top: none;
         padding: 0;
         color: #8B0000;
         font-size : 11px;
}
 #menu ul {
         list-style: none;
         margin: 0;
         padding: 0px 0px 0px 0px;
         border: none;
 }
 #menu li {
         border-top: 1px dotted #8B0000;
         margin: 0;
 }
 #menu li a {
         color: #8B0000;
         display: block;
         padding: 6px 3px 6px 0.5em;
         text-decoration: underline;
         width : 100%;
}
 #menu li a:hover {
         background-color: #FBEC6E;
         color: #8B0000;
 }
 #menu li a:hover:after, #menu li a:focus:after {
         content: " [" attr(accesskey) "] ";
}