.main
{
COLOR: #666666;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FONT-SIZE: 12px;
FONT-WEIGHT: normal
}

.bold
{
COLOR: #666666;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FONT-SIZE: 12px;
FONT-WEIGHT: bold
}

.head
{
COLOR: #333333;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FONT-SIZE: 13px;
FONT-WEIGHT: bold
}

.white
{
COLOR: #ffffff;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FONT-SIZE: 12px;
FONT-WEIGHT: normal
}

.text
{
COLOR: #3366CC;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FONT-SIZE: 12px;
FONT-WEIGHT: normal
}

.large
{
COLOR: #3366CC;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FONT-SIZE: 15px;
FONT-WEIGHT: normal;
FONT-STYLE: italic
}


A.text:link
{
color: #3366CC;
text-decoration: none
}

A.text:hover
{
color: #66CCFF;
text-decoration: none
}

A.text:visited
{
color: #0099FF;
text-decoration: none
}

A.white:link
{
color: #ffffff;
text-decoration: none
}

A.white:hover
{
color: #003399;
text-decoration: none
}

A.white:visited
{
color: #ffffff;
text-decoration: none
}