/* CSS Document */

#bg {
	background-image:url(images/bg.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	background-color:#FFFFFF;

}


#bgMAIN {
	background-image:url(images/bgMAIN.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	background-color:#FFFFFF;

}
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;

}

table {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.header {
	font-size: large;
	font-weight: bold;
	color:#003399;
}

.subheader {
	font-size: small;
	font-weight: bold;
}

.subheader_quote {
	font-size: small;
	font-style: italic;
	font-weight: none;
	color:#003399;
}

.address {
	font-size: x-small;
	color:#FFFFFF;
}

.address a {
	font-size: x-small;
	color:#FFFFFF;
}

.dcs a {
	font-size:xx-small;
	font-weight: bold;
	color:#ffffff;
}

.main {
	padding: 5px;
	margin: 5px;
	font-size: small;
}

.main a {
	color:#3366CC;
}

.nav {
	padding: 5px;
	margin: 5px;
	font-size: small;
	text-align: center;
}

a {
	color:#000000;
	text-decoration:underline;
	font-size: small;
	font-style: normal;
}
.listing {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
