
body {
	font: normal 90% "Times New Roman", Times, serif;
}

.style1 {font-size: 10px; font-weight: bold; }
.style2 {font-size: 30px; font-weight: bold;}
.style3 {font-size: 16px; font-weight: bold; }
.style4 {font-size: 14px; font-weight: bold; }
.style5 {font-size: 12px; color: #CCCCCC; font-weight: bold; }
.style6 {color: #999999}
.style7 { font-size: 110%; font-weight: bold;}

.style9 {font-size: 125%}
.style10 {font-size: 18px; font-weight: bold; color: #0000FF; }
.style11 {font-size: 16px; color: #FF0000; }
.style12 {font-size: 12px; }
.style13 {color: #FF0000; font-size: 14px;}
.style14 {font-size: 24px}
.style16 {font-size: 10px}
.style17 {font-size: 10px; color: #666666}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	color: #0000FF;
}