body{
	background-color: White;
	color: Black;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
}
a:hover {
	background-color: yellow;
}
a, a:link, a:visited {
	color : #663300;
	text-decoration : none;
}
p{
	text-align : justify;
}
h1{
	color : #663300;
}
h2{
	color : #663300;
}
table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: separate;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
}
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 2px;
	border-style: solid solid solid solid;
	border-color: #dadada #dadada #dadada #dadada;
	border-collapse: separate;
}
input, textarea {
	border: thin solid silver;
	margin-left:-1px;
}

/* CLASS SETTINGS */

.address{
	font-size: 7pt;
	color : #808080;
	text-align : center;
}
.bright {
	background-color: yellow;
}
.forsale{
	background-color: #ccffcc;
}
.header{
	background-color : Maroon;
	color : White;
}
.highlite {
	background-color: #f5f2cd;
}
.PAYhighlite {
	background-color: #ffff66;
	font-size: 12pt;
	font-weight: bold;
}
.instructions{
	font-size: 9pt;
}
.showme {
	font-size: 11pt;
	color: #663300;
	text-align: center;
	font-weight: bold;
}
.showmeless {
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
}
.tableheader {
	background-color: #dadada;
}
.tiny{
	font-size : 8 pt;
	text-align : center;
}
