/* CSS Document */
body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ffffff;
	
		SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
		SCROLLBAR-SHADOW-COLOR: #cccccc; 
		SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
		SCROLLBAR-ARROW-COLOR: #000000; 
		SCROLLBAR-TRACK-COLOR: RGB(F9,F9,F9); 
		SCROLLBAR-DARKSHADOW-COLOR: #007D0B
}

.main-menu
			{
	text-decoration: none;
	color: #0033CC;
	font-size: 11px
			}
.main-menu:hover
	{
	text-decoration: none;
	color: #008AFF
	}
	
.text-big{
	FONT-SIZE: 12px;
	text-decoration: none;
	color: #008AFF
	}
	
.text{
	FONT-SIZE: 12px;
	text-decoration: none;
	font-weight: lighter;
	color: #000000
	}

.text1{
	FONT-SIZE: 12px;
	text-decoration: none;
	font-weight: lighter;
	text-indent: 18px;
	color: #003399
	}
	
.text-big:hover{
	text-decoration: none;
	color: #001AFF
	}	
	
.text-small{
	FONT-SIZE: 9px;
	text-decoration: none;
	color: #0066FF
	}	

.text-logo{
	FONT-SIZE: 10.5px;
	text-decoration: none;
	color: #008AFF
	}
	
.text-logo:hover{
	text-decoration: none;
	color: #001AFF
	}		

.text-normal{
	FONT-SIZE: 12 px;
	text-decoration: none;
	color: #003399;
	font-weight: lighter;
	text-indent: 30px;
	}
		
.text-main{
	FONT-SIZE: 10 px;
	text-decoration: none;
	font-weight: normal;
	color: #0033CC;
	font-style: oblique;
	}
	
.text-guide{
	FONT-SIZE: 8 px;
	text-decoration: none;
	color: #003399;
	font-weight: lighter
	}
	
.text-guide:hover{
	FONT-SIZE: 8 px;
	text-decoration: underline blink;
	color: #0033CC
	}
	
		
	
.bodyline{background: #000000;color:#000000;border:1px solid #98aab1} 
