/* CSS Document */

#banner {
	background-repeat: no-repeat;
	position: absolute;
	left:0px;
	top: 0px;
}

#page {
	position:absolute;
	left:197px;
	top:331px;
	width:607px;
	text-align:justify;
	height: 233px;
}

BODY {
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: #7a7777;
SCROLLBAR-HIGHLIGHT-COLOR: #7a7777;
SCROLLBAR-SHADOW-COLOR:#7a7777;
SCROLLBAR-3DLIGHT-COLOR: #7a7777;
SCROLLBAR-ARROW-COLOR: #1d7624;
SCROLLBAR-TRACK-COLOR: #7a7777;
SCROLLBAR-DARKSHADOW-COLOR: #1d7624;
background-color: #b2b9b2;
background-image: url(../_img/bg.jpg);
background-repeat:repeat-y;
}

.main {
	background-color: #555d80;
	color: #fffbfc;
	font-size: 11 px;
}

.content {
color: #fffbfc;
margin-top: -18 px;
padding: 3px;
margin-bottom: 5 px;
font-size: 10px;
}

.line {
color: #fffbfc;
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:#0f6920; text-decoration: underline; cursor:crosshair; font-weight: none}
a:visited {color:#0f6920; text-decoration: underline; font-weight: none}
a:hover {color:#0f6920; text-decoration: none; cursor:crosshair; font-weight: none}
a:active {color:#0f6920; text-decoration: underline; font-weight: none}

textarea, input, select
{
BORDER: #353535 1pt solid;
FONT-SIZE: 10px;
BACKGROUND: #bdc9bf;
COLOR: #0f6920;
}
