BODY, TD  {
	color: #333333;
	font-family : Arial, sans-serif;
	font-size : x-small;
}

A
{
    COLOR:  #FFA900;
}

A:visited
{
    COLOR:  #FFA900;
}

A:hover
{
    COLOR: #666666;
}

A.white
{
    COLOR: White;
	text-decoration : none;
}

A.white:visited
{
    COLOR:  White;
	text-decoration : none;
}

A.white:hover
{
    COLOR: #FFA900;
	text-decoration : none;
}

A.nav_white
{
	COLOR: White;
	font-weight : bold;
	text-decoration : none;
}

A.nav_white:visited
{
    COLOR:  White;
	font-weight : bold;
	text-decoration : none;
}

A.nav_white:hover
{
    COLOR: #FFA900;
	font-weight : bold;
	text-decoration : none;
}

A.nav
{
	COLOR: #66667C;
	font-weight : bold;
	text-decoration : none;
}

A.nav:visited
{
    COLOR:  #66667C;
	font-weight : bold;
	text-decoration : none;
}

A.nav:hover
{
    COLOR: #FFCC00;
	font-weight : bold;
	text-decoration : none;
}

.white {
	color: White;
}

.header {
	color: #666666;
	font-family : Tahoma;
	font-size: large;
	font-weight : bold;
}

.header_white {
	color: White;
	font-family : Tahoma;
	font-size: large;
	font-weight : bold;
}

.subhead {
	color: #FFA900;
	font-family : Tahoma;
	font-size: medium;
	font-weight : bold;
}

.quote {
	color: #666666;
	font-style : italic;
}

.fineprint {
	font-size: xx-small;
}