/*WHHA CLASSROOM 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: 16px;
	color: #660000;
	font-weight: bold;
}

h2 {
	font-family: Georgia;
	font-size: 13px;
	color: #000033;
	font-weight: bold;
}

h3 {
	font-family: Georgia;
	font-size: 13px;
	color: #660000;
	font-weight: bold;
}

h4 {
	font-family: Georgia;
	font-size: 12px;
	color: #000033;
	font-weight: bold;
}

h5 {
	font-family: Georgia;
	font-size: 12px;
	color: #660000;
	font-weight: bold;
}

h6 {
	font-family: Georgia;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

/*styles*/

.caption_a {
	font-family: Georgia;
	font-size: 10px;
	color: #000033;
}

.caption_b {
	font-family: Georgia;
	font-size: 10px;
	color: #660000;
}

.caption_c {
	font-family: Georgia;
	font-size: 11px;
	color: #000033;
}

.caption_d {
	font-family: Georgia;
	font-size: 11px;
	color: #660000;
}

.caption_e {
	font-family: Georgia;
	font-size: 12px;
	color: #000033;
}

.caption_f {
	font-family: Georgia;
	font-size: 12px;
	color: #660000;
}

/*spacing*/

.nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*links*/

a:link {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}

/*images*/

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

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

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

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

.image_clearall {
	clear: both;
}
