/* TEXT SECTION SYLES */

#text .subsec {
	width:575px;
	position:relative;
	border-top: 2px solid #0A9E6B;
	border-bottom: 2px solid #0A9E6B;
	padding: 3px;
	vertical-align:middle;
	padding-right:16px;
	}

#text .sec  {
	text-align : left;
	font-weight : bold;
	color : #0A9E6B;
}

#text img.icon  {
	padding-right: 7px;

}

#text li  {
	text-align : left;
	margin:5px 0;
}

#text a.list:link {
	text-decoration : none;
	color: #003399;
	font-weight: bold;
}

#text a.list:visited  {
	text-decoration : none;
	color: #9966CC;
	font-weight: bold;
}

#text a.list:hover {
	text-decoration : underline;
	color: #0033FF;
	font-weight: bold;
} 
