body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* small;  80%; */
	margin: 0;
	padding: 0;
	background-color : #AAA;
}
.tbl1 { 
	background-repeat: no-repeat; 
	background-color : #FFF;
	margin-top:0.5em;
	border: 1px solid #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* small; */
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; /* small;  80%; */
	margin: 0;
	padding: 0;
	background-color : #ffffff;
}

#navcontainer { 
	width: 100%;
	font-size: 11px;
}
.navcontainer {
	margin-left: 0;	padding-left: 0;
	/* list-style-type: none; */
	font-size: 85%;
	border-bottom: 1px solid #777;
	border-top: 1px solid #777;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* #navcontainer td a { */
.navcontainer a {
	display: block;
	width: 100%;
	padding: 0.25em;
/*	border-top: 1px solid #777;	 */
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
/* #navcontainer td a:hover { */
.navcontainer a:hover {
	/* background-color: rgb(153,194,214);color: ffffff; */
	background-color: rgb(106,181,255);color: ffffff;
	font-size: 11px;
}
.tableborder {
	border-top:2px solid #AEBE9A;border-right:2px solid #AEBE9A;border-bottom:2px solid #AEBE9A;border-left:2px solid #AEBE9A;
}
p, main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	border-bottom: 1px solid #666;
}
/* a {
	color: #119;
}
a:visited {
	color: #007;
} */
A:link {
	COLOR: #000000; /* font-size: 85%; */
}
A:visited {
	COLOR: #000000; 
}
A:hover {
	COLOR: orange; 
}
A:active {
	COLOR: black; 
}
