/* CSS Document */
body {
font-family: Arial; 
background-image: url(background.gif);
background-repeat:repeat -y;
background-position:center;
margin-top:0px;
}

.menu_text_regular
{
font-family: Arial;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
}

.text_regular
{
font-family: Arial;
font-size: 12px;
color: #A10052;
}

.text_regular_large
{
font-family: Arial;
font-size: 19px;
font-weight:bold;
color: #A10052;
}

.text_regular_big
{
font-family: Arial;
font-size: 22px;
font-weight:bold;
color: #A10052;
}

.text_regular_massive
{
font-family: Arial;
font-size: 28px;
font-weight:bold;
color: #A10052;
}

.form_fields
{
font-family: Arial;
font-size: 12px;
color: #A10052;
padding:5px;
border: 1px solid #A10052;
}

.text_regular_white
{
font-family: Arial;
font-size: 12px;
color: #ffffff;
}

/* hyperlinks */
A.text_white_regular_link_one:link { font-family:Arial; font-size:12px; COLOR: #ffffff; font-weight: bold; TEXT-DECORATION: none; }
A.text_white_regular_link_one:visited { font-family:Arial; font-size:12px; COLOR: #ffffff; font-weight: bold; TEXT-DECORATION: none; }
A.text_white_regular_link_one:hover { font-family:Arial; font-size:12px; COLOR: #ffffff; font-weight: bold; TEXT-DECORATION: underline; }
A.text_white_regular_link_one:active { font-family:Arial; font-size:12px; COLOR: #ffffff; font-weight: bold; TEXT-DECORATION: none; }

/* hyperlinks */
A.text_white_regular_link_two:link { font-family:Arial; font-size:12px; COLOR: #A10052; font-weight: bold; TEXT-DECORATION: none; }
A.text_white_regular_link_two:visited { font-family:Arial; font-size:12px; COLOR: #A10052; font-weight: bold; TEXT-DECORATION: none; }
A.text_white_regular_link_two:hover { font-family:Arial; font-size:12px; COLOR: #A10052; font-weight: bold; TEXT-DECORATION: underline; }
A.text_white_regular_link_two:active { font-family:Arial; font-size:12px; COLOR: #A10052; font-weight: bold; TEXT-DECORATION: none; }


/* hyperlinks */
A.text_white_regular_link_three:link { font-family:Arial; font-size:12px; COLOR: #A10052; font-weight: bold; TEXT-DECORATION: underline; }
A.text_white_regular_link_three:visited { font-family:Arial; font-size:12px; COLOR: #A10052; font-weight: bold; TEXT-DECORATION: underline; }
A.text_white_regular_link_three:hover { font-family:Arial; font-size:12px; COLOR: #A10052; font-weight: bold; TEXT-DECORATION: underline; }
A.text_white_regular_link_three:active { font-family:Arial; font-size:12px; COLOR: #A10052; font-weight: bold; TEXT-DECORATION: underline; }

