.mainlink:link
{font-size: 12px;
color: #3366CC;
font-family: arial;
font-weight: bold;
text-decoration: none;}

.mainlink:visited
{font-size: 12px;
color: #3366CC;
font-family: arial;
font-weight: bold;
text-decoration: none;}

.mainlink:hover
{font-size: 12px;
color: #CC99CC;
font-family: arial;
font-weight: bold;
text-decoration: none;}

.italic, i
{font-size: 12px;
color: #000000;
font-family: arial;
font-weight: normal;
font-style: italic;
text-decoration: none;}

.bold, b
{font-size: 12px;
color: #000000;
font-family: arial;
font-weight: bold;
text-decoration: none;}

.text
{font-size: 12px;
color: #000000;
font-family: arial;
font-weight: normal;
text-decoration: none;}

.unread {
	font-family : arial;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color : #3366cc;
}

.lilac {
	font-family : arial;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color : #CC99CC;
}

.header {
	font-family : arial;
	font-size : 16px;
	font-weight : bold;
}

.small {
	font-family : arial;
	font-size : 11 px;
}

input, textarea, select, option
{
	font-family: arial;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
}