body {
	font-family: Gill, Verdana, Arial, Helvetica,  sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}
h1 {
	font-size: 18px;
	color: #666666;
	text-align: left;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
h3 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	
}
h4 {
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
p.warning {
	color: #FF3300;
	font-size: 14px;
	font-weight: bold;
}
a:link { text-decoration: none;	color: #000099; font-weight: 600;}
a:active {	text-decoration: none; color: #CC0000; font-weight: 600;}
a:visited { text-decoration: none;	color: #000099; font-weight: 600;}
a:hover {	text-decoration: underline; color: #006600;}

table {	 width: 50%; border: 1px solid gray; margin-left: auto; margin-right: auto;	padding: 0px; border-spacing: 0px;}
th { text-align: center; border: 1px solid gray;
	 background-color: #FED982 ; font-size: 14px; font-weight: 600; color: ##666666;}
td {  font-size: 12px; border: 1px solid gray; text-align: right;}
img {border: 0px;}

table#header  {  width: 100%; padding: 0px;  border: 1px solid gray; }
th#logo { background-color: #FFFFFF ;width: 127px; height: 94px; border: 1px solid gray;}
th#title {  border: 1px solid gray; background-color:  #FF4D00 ; font-size: 28px; font-weight: 100; color: #FED982;}

div#content {position: absolute; left: 230px; top: 120px;}
div#navigation {position: absolute; left: 10px; top: 120px;}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 3px 0; font-size: 12px;}

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 160px;
background-color: #999;
background-image: url(l1_down.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #F60;
background-image: url(l1_over.gif);
color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(l1_over.gif);
color: #333;
}



