A {
	text-decoration: none;
	color: Blue;
	font-size: large;
	}

A:Hover {
	color: Red;
}

A:Link {
	color: Blue;
}

body { background-color: white; color: Black; }

.BlankText {
font-family: arial,helvetica,sans-serif;
}

.Title {
color: Yellow;
font-family: arial,helvetica,sans-serif;
font-size: 144%;
}

.BodyText {
font-family: arial,helvetica,sans-serif;
font-size: large;
}

.BodyTextBold {
font-family: arial,helvetica,sans-serif;
font-size: large;
font-weight: bold;
}

.FooterText {
color: White;
font-family: arial,helvetica,sans-serif;
font-size: 80%;
}

.BannerText {
color: Yellow;
font-family: arial,helvetica,sans-serif;
font-size: 207%;
}

.LinkText {
font-family: verdana,sans-serif;
font-size: x-small;
}

.Center{
text-align: center;
}

:active, :link {
color: Black;
}

table.Center{
text-align: center;
}

table.FullWidth {
width: 100%;
}

table.FullWidth80 {
width: 80%;
}

table.FullWidthCenter {
width: 100%;
text-align: center;
}

table.FullWidthWhite {
background-color: White;
width: 90%;
}

table.FullWidthTeal {
background-color: Teal;
width: 100%;
}

td.DataWhite {
background-color: White;
}

td.DataFullWidth {
width: 100%;
}

td.DataBlackLarge {
background-color: Black;
height: 50px;
}

td.Data30Width {
width: 30%;
}

td.Data50Width {
width: 50%;
}

td.Data80Width {
width: 80%;
}

td.Data10Width {
width: 10%;
}

td.DataFullWidthTeal {
background-color: Teal;
height: 5px;
text-align: center;
width: 100%;
}

td.DataFullWidthBlack {
background-color: Black;
height: 5px;
text-align: center;
width: 100%;
}

td.Data20Width {
width: 20%;
}

td.Data20WidthLeft {
text-align: left;
width: 20%;
}

td.Data20WidthRight {
text-align: right;
width: 20%;
}

td.Data20WidthCenter {
text-align: center;
width: 20%;
}


td.DataLeft {
text-align: left;
}

td.DataRight {
text-align: right;
}

td.DataCenter {
text-align: center;
}

td.DataBlackNormal {
background-color: Black;
}

td.DataTealNormal {
background-color: Teal;
}

td.DataFullWidthBlackMedium {
background-color: Black;
height: 30px;
width: 100%;
}

tr.RowCenter  {
text-align: center;
}

tr.RowLeft  {
text-align: left;
}

tr.RowRight  {
text-align: right;
}


