@charset "utf-8";
/* CSS Document */

/*HEADLINES*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #99ccff;
	font-weight: normal;
}


h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	font-weight: bold;
	line-height: .25em;
}

/*BASIC TEXT*/
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
}
ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	list-style-position: outside;
}

/*this sets the link text on the footer*/
a.links:link, a.links:visited, a.links:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
}

/*caption on index page*/
div#container div#content div#center div.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.73em;
	color: #666666;
	font-style: italic;
}
