html {
	min-height: 100%;
	margin-bottom: 3px;
}

body {
	color: #E3E3E3;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat;
	background-position: center top;
	}


a.nav:link {
	color: #E3E3E3;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	color: #E3E3E3;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #f2d900;
	text-decoration: none;
	font-weight: bold;
}
a.nav:active {
	color: #E3E3E3;
	text-decoration: none;
	font-weight: bold;
}


a:link {
	color: #E3E3E3;
	text-decoration: none;
}
a:visited {
	color: #E3E3E3;
	text-decoration: none;
}
a:hover {
	color: #f2d900;
	text-decoration: none;
}
a:active {
	color: #E3E3E3;
	text-decoration: none;
}



.rent {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111111;
	font-size: small;
}
.vlinecell {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.darkbox {
	background-color: #333333;
}
.contentbox {
}
.bd {
	border: 1px solid #000000;
}
.subpage {
	font-size: small;
	color: #333333;
	text-align: right;
	vertical-align: top;
}
