
body, td, th {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background: black;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body.home {
	background-image: url('images/bg_home.jpg');
	background-repeat: repeat-x;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14px;
}

.listing *
{
	text-align: left;
}

.listings *
{
	color: black;
}

.listings a
{
	color: black;
}


.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;
}


