/* CSS Document */
body{
	margin:0;
	padding:0;
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #DEE9BE;
}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AE8859;
}
.borderbox{
	border:1px solid #BFAD86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BFAD86;
	background-color: #F1F7E9;
	background-image: url(../images/body_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.leftmenu{
	border:1px solid #BFAD86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BFAD86;
	background-color: #F1F7E9;
	background-image: url(../images/leftmenu-bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}
.leftmenu2{
	border:1px solid #BFAD86;
}
.bottomline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFAD86;
}
.rightline{border-right:1px solid #000000}
/* Made by Jensen*/
