
body,td,th {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.listing *
{
	text-align: left;
}


.listings *
{
	color: gray;
}


.required
{
	color: red;
}

a:link {
	color: gray;
	text-decoration: underline;
}
a:visited {
	color: gray;
}
a:hover {
	color: red;
}

a img
{
	border: 0px;
	text-decoration: none;
}

