BODY 
{
    background-color: #CECE9A;
    font: "Times New Roman", Times, serif;
	color: #000000;
	font-weight :normal;
	margin-top: 10px;
	text-align: justify;
}
A:active 
{
    color:#000066;
    text-decoration:underline;
}
A:link 
{
    color:#000066;
    text-decoration:underline;
}
A:visited 
{
    color:#000066;
    text-decoration:underline;
}
A:hover 
{
    color:#660000;
    text-decoration:underline;
}
HR 
{
    color:#333333;
    height:3;
    border-color:#333333;
    background-color:#333333;
    border-style:solid;
}
TD 
{
    vertical-align: top;
}
TH 
{
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
}
.footer 
{
    font-size: 12px;
    text-align: center;
}
a:active.footer 
{
    color:#000000; 
    text-decoration:underline;
}
a:link.footer 
{
    color:#000000;
    text-decoration:underline;
}
a:visited.footer 
{
    color:#000000;
    text-decoration:underline;
}
a:hover.footer 
{
    color:#0000FF;
    text-decoration:underline;
}
.navigationmenu 
{
    font-size: 14px;
    font-weight: bold;
}
a:link.navigationmenu {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited.navigationmenu {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.navigationmenu {
	text-decoration: none;
	color: #9C911C;
}
a:active.navigationmenu {
	text-decoration: none;
	color: #FFFFFF;
}
.sr30and981-navigationmenubg-gif
{
    background-image: url(../../images/NavButtonBg.gif);
    background-repeat: no-repeat;
    width: 150px;
    height: 25px;
    padding-left: 10px;
    vertical-align: middle;
}
.left-align
{
    text-align: left;
}