.underline {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #3399FF;
	color: #3333FF;
	text-decoration: none;

}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: normal;

}
.under2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0033CC;
}
