/*WHHA PUBLICATIONS CSS - InHeritage, 2009*/

/*page-text*/

body,td,th {
	font-family: Georgia;
	font-size: 12px;
	color: #000033;
}

/*page-genl*/

body {
	background-color: #ccccd9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*headers*/

h1 {
	font-family: Georgia;
	font-size: 13px;
	color: #000033;
	font-weight: bold;
}
h2 {
	font-family: Georgia;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
}
h3 {
	font-family: Georgia;
	font-size: 12px;
	color: #660000;
	font-weight: bold;
}
h4 {
	font-family: Georgia;
	font-size: 11px;
	color: #000033;
	font-weight: bold;
}
h5 {
	font-family: Georgia;
	font-size: 11px;
	color: #660000;
	font-weight: bold;
}
h6 {
	font-family: Georgia;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

/*styles*/

.caption_a {
	font-family: Arial;
	font-size: 10px;
	color: #000033;
	font-weight: bold;
}
.caption_b {
	font-family: Arial;
	font-size: 11px;
	color: #000033;
}
.caption_c {
	font-family: Arial;
	font-size: 11px;
	color: #000033;
	font-weight: bold;
}
.caption_d {
	font-family: Georgia;
	font-size: 11px;
	color: #660000;
	font-weight: bold;
}
.caption_e {
	font-family: Georgia;
	font-size: 11px;
	color: #000033;
}
.caption_f {
	font-family: Georgia;
	font-size: 11px;
	color: #000033;
	font-weight: bold;
}
.nomargin {
margin-top: 0px;
margin-bottom: 0px;
}

/*links*/


a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: none;
}

/*images*/

.image_float {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.image_caption {
	font: 10px Georgia;
	color: #000033;
	text-align: left;
	font-style: italic;
}

.image_clearall {
	clear: both;
}
