@charset "utf-8";

html
{
background-color: #FFFFFF;
height: 100%;
}

body 
{ 
background-image: url(./graphic/background_upper.gif);
background-repeat: repeat-x;
background-position: top; 
font-size:10pt;
font-family:"Trebuchet MS",Tahoma;
color: black;
margin: 0;
padding: 0;
height: 100%;
}

b
{
font-family: Tahoma;
font-weight:bold;
}

td 
{
font-size:10pt;
font-family:"Trebuchet MS",Tahoma;
color:black;
text-align: left;
padding: 0;
border-color: black; 
}

img 
{
border-left:0px solid;
border-right:0px solid;
border-top:0px solid;
border-bottom:0px solid;
padding:0;
margin: 0;
}

A:active {color:#000033; text-decoration:none; font-weight:bold;font-size:10pt;}
A:visited {color:#000033; text-decoration:none; font-weight:bold;font-size:10pt;}
A:link {color:#000033; text-decoration:none; font-weight:bold;font-size:10pt;}
A:hover {color:#800000; text-decoration:none; font-weight:bold;font-size:10pt;}

.error 
{
font-size: 11pt;
font-family: "Trebuchet MS",Arial;
font-weight: bold;
text-align: center;
color: #AB6F6F;
}

.successfully 
{
font-size: 11pt;
font-family:"Trebuchet MS", Arial;
font-weight: bold;
text-align: center;
color: #b9d5ab;
}

input 
{
font-size: 9pt;
font-family: Tahoma;
border-right: #04042 1px solid; 
border-top: #04042 1px solid; 
border-bottom: #04042 1px solid; 
border-left: #04042 1px solid; 
background-color: #F1F1F1;
}

textarea 
{
font-size: 9pt;
font-family: Tahoma;
border-right: #04042 1px solid; 
border-top: #04042 1px solid; 
border-bottom: #04042 1px solid; 
border-left: #04042 1px solid; 
background-color: #F1F1F1;
}

.newsdate
{
color: #b1b1b1; 
}

.title
{
font-size: 14pt;
text-align: center; 
margin-bottom: 10px;
}

.tablehead
{
font-size:11pt;
margin: 5px;
font-weight: bold; 
text-align: center;
}

.tabledane
{
font-size:10pt;
margin: 4px;
text-align: center;
}


