/* CSS Document */

#banner {
	background-repeat: no-repeat;
	position: absolute;
	left:0px;
	top: 0px;
}

#page {
position:absolute; 
left:204px; 
top:396px; 
width:390px;
text-align:justify;
}

BODY {
Color : #ffffff;
font-family: Verdana;
font-size: 10 px;
font-style: normal;
text-decoration: none;
margin: 0px;
margin-top: 0px;
SCROLLBAR-FACE-COLOR: #424a6e;
SCROLLBAR-HIGHLIGHT-COLOR: #424a6e;
SCROLLBAR-SHADOW-COLOR:#424a6e;
SCROLLBAR-3DLIGHT-COLOR: #424a6e;
SCROLLBAR-ARROW-COLOR: #870a12;
SCROLLBAR-TRACK-COLOR: #424a6e;
SCROLLBAR-DARKSHADOW-COLOR: #870a12;
background-color: #424a6e;
background-image: url(../_img/bg.jpg);
background-repeat:repeat-y;
}

.main {
	background-color: #555d80;
	color: #FFFFFF;
	font-size: 11 px;
}

.content {

color: #FFFFFF;
margin-top: -18 px;
padding: 3px;
margin-bottom: 5 px;
font-size: 10px;

}

th, td, tr, table {font-size: 11 px;}

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

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

textarea, input, select
{
BORDER: #c4cad8 1pt solid;
FONT-SIZE: 10px;
BACKGROUND: #424a6e;
COLOR: #c4cad8;
font-family: tahoma;
}

