@charset "utf-8";
/* CSS Document */

h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: gray;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	text-align:left;
	text-decoration: none;
}

h3 {
	font-size: .8em;
}

h4 {
	font-size: .75em;
	margin-bottom: 0;
}

fieldset {
	background: url(../images/tan_div_bg.jpg) repeat;
}

p {
	font-family: Verdana, sans-serif;
	color: gray;
	font-style: normal;
	font-weight: normal;
	font-size: .8em;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	text-decoration: none;
	margin-bottom: 0;
}