a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366CC;
}
a:hover {
	text-decoration: none;
	color: #C60242;
}
a:active {
	text-decoration: none;
	color: #3366CC;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color:#3366CC;
}

.scontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color:#3366CC;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 100%;
	color:#3366CC;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color:#3366CC;
     width:100%; 
	 height:80px;
	 z-index:1; 
	 overflow: auto; 
	 scrollbar-arrow-color:#3366CC; 
	 scrollbar-track-color:white; 
	 scrollbar-face-color:white; 
	 scrollbar-highlight-color:white; 
	 scrollbar-3dlight-color:white; 
	 scrollbar-darkshadow-color:white; 
	 scrollbar-shadow-color:white;
}

