/* CSS Document */

a {
	font-size: 11px;
	color: #708090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
    color: #708090;
	text-decoration: none;
}
a:visited {
    color: #708090;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #996633;
	font-weight: bold;
	font-style: italic;
}

a:active {
	text-decoration: none;
}

.smalltext {
    font-size: 9px;
}

.smalllink {
    font-size: 9px;
}

#ContentMenu a
{
	line-height:25px;
}

#ContentMenu a:link
{
	color:#cccccc;
	line-height:25px;
}

#ContentMenu a:visited
{
	line-height:25px;
	color:#cccccc;
}

#ContentMenu a:hover
{
	display: block;
	background-color: #ffffff;
	color:#708090;
	width:100%;
	height:100%;
	line-height:25px;
}

#ContentMenu a:active
{
	line-height:25px;
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
	line-height: 14px;
}

body {
	background-image: url('../images/background_smallBrown.gif');
	margin-top:5px;
	margin-bottom:5px;
}

.heading {
font-size: 18px;
font-family: Georgia, Times New Roman, Times, Serif;
color: #708090;
}

.subhead {
font-size: 14px;
font-family: Georgia, Times New Roman, Times, Serif;
font-weight: bold;
color: #708090 ;
}

#footer {
float:left;
width: 800px;
font-size:10px;
color: #990000;
}

.MainLink
{
	text-align:center;width:120px;height:25px;float:left;
}