/* CSS Document */
h1 {
	font-family:David, Times, serif;
	font-size:20px;
	font-weight:800;
	color:#000000;
}
.bodytext {
	font-family:David, Times, serif;
	font-size: 11pt;
	font-weight:600;
	color:#901a0c;
	}
.sidebar {
	font-family:David, Times, serif;
	font-size:22px;
	font-weight:800;
	color:#b73b2d;
	}
.sidebar2 {
	font-family:David, Times, serif;
	font-size:18px;
	font-weight:800;
	color:#b73b2d;
	}
.letter {
	font-family:arial, san sarif;
	font-size:10pt;
	font-weight:800;
	color:#000000;
	}
.navHead {
	font-family:David, Times, serif;
	font-size:20px;
	font-weight:800;
	color:#901a0c;
	}
a img {
	border: none;
}
a:link, a:active, a:visited {
	color: #0077AA;
	text-decoration: underline;
}
ul#introTextLinks {
	width: 320px;
	margin: 0 auto 0 auto;
	padding: 6px 6px 6px 6px;
	text-align: left;
	list-style: none;
	line-height: 24px;
	font-family:David, Times, serif;
	font-size: 11pt;
	font-weight:600;
	color:#901a0c;

}
#introTextLinks li {
	display: inline;
	float: left;
}
#introTextLinks li a{
	width: 320px;
	line-height: 24px;
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 6px 6px 6px 6px;
	text-decoration: none;
	font: bold 14px/14px David, times, serif;
	color: #000000;
	background: #f2f2f2;
	border: 1px solid #BBBBAA;
}
#introTextLinks li a:hover {
	color: #DD6600;
	border: 1px solid #DD6600;
	background: #eceaec;
}
