h2 {
	font-family: Georgia, Times, serif;
	color: #CC6600;
	font-weight: bold;
	font-size : 180%;
	margin-top : 0px;
	margin-bottom : 5px;
}

h3 {
	font-family: Georgia, Times, serif;
	color: #333333;
	font-weight: normal;
	font-size : 120%;
	margin-top : 5px;
	margin-bottom : 5px;
}



.largeheading {
	font-family: Georgia, Times, serif;
	font-size: 18pt;
	color: red;
	font-weight: bold;
	margin-top : 0px;
	margin-bottom : 5px;
}


.heading {
	font-family: Georgia, Times, serif;
	font-size: 12pt;
	color: #0000FF;
	font-weight: bold;
	margin-top : 0px;
	margin-bottom : 5px;
}


.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;;
	font-weight: normal;
	margin-top : 0px;
	margin-bottom : 5px;
}

.subhead a:link {
	color: #0000FF;
	text-decoration: underline;
}
.subhead a:visited {
	color: #0000FF;
	text-decoration: underline;
}
.subhead a:hover {
	color: #CC6600;
	text-decoration: none;
}


.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}
.normaltext a:link {
	color: #0000FF;
	text-decoration: underline;
}
.normaltext a:visited {
	color: #0000FF;
	text-decoration: underline;
}
.normaltext a:hover {
	color: #CC6600;
	text-decoration: none;
}
