/* CSS Document */

BODY {
text-align:center;
Color : #fffbfc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
text-decoration: none;
margin: 0px;
margin-top: 0px;
SCROLLBAR-FACE-COLOR: #161212;
SCROLLBAR-HIGHLIGHT-COLOR: #161212;
SCROLLBAR-SHADOW-COLOR:#040000;
SCROLLBAR-3DLIGHT-COLOR: #161212;
SCROLLBAR-ARROW-COLOR: #040000;
SCROLLBAR-TRACK-COLOR: #161212;
SCROLLBAR-DARKSHADOW-COLOR: #040000;
background-color: #040000;
}

.main {
	background-color: #555d80;
	color: #fffbfc;
	font-size: 10px;
}

.header{
	font-size: 10px;
	line-height: 10px; 
	letter-spacing: 1px; 
	background-color:#040000;
	color: #ffffff;
}

.content{
	background-color:#040000;
	color: #ffffff;
	padding: 10px 100px 10px 170px;
}

.footer{
	font-size: 10px;
	line-height: 10px; 
	letter-spacing: 1px; 
	background-color:#040000;
	color: #ffffff;
}

/*.content {
background-color:#040000;
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: 10px;}

td, th, table, tr {padding: 2px 2px;}

a:link {color:#f2c3af; text-decoration: underline; cursor:crosshair; font-weight: none}
a:visited {color:#f2c3af; text-decoration: underline; font-weight: none}
a:hover {color:#f2c3af; text-decoration: none; cursor:crosshair; font-weight: none}
a:active {color:#f2c3af; text-decoration: underline; font-weight: none}

textarea, input, select
{
BORDER: #040000 1pt solid;
FONT-SIZE: 10px;
BACKGROUND: #ffffff;
COLOR: #040000;
}
