body { 
font-family:Tahoma, sans-serif;
margin:0px 0px 0px 0px;
font-size: 13px;
color: black;
background: url(/graphics/bg.gif) repeat;
}

.text11_gray {
	font-family: Tahoma;
	font-size: 11px;
	color: #4E4C4C;
}
.text11_black {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.text11_blue {
	font-family: Tahoma;
	font-size: 11px;
	color: #01022D;
}

a, a:active {
color:#7E0000;
text-decoration: underline;
font-weight:none;
}

a:hover {
color:#5A5955;
text-decoration: underline;
font-weight:none;
}

#contact {
padding: 10px;
background-color: white;
}

H1
{
	font-family: Times, Times Roman;
	font-size: 26px;
	color: #7E0000;
	font-variant: small-caps;
	font-weight: normal;
}

H2 {
	font-size: 18px;
	color: #5E5C5C;
	font-weight: normal;
}

p {
line-height:17px;
}

.pull-left
{
	display: block;
	float: left;
	padding: 5px 10px 5px 15px;
	margin: 2px 10px 2px 0px;
	width: 200px;
	font-size: 19px;
	line-height: 23px;
	text-align: right;
	color: #ffffff;
	background-color: black;
	background-image: url('../graphics/pullquotes.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	border-width: 0px 3px 3px 0px;
	border-color: gray;
	border-style: solid;
}

.pull-left .cite
{
line-height:15px;
font-size: 13px;
}