.etstye {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.lists {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	color: #000000;
	list-style-image: url(images/bullit.gif);
	line-height: 15px;
	text-indent: 0pt;
}

a
{
    text-decoration: underline;
    font-size: 12;
    color: #3A3B52;
    font-weight: bold;
}

a:visited
{
    text-decoration: underline;
    font-size: 12;
    color: #939393;
    font-weight: bold;
}