﻿li           { list-style-type: disc; font-family: Arial; font-size: 12pt }
a:visited
{
	color: rgb(0,153,153); 
} 
a:active 
{
	color: rgb(255,102,0);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(255,255,204);
	color: rgb(0,0,102);
}
.text-small { font-family: Verdana, Arial, Helvetica; font-size: 10pt }
.text-small-italic { font-family: Verdana, Arial, Helvetica; font-size: 10pt; font-style: italic }
.text-lg-script { font-family: Monotype Corsiva; font-size:18pt }
.text-highlight-blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: small;
	color: #0066CC;
	font-weight: bold;
	text-align: center;
}
.text-highlight-red {
	font-family: Verdana;
	font-size: 11pt;
	color: #CC3366;
	font-weight: bold;
	text-align: center;
}
.text-highlight-purple { font-family: Comic Sans MS; font-size: 12pt; color: #660066 }
.text-highlight-green { font-family: Verdana, Arial, Helvetica; color: #339966; font-size: 12pt; font-weight: bold }
.text-highlight-gold { font-family: Verdana; font-size: 10pt; color: #FF9933; font-weight: bold }
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Arial Rounded MT Bold, Helvetica;text-align:center;
}
h1
{
	color: #CC0099; font-family: Comic Sans MS, Arial Rounded MT Bold, Helvetica;text-align:center;
}
h2
{
	color: #0000ff; font-family: Comic Sans MS, Arial Rounded MT Bold, Helvetica;text-align:center;
}
h3
{
	color: #660066; font-family: Comic Sans MS;text-align:center;
}
h4
{
	color: #339966;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
}
h5
{
	color: #CC3366; font-family: Verdana, Arial, Helvetica; text-align:center
}
h6
{
	color: #6600CC; font-family: Verdana, Arial, Helvetica;
}ul           { list-style-type: disc }
.text-small-centered {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	text-align: center;
}
.text-12pt-centered {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	text-align: center;
}
.text-small-purple {
	font-family: Comic Sans MS;
	font-size: small;
	color: #660066;
	text-align: center;
}
.text-10pt-blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: x-small;
	color: #0066CC;
	font-weight: bold;
}
.GreenBorder-R-T-B {
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #CCFF00;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #CCFF00;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #CCFF00;
}
.GreenBorder-box {
	border: thin solid #CCFF00;
}
.RemoveImageBorder {
	border-width: 0px;
}
.Center {
	text-align: center;
}
.Strikethrough {
	text-decoration: line-through;
}
.GreenBorder-L-T-B {
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCFF00;
	border-bottom-color: #CCFF00;
	border-left-color: #CCFF00;
}

