a:link, a:visited, a:active {
	text-decoration: underline;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0066FF;
}

a:hover {
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
}

td {
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.subheader {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: 900;
	font-variant: small-caps;
	color: #1E150C;
}

.header {
	font-family: "Courier New", Courier, mono;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: 900;
	font-variant: normal;
	color: #1E150C;
}

.propname {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: 900;
	font-variant: normal;
	color: #FF6600;
}

.spacer {
	padding: 0px 40px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #66CCFF;
	height: 100%;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.background {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

input,textarea,select {
	font-family: "Courier New", Courier, mono;
	font-size:12px;
	color:#333333;
}

hr {
	color:#999999;
	height:1px;
	width:100%;
	border-style:dashed
}