/* CSS Document */

body, html {
	background-color: #f5decc;
	margin: 0; padding: 0;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

address {
	font-style: normal;
	padding-bottom: 10px;
}
.faq p:first-line {
	color: #6A2706;
	font-weight: bold;
}
address:first-line {
	font-weight: bold;
}

ul {
	list-style: circle outside url(images/bullet.png);
}
li {
	padding-bottom: 5px;
}
input {
	font-size: 11px;
}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.topLinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #faebe0;
	font-size: 12px;	
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;	
}

a:link, a:visited {
	text-decoration: underline;
	color: #237756;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #237756;
	font-weight: bold;
}

.topLinks a:link, .topLinks a:visited {
	text-decoration: none;
	color: #faebe0;
}

.topLinks a:hover {
	text-decoration: underline;
	color: #faebe0;
}