body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #F1702F;
}
p {
	font-size: 12px;
}
h2 {
	font-size: 14px;
	color: #B4AA48;
}

.maintable {
margin:20px;
}

#navlist ul
{
margin: 0px;
white-space: nowrap;
padding: 0px;

}

#navlist li
{
display: inline;
list-style-type: none;
text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height:28px;
}

#navlist a
{
padding: 2px 6px 2px 6px;
border: 2px solid #F1702F;
background-color: #B4AA48;
color: #FFFF;
xbackground-image: url(images/l1_down.gif);
	font-weight: bold;
	font-size: 12px;
}

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

#navlist a:hover
{
border: 2px solid #000;
background-color: #F1702F;
xbackground-image: url(images/l1_over.gif);
color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{
border: 2px solid #333;
background-color: #F1702F;
xbackground-image: url(images/l1_over.gif);
color: #333;
}
