A:link     { color:#505050; text-decoration:underline;}
A:visited  { color:#505050; text-decoration:underline;}
A:active   { color:#505050; text-decoration:underline;}
A:hover    { color:#FF9900; text-decoration:underline;}

A.Light:link     { color:#FFFFFF; text-decoration:underline; font-weight: bold;}
A.Light:visited  { color:#FFFFFF; text-decoration:underline; font-weight: bold;}
A.Light:active   { color:#FFFFFF; text-decoration:underline; font-weight: bold;}
A.Light:hover    { color:#FFFFFF; text-decoration:underline; font-weight: bold;}

A.LightWithHover:link     { color:#FFFFFF; text-decoration:underline; font-weight: bold;}
A.LightWithHover:visited  { color:#FFFFFF; text-decoration:underline; font-weight: bold;}
A.LightWithHover:active   { color:#FFFFFF; text-decoration:underline; font-weight: bold;}
A.LightWithHover:hover    { color:#FFFFFF; text-decoration:underline; font-weight: bold;	font-size: 110%;}

.Chrome1 {background-color:#AAAAAA}
.Chrome2 {background-color:#BBBBBB}
.Chrome3 {background-color:#CCCCCC}
.Chrome4 {background-color:#DDDDDD}

.LightBg
{
    background-color: #FFFFFF;
}

.DarkBg
{
    background-color: #2277FF;
}

.HighlightBg
{
    background-color: #CCCCCC;
}

BODY
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
}

P
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
}
TD
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
}
LI
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color:#505050;
}

.Light
{
	color:#FFFFFF;
}

.Mid
{
	color:#444444;
}

.Dark
{
	color:#2277FF;
}

.StdText
{
	color:#222222;
}

.TableHeader
{
	background-image:url(gradient_shorter.png);background-repeat:repeat-x;
}

.TableBodyShort
{
	background-image:url(gradient_shorter.png);background-repeat:repeat-x;
}

.TableBodyLong
{
	background-image:(gradient.png);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

.Large
{
    font-size: 2.0em;
}

H1
{
    font-size: 2.0em;
}

.Medium
{
    font-size: 1.3em;
}

H2
{
    font-size: 1.3em;
}

.Small
{
    font-size: 0.68em;
    color:#202020;
}

.Hdg
{
    font-weight: bold;
}