.fontstyle01 {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.fontstyle02 {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}

.fontstyle03 {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	line-height: 18px;
}

.fontstyle04 {
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
}

.fontstyle05 {
	font-size: 20px;
	color: #CC6600;
	text-decoration: underline;
	line-height: 30px;
	font-weight: bold;
}

.fontstyle06 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: bold;
}
.fontstyle07 {
	font-size: 12px;
	color: #FF0099;
	line-height: 30px;
	font-weight: normal;
}

a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
