
h1 {
font-size: 175%;
color: #00008B;
background-color: transparent;
text-align: center;
margin-bottom: 0px;
border-top-width: medium;
border-top-style: double;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
border-bottom-width: medium;
border-bottom-style: double;
}
h2 {
color: #0000FF;
background-color: #ABBFD6;
font-size: 150%;
margin-top: 0px;
border-top-width: medium;
border-bottom-width: medium;
border-top-style: double;
border-bottom-style: double;
border-top-color: #000000;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
}
h3 {
font-size: 120%;
font-weight: bold;
color: #000000;
background-color: #FFFFCC;
border-top: thin solid #000000;
border-bottom: thin solid #000000;
text-align: center;
}
h4 {
font-size: 120%;
color: #000000;
background-color: transparent;
text-align: center;
padding: 5px;
height: auto;
margin-top: 2px;
margin-bottom: 2px;
}
h5 {
color: #FF0000;
background-color: transparent;
font-size: 80%;
text-align: center;
}
h6 {
font-size: 80%;
color: #000000;
background-color: #FFFFFF;
border-top-width: medium;
border-top-style: double;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
p {
padding: 5px 5px 5px 10px;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
#h7 {
	font-family: Monotype Corsiva;
	font-size: 30.0pt;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
}
}
#h8 {
font-size: 115%;
color: #150567;
background-color: #e9ab17;
text-align: center;
margin-bottom: 0px;
border-top-width: medium;
border-top-style: double;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
border-bottom-width: medium;
border-bottom-style: double;
}
h9 {
font-size: 120%;
font-weight: bold;
color: #666666;
background-color: #FFFFCC;
border-top: thin solid #000000;
border-bottom: thin solid #000000;
text-align: center;
}
h10 {
font-size: 100%;
font-weight: bold;
color: #000000;
background-color: transparent;
text-align: center;
padding: 5px;
height: auto;
margin-top: 2px;
margin-bottom: 2px;
}

ul.sample {
	list-style-type: disc;
	list-style-image: url(images/ball_red.gif);
	list-style-position: outside;
}
ul.sample li { font-style: italic; 
	color: #666666;
	background-color: transparent;
	font-size: 100%;
	text-align: left;
	first-line:
	line-height: 20px;

}

