.bold {
	font-size: 15px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
.nomal {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.nomal2 {
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.mini {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	font-weight: normal;
	color: #669933;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #339933;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.bolds {
	font-size: 15px;
	font-weight: bolder;
	color: #000000;
	border-top: thin dotted #669933;
	border-right: 2px none #669933;
	border-bottom: 2px dotted #669933;
	border-left: 2px none #669933;



}
.bold1 {
	font-size: 18px;
	color: #003300;
	letter-spacing: normal;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-left-style: solid;
	border-top-color: #669966;
	border-right-color: #669966;
	border-bottom-color: #669966;
	border-left-color: #669966;
	font-weight: bolder;

}
