/* CSS Document */
body{
	margin:0px;
	background-color:#7D845A;
	font-family:verdana;
	font-size:10px;
	color:#656666;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
table
{
font-size:10px;
}
.heading
{
font-size:12px; color:#7D845A;
}

a:link
{
color:#656666; font-weight:bold; font-size: 10; text-decoration: underline;
}
a:visited
{
color:#656666; font-weight:bold; font-size: 10; text-decoration: underline;
}
a:hover
{
color:#AD2025; font-weight:bold; font-size: 10; text-decoration: underline;
}

.menu:link
{
color:#CCCED0; font-style:normal; font-weight:bold; font-size: 10; text-decoration: none;
}
.menu:visited
{
color:#CCCED0; font-style:normal; font-weight:bold; font-size: 10; text-decoration: none;
}
.menu:hover
{
color:#ffffff; font-style:normal; font-weight:bold; font-size: 10; text-decoration: none;
}
.bottomlinks {
	font-size: 9px;
	color: #F5f5f5;
	text-decoration: none;
	font-weight: normal;
}
.bottomlinks a:link{
	font-size: 9px;
	color: #F5f5f5;
	text-decoration: none;
		font-weight: normal;
}.bottomlinks a:visited{
	font-size: 9px;
	color: #F5f5f5;
	text-decoration: none;
		font-weight: normal;
}
.bottomlinks a:hover{
	font-size: 9px;
	color: #F5f5f5;
	text-decoration: underline;
		font-weight: normal;
}.bottomlinks a:active{
	font-size: 9px;
	color: #F5f5f5;
	text-decoration: none;
		font-weight: normal;
}
