.nomal {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 125%;

}
.mini {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 18px;

}
a:link {
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.bold {
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}
.bold2 {
	font-size: 20px;
	color: #006633;
	font-weight: bolder;
}
td {
	font-size: 12px;
	color: #333333;
}