li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	}
	
li.one {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;	
	color: #ff9933;
}
	li.one a:link {
		color: #ff6600;
		font-weight: bold;
		text-decoration: none;
	}
	li.one a:visited {
		color: #663300;
		font-weight: bold;
		text-decoration: none;
	}
	li.one a:hover {
		color: #ff3300;
		font-weight: bold;
		text-decoration: none;
	}
	li.one a:active {
		color: #ff3300;
		font-weight: bold;
		text-decoration: none;
	}
li.two {
		font-weight: bold;
		font-size: 14px;
		list-style-type: none;
		list-style-position: outside;
		color: #ff9933;
	}
		li.two a:link {
		color: #0066cc;
		font-weight: bold;
		text-decoration: none;
	}
		li.two a:visited {
		color: #003399;
		font-weight: bold;
		text-decoration: none;
	}
		li.two a:hover {
		color: #66ccff;
		font-weight: bold;
		text-decoration: none;
	}
		li.two a:active {
		color: #66ccff;
		font-weight: bold;
		text-decoration: none;
	}
	
li.three {
		font-weight: normal;
		font-size: 13px;
		list-style-type: square;
		list-style-position: outside;
		color: #33cc00;
	}
		li.three a:link {
		color: #0066cc;
		font-weight: bold;
		text-decoration: none;
	}
		li.three a:visited {
		color: #003399;
		font-weight: bold;
		text-decoration: none;
	}
		li.three a:hover {
		color: #66ccff;
		font-weight: bold;
		text-decoration: none;
	}
		li.three a:active {
		color: #66ccff;
		font-weight: bold;
		text-decoration: none;
	}
	
li.four {
		font-weight: normal;
		font-size: 14px;
		list-style-type: disc;
		list-style-position: outside;
		color: #ff9933;
	}
	
li.five {
		font-weight: normal;
		font-size: 14px;
		list-style-type: disc;
		list-style-position: outside;
		color: #0066cc;
	}
	
li.six {
		font-weight: normal;
		font-size: 14px;
		list-style-type: decimal;
		list-style-position: outside;
		color: #000000;
	}