a:visited {
	color: #FFCC00;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.KEtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.KEtextXlarge {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-large;
}


.KEtextlarge {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: large;
}

.KEtextmedium {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
}

.KEtextsmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:  x-small;
}

.KEtextXsmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:xx-small;
}

.textAqua {
	color: #66ffff;
}

.textCyan {
	color: #00FFFF;
}

.textBlack
{
	color: black;
}

.textBold
{
	font-weight: bold;
}

.textLink
{
	color: #663300;
}

.textBlack
{
	color: black;
}

.textRed
{
	color: red;	
}

.textWhite
{
	color: white;
}

.textYellow
{
	color: #0066FF;
}

.textGold
{
	color: #FFCC00;
}

.textGreen
{
	color: green;
}

.textGrey {
	color: #CCCCCC;
}

.textCenter
{
	text-align: center;
}

.textLeft
{
	text-align: left;
}

.textItalic
{
	font-style: italic;
}

.textUnderline {
	text-decoration: underline;
}

.center {
	text-align: center;
}