/* CSS Document */

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.mainadjusted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	text-align:justify; text-justify:newspaper;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #950909;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
UL 
{
list-style-image:  url('images/bullet.gif');
line-height:17px;
}