body{
	color : White;
}

td,p,blockquote, ul {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
}

.red {
	color : Red;
	font-family : inherit;
	font-size : inherit;
}

.italic{
	color : inherit;
	font-family : inherit;
	font-style : italic;
}

.reditalic {
	color : Red;
	font-family : inherit;
	font-size : inherit;
	font-style : italic;
}

.bold{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.bolditalic{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : italic;
}

.redbold{
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.brownbold {
	color : Brown;
	font-family : Arial, Helvetica, sans-serif;
	font-size : bold;
}

.redbolditalic{
	color : Red;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : italic;
}

h4{
	color : #000077;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	font-style: italic;
	text-align : left;
}

h3{
	color : #88aa99;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : bold;
	text-align : center;
}

h2{
	color : #335544;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	text-align : center;
}

h1{
	color : #000077;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15pt;
	font-weight : bold;
	text-align : center;
}

.credit { color : #000077;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : center;
}

.sidebar{
	background-color : #88aa99;
}

.sidebar a:link {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}

.sidebar a:visited {
	color : #eeeeee;
	text-decoration : none;
	font-weight : bold;
}

.sidebar a:hover {
	color : #ffff99;
	text-decoration : none;
	font-weight : bold;
}

.sidebar a:active {
	color : #ffff99;
	text-decoration : none;
	font-weight : bold;
}

.main a:link {
	color : #000066;
	text-decoration : underline;
}

.main a:visited {
	color : #000099;
	text-decoration : underline;
}

.main a:hover {
	color : #666666;
	text-decoration : underline;
}

.main a:active {
	color : #666666;
	text-decoration : underline;
}

a.kids:link{
	font-family : "Comic Sans MS", Georgia;
	color : Red;
	font : 15pt;
}

a.kids:visited{
	font-family : "Comic Sans MS", Georgia;
	color : Yellow;
	font : 15pt;
}

a.kids:hover{
	font-family : "Comic Sans MS", Georgia;
	color : Red;
	font : 15pt;
	background-color : #dddddd;
}

a.kids:active{
	font-family : "Comic Sans MS", Georgia;
	color : Red;
	font : 15pt;
	background-color : #FFFFF0;
}
