/* page structure and layout */
body
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
table.format {
	margin: 0;
	border-collapse: collapse;
	border: 0;
}

.tan {
	background:  url("../images/tan_color.jpg");
}

/* link colors */
a:link {
	color: #71311C;
	text-decoration: underline;

}

a:hover {
	color: #994528;
	text-decoration: none;
}

/* text */
h1, h2 {
	font-family: verdana, helvetica, sans-serif;
	margin: 0 0 0.5px 0;
	padding: 3px;
	color: #000000;
	}

h1 {
	font-size: 22px;
	line-height: 27px;
}

h2 {
	font-size: 15px;
	line-height: 19px;
	font-weight:700;
}

.strong {
	font-weight:bold;
}

.small {
	font-size: 7px;
}

.asterisk {
	color:#693923;
}

