* {
	margin : 0;
	padding : 0;
	list-style-type : circle;
	
	font-family : Verdana;
	font-size : 8pt;
	color : #3A6C83;
}

body{
	background : #14293C;
	scrollbar-face-color: #000000; 
	scrollbar-highlight-color: #000000; 
	scrollbar-shadow-color: #14293C; 
	scrollbar-3dlight-color: #14293C; 
	scrollbar-arrow-color: #14293C; 
	scrollbar-track-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
}

A{
	text-decoration : none;
	font-weight : bold;
	color : #A4AEB2;
	cursor : crosshair;
}

A:hover{
	color : #000000;
}

A img{
	border : 0;
	margin : 0;
}

img{
	border : 1px solid black;
}

#frame{
	width : 775px;
	height : 700px;
	display : block;
	margin : 5px auto 0 5px;
	padding : 0;
}


#content p{
	text-align : left;
}

#top{
	background : url(../img/top.jpg) no-repeat;
	width : 774px;
	height : 201px;
	display : block;	
}

#main{
	width : 769px;
	height : 500px;
	
	padding : 5px;
	margin : 2px 0 0 0;
	overflow : auto;
	border : 10;
	
	position : absolute;
			
	background-color : #14293C;
	
}

#statics{
		width : 750px;
		height : 15px;
		display : block;
		
		background : transparent;
		border : 0;
		margin : 0 0 0 8px;
		
		float : left;
}

#statics P{
		font-size : 7pt;
		align : center;
}

#statics A{
		font-size : 7pt;

}

