.style {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;

}
a:link {
	color: #333333;
	text-decoration: none;

}
a:visited {
	color: #333333;
	text-decoration: none;

}
a:hover {
	color: #333333;
	text-decoration: underline;

}
a:active {
	color: #333333;
	text-decoration: none;

}
.text {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
.bold {
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;

}
.text-l {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.main-b {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
