body
{
	background-color: #FFFFFF;
}

hr.CopyrightTextSeparator
{
    width: 80%;
    color: #AAAAAA;
	border: 1px dotted #AAAAAA;
}

.CopyrightText
{
    color: #AAAAAA;
    font-family: Verdana,Arial,sans-serif;
    font-size: 7pt;
    font-weight: normal;
    text-align: center;
}

a.NavMenuLink
{
	text-decoration: none;
}

a.NavMenuLink:hover
{
	text-decoration: none;
}

a.CopyrightTextLink
{
	color: #333333;
	text-decoration: underline;
}

a.CopyrightTextLink:hover
{
	color: #AA3333;
	text-decoration: none;
}

.CopyrightBox
{
	width: 650px;
	text-align: center;
}

a:link, a:visited, a:active {
    font-weight: bold;
    color: #7D6F00;
}
a:hover {
    font-weight: bold;
	text-decoration: none;
}