a:link {
	color: #6699CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCC99;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

#font1 {
	color: #999999;
}
#font2 {
	color: #6699CC;
}
#font3 {
	color: #0099CC;
}
#font4 {
	color: #666666;
}
#font5 {
	color: #000000;
}
#font6 {
	color: #006699;
}
#font7 {
	color: #FF0000;
}

.style1 {
	font-size: 12px;
}
.style2 {
	font-size: 12px;
	font-style: italic;
}
.style3 {
	font-size: 12px;
	font-weight: bold;
}
.style4 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.style5 {
	font-size: 14px;
}
.style6 {
	font-size: 14px;
	font-style: italic;
}
.style7 {
	font-size: 14px;
	font-weight: bold;
}
.style8 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.style9 {
	font-size: 16px;
}
.style10 {
	font-size: 16px;
	font-style: italic;
}
.style11 {
	font-size: 16px;
	font-weight: bold;
}
.style12 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

a.notice:link {
	color: #FF0000;
}
a.notice:visited {
	color: #FF0000;
}
