.mainstyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}

.italic
{
	font-style: italic;
}

.bold
{
	font-weight: bold;

}

.smallstyle
{
	font-size: 9px;
}
a
{
	color: #000000;
	text-decoration: underline;
}

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

a:visited
{
	color: #666666;
}
