

a{
	color:#1C3F87;
	font-family:Trebuchet MS, Verdana, Arial;
	font-weight:bold;
	font-style:italic;
	text-decoration: underline;
	font-size:10pt;}

a:hover{
	color:#092BDB;
	font-family:Trebuchet MS, Verdana, Arial;
	weight:bolder;}


a.other /*used on homepage for 'read more' links*/
{
	font-family: Arial;
	font-size: 11px;
	color: navy;
	font-style: italic;
	text-decoration: none;
}

a.other:hover {
	font-family: Arial;
	font-style: italic;
	font-size: 11px;
	color: #993300;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}
	

BODY{
	font-family:Trebuchet MS, Verdana, Arial;
	color:black;
	font-size:13pt;
}

TD{
	font-family:Times New Roman;
	font-face:Times New Roman;
	color:black;
	font-size:13pt;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}

.picDescription {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
}

.redHeading {
	font-family: sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #920515;
}

.borderdash {
	background-color: #fff;
	border-bottom: 1px dashed #999;
	border-top: 1px dashed #999;
}

.blueHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	color: #1C3F87;
}

.orangeHeading {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #c3760f;
}

.imageFloatLeft {
	float: left;
	width: 185px;
	margin-bottom: 1em;
}
.imageFloatRight {
	float: right;
	margin: 0 0 5px 10px;
}
.caption {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #68737e;
	font-style: italic;
}
.volumeHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #920515;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: navy;
}

.titleBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
}

.bullets{
	list-style-image: url(../images/bullet.gif);
}

#hr-bullets ul, #hr-bullets li
{
	display: inline;
	list-style-image: url(../images/bullet.gif);
	padding: 0px 10px 0px 0px;
}