/* CSS Document */
body{
	margin:0;
	padding:0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: left;
	background-color: #CAAD75;
}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: smaller;
}
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: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
.borderbox{border:1px solid #000000}
.bottomline{border-bottom:1px solid #000000}
.rightline{border-right:1px solid #000000}
/* Made by Jensen*/
