body, td,
.NormalText {
	color: #000000;
	font-size: 14px;
	font-family: georgia, verdana;
}

A:link {
	color: #f90;
	text-decoration: none;
}

A:visited {
	color: #0159d1;
	text-decoration: none;
}

A:hover {
	color: #d12e2d;
	text-decoration: overline underline;
}

A:link.toplinks,
A:visited.toplinks {
	color: #333;
	text-decoration: none;
}

A:hover.toplinks {
	color: #42436F;
	text-decoration: underline;
}

A:link.wl,
A:visited.wl {
	color: #FFF;
	text-decoration: none;
}

A:hover.wl {
	color: #FFF;
	text-decoration: underline;
}


.Header { 
	font-size: 24px;
	font-weight: bold; 
}

.SmallText { font-size: 10px; }
.MediumText { font-size: 20px; }
.LargeText { font-size: 24px; }
.HugeText { font-size: 32px; }

.Red { color: #F00; }
.DarkRed { color: #C2001B; }
.Orange { color: #f90; }
.LightBlue { color: #0159D1;}
.Blue { color: #00F; }
.Purple { color: #000080; }