/* CSS Document */

BODY {
text-align:center;
Color : #fffbfc;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 8pt;
font-style: normal;
text-decoration: none;
margin: 0px;
margin-top: 0px;
SCROLLBAR-FACE-COLOR: #161212;
SCROLLBAR-HIGHLIGHT-COLOR: #161212;
SCROLLBAR-SHADOW-COLOR:#161212;
SCROLLBAR-3DLIGHT-COLOR: #161212;
SCROLLBAR-ARROW-COLOR: #2797b2;
SCROLLBAR-TRACK-COLOR: #161212;
SCROLLBAR-DARKSHADOW-COLOR: #2797b2;
background-color: #FFFFFF;
}

.main {
	background-color: #555d80;
	color: #fffbfc;
	font-size: 11 px;
}

.header{
	font-size: 8pt;
	line-height: 8pt; 
	letter-spacing: 1px; 
	background-color:#990000;
	color: #ffffff;
}

.content{
	background-color:#990000;
	color: #ffffff;
}

.footer{
	font-size: 8pt;
	line-height: 8pt; 
	letter-spacing: 1px; 
	background-color:#990000;
	color: #ffffff;
}

/*.content {
background-color:#990000;
color: #fffbfc;
margin-top: -18 px;
padding: 3px;
margin-bottom: 5 px;
font-size: 10px;
}*/

.line {
color: #ffffff;
margin-top: -8 px;
margin-bottom: -8 px;
}

th, td, tr, table {font-size: 11 px;}

td, th, table, tr {padding: 2 px;}

a:link {color:#ebcc89; text-decoration: underline; cursor:crosshair; font-weight: none}
a:visited {color:#ebcc89; text-decoration: underline; font-weight: none}
a:hover {color:#ebcc89; text-decoration: none; cursor:crosshair; font-weight: none}
a:active {color:#ebcc89; text-decoration: underline; font-weight: none}

textarea, input, select
{
BORDER: #990000 1pt solid;
FONT-SIZE: 10px;
BACKGROUND: #ffffff;
COLOR: #990000;
}
