/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
}


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

.main {
	background-color: #555d80;
	color: #8896ba;
	font-size: 12px;
}

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

.content{
	background-color:#ffffff;
	color: #8896ba;
}

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

/*.content {
background-color:#ffffff;
color: #8896ba;
margin-top: -18 px;
padding: 3px;
margin-bottom: 5 px;
font-size: 12px;
}*/

.line {
color: #8896ba;
margin-top: -8 px;
margin-bottom: -8 px;
}

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

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

a:link {color:#113aa1; text-decoration: underline; font-weight: none}
a:visited {color:#113aa1; text-decoration: underline; font-weight: none}
a:hover {color:#113aa1; text-decoration: none; font-weight: none}
a:active {color:#113aa1; text-decoration: underline; font-weight: none}

.menu{ background-color: #CCCCCC;}

a.other_menu{
	text-align: right;
	font-size: 12px; 
	letter-spacing: 2px;
	color: #113aa1;
	text-decoration: none; 
	padding: 0 10px;
}

a.other_menu:hover{
	color: #113aa1;
}

textarea, input, select
{
BORDER: #8896ba 1pt solid;
font-size: 12px;
BACKGROUND: #ffffff;
COLOR: #8896ba;
}
