/* CSS Document */

.style1 {
	font-size: 12px;
	color: #3B3B3B;
}

a:link {
	text-decoration: none;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

a:active {
	text-decoration: none;
	color: #666666;
}

.style3 {
	color: #00adef;
	font-size: 20px;
	font-weight: bold;
	font-family: Univers, Arial, sans-serif;
	margin: -2px 2px 0.6em;
}

.style4 {
	line-height: 1.6em;
	font-size: 12px;
	font-family: Univers, Arial, sans-serif;
	margin-left: 0.2em;
}

.style5 {
	color: #fff;
	font-size: 20px;
	font-family: Univers, Arial, sans-serif;
	margin: -2px 2px 0.6em;
}

ul {
	list-style-type: square;
	list-style-image: url("images/bullet.gif");
	list-style-position: outside;
/*	list-style: square outside url("../images/bullet.gif"); */
	margin: 0.6em 0.6em 0.6em 1.4em;
	font-family: Univers, Arial, sans-serif;
	font-size: 12px;
}

ul li { 
	margin-bottom: 1em;
	font-family: Univers, Arial, sans-serif;
	font-size: 12px;
}

ul li, 
ul li a, 
ul li a:link, 
ul li a:active, 
ul li a:visited { 
	color: #333;
	text-decoration: none;
	font-family: Univers, Arial, sans-serif;
	font-size: 12px;
}

ul li a:focus, 
ul li a:hover { 
	text-decoration: underline;
	font-family: Univers, Arial, sans-serif;
	font-size: 12px;
}

