.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666699;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;

}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a:link { text-decoration : underline ; color : #322F4A; }
a:visited { text-decoration : none ; color : #46435E; }
a:hover { text-decoration : underline ; color : #55526C; }
a:active { text-decoration : none ; color : #E7AB1B; }