/* CSS Document */



/* list styles **********************************************************/

ul {
	color: #369A8F;
	font-size: 75%;
	font-weight: normal;
	line-height: 180%;
text-decoration: none;
text-indent: 5px;

list-style-type: square;
padding: 6px;
margin: 2px;
}


