﻿a:link
{
	color: rgb(0,102,102); 
}
a:visited
{
	color: rgb(0,153,153); 
} 
a:active 
{
	color: rgb(255,102,0);
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(204,255,255);
	color: rgb(0,0,102);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Arial, Helvetica;
}
h1
{
	color: rgb(255, 0, 0);
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
h2
{
	color: rgb(255, 0, 0);
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
}
h3
{
	color: rgb(255, 0, 0);
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(255, 0, 0);
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}
h5
{
	color: rgb(255, 0, 0);
	font-size: 1.125em;
	font-weight: bold;
	text-align: left;
}
h6
{
	color: rgb(255, 0, 0);
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
.ListBullet {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	text-align: left;
	padding-left: 10px;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-align:left
}
table {
	table-layout: auto;
	margin:auto;
	border-spacing: 5px;
	empty-cells: hide;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
td { 
	vertical-align:middle;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-align: center;
}
span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
	text-align: center;
}
.fontX-Small {
	font-size:0.625em
}
.fontSmall {
	font-size:0.8em
}
.fontMedium {
	font-size:1em
}
.fontLarge {
	font-size:1.125em
}
.fontX-Large {
	font-size:1.5em
}
.fontBold {
	font-weight:bold
}
.fontItalic {
	font-style:italic
	}
}.alignCenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}
.alignJustify {
	text-align:justify
}
.alignLeft {
	text-align: left;
}
.alignVMiddle {
	vertical-align: middle;
}
.alignTop {
	vertical-align: top;
}
.border2px {
	border: 2px solid #000000;
}
.textUnderline {
	text-decoration: underline;
}

