body{
	background-color: #cccccc;
	margin: 0px;
}

body, input, textarea, select, table{
	font-family: verdana;
	font-size: 11px;
}

th{
	height: 18px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url('/images/th_background.jpg');
}

a{
	color: #000000;
}

#leftTH{
	border-left: 1px solid #000000;
}

#rightTH{
	border-right: 1px solid #000000;
}

#owners td{
	padding: 5px 0px 5px 0px;
}

#footer{
	margin-top: 5px;
}

.note{
	width: 240px;
	padding: 3px;
	margin: 0px;
	border: 1px solid #000000;
	text-align: left;
}

.note #noteHead{
	color: #ffffff;
	margin-bottom: 0px;
	padding: 2px 0px 2px 3px;
	background-color: #ff0000;
	background-image: url('/images/th_background.jpg');
	font-weight: bold;
}

.note #noteBody{
	margin-top: 0px;
}