/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: black;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

p, ul {
	font-size: 70%;
	color:#333333;
	line-height: 125%;
}

.Greenbar {
	color: white;
	background-color:#003300;
}

.YellowBar {
	color: white;
	background-color:#FFCC33;
}

.Title {
	font-size: 170%;
	font-weight: bold;
}

.Watermark {
	background-attachment: fixed;
	background-image: url(images/furniture/watermark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.LeftTablePadding {
	padding-right: 20px;
}

a {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #003300;
	text-decoration: underline;
	font-weight: bold;
}
