a
{
    text-decoration: none;
    color: #60A0FF;
}

a:hover
{
    text-decoration: underline;
    color: #2080FF;
}

a.Name
{
    text-decoration: none;
	font-weight: bold;
    color: #60A0FF;
}

a.Name:hover
{
    text-decoration: underline;
	font-weight: bold;
    color: #2080FF;
}

a.WithLine
{
    text-decoration: underline;
    color: #2080FF;
}

a.Anchor
{
    text-decoration: none;
    color: #F0F0F0;
}


a.NavHeader
{
    text-align: center;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #F0F0F0;
    white-space: nowrap;
    outline-style: none;
}

a.NavHeader:hover
{
    color: #F0F000;
}

a.NavHeader2
{
    text-align: center;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #00C000;
    white-space: nowrap;
    outline-style: none;
}

a.NavHeader2:hover
{
    color: #F0F000;
}

span.MainTitle
{
    font-family: arial, sans-serif;
    font-size: 230%;
    font-style: italic;
    font-weight: bold;
    vertical-align: top;
    color: #FFFFFF;
}

span.SectionTitle
{
    font-family: arial, sans-serif;
    font-size: 150%;
    font-style: italic;
    font-weight: bold;
    color: #F0F0F0;
}

span.Title
{
	font-family: times;
	font-size: 110%;
	font-weight: bold;
	color: #F0F0F0;
}

span.Name
{
	font-weight: bold;
	color: #F0F0F0;
}
