body {
	background-color: #CCCCCC;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
h2 {
	font-size: 125%;
	margin: 0px;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

a:visited, a:active, a:link
{
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}
a:hover
{
    color: #F16F21;
    text-decoration: underline;
    font-weight: bold;
}

a.menuitem:visited, a.menuitem:active, a.menuitem:link
{
    color: #FFFFFF;
    text-decoration: none;
}
a.menuitem:hover
{
    color: #F16F21;
    text-decoration: none;
}

a.submenuitem:visited, a.submenuitem:active, a.submenuitem:link
{
	color: #805D2A;
	text-decoration: none;
	font-weight: bold;
}
a.submenuitem:hover
{
	color: #805D2A;
	text-decoration: underline;
	font-weight: bold;
}
a.small:visited, a.small:active, a.small:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 72%;
	letter-spacing: 0px;
}
a.small:hover
{
    color: #000000;
    text-decoration: none;
	font-size: 72%;
	letter-spacing: 0px;

}
.small {
	font-size: 75%;
}
.whitebold {
	font-weight: bold;
	color: #FFFFFF;
}
.grey
{
	color: #666666;
}
