/*main page*/
body
{
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
background-color:#ffffff;
margin-top:15px;
margin-left:15px;
margin-right:0px;
margin-bottom:15px;
}

.header
{
background-color:#ffffff;
color:#990033;
font-size:12pt;
font-weight:bold;
}

.hmenu:link, .hmenu:visited
{
color:#990033;
text-decoration:underline;
font-weight:normal;
font-size:7pt;
}

.hmenu:hover, .hmenu:active
{
color:#FF0000;
text-decoration:none;
font-weight:normal;
font-size:7pt;
}

.hmenu_active
{
color:#FF0000;
text-decoration:none;
font-weight:normal;
font-size:7pt;
}

li
{
color:#990033;
}

.loginlink:link, .loginlink:hover, .loginlink:visited
{
color:#555555;
text-decoration:underline;
}

.content
{
background-color:ffffff;
}

.Button
{
BORDER: #000000 1px solid;
FONT-SIZE: 9pt;
COLOR: white;
BACKGROUND-COLOR: #8E012C;
width:60px;
}
.ButtonMouseOver
{
BORDER: #000000 1px solid;
FONT-SIZE: 9pt;
COLOR: white;
BACKGROUND-COLOR: #FF6600;
width:60px;
}

.inputtext
{
BORDER: #000000 1px solid;
FONT-SIZE: 9pt;
margin-top:2px;
margin-bottom:2px;
}

.searchtext
{
BORDER: #999999 1px solid;
FONT-SIZE: 9pt;
width:80px;
}