@charset "UTF-8";
/* CSS Document */


		body {
			  background:white;			 
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px; 
			font-style:normal; 
			color: #0000FF; 
			margin:20px; 
			text-align:justify;
			}
		
	
		#desc {
			width:632px;
			display:none;
			margin-left:40px;
			font-size:13px;
			
			}
	
	
		h3 {
			margin:0px;
			padding:0px;
			}
			
		h3 span {
	text-decoration: underline;
	color: #0000FF;
	background-color: white;
	font-size:13px;
	padding:2px 0;
	font-weight:normal;
	line-height:19px;
	cursor:default;
			}
			
		
			
		h2 span {
			text-decoration: underline;
			color:  #0000FF;
			background-color: white;
			font-size:13px; 
			padding:2px 0; 
			font-weight:normal; 
			line-height:19px;
			}
			
		h2 span:hover {
			cursor:pointer;
			}
			
		h2 {
			margin:0px; 
			padding:0;
			}
			
	
		#main {
			font-size: 13px;
			float:left;
			width: 1200px;
			}
		
		#col1 {
			line-height: 19px;
			font-size: 13px;
			float:left;
			width:150px; 
			margin-right:10px;
			}
			
			
		#col2 {
			float:left;
			width:950px;
			margin-left: 10px;			}
		
		
		
		
		a {
			color: #0000FF; 
			cursor:pointer; 
			text-decoration:none
			}
			
		a:hover {
			color: #0000FF;
			cursor: pointer; 
			text-decoration:underline;
			}
			
   		