body {
	background-color: #FFFFFF;
}
a:link {
	color: #CC0000;
	text-decoration: none
}
a:visited {
	color: #996600;
}
a:hover,a:active {
	color: #FF6600;
	text-decoration: underline
}

.f1 { font-size: 12px }
.f2 { font-size: 14px }
.f3 { font-size: 16px }
.s0 { font-size: 10px; line-height: 12px }
.s1 { font-size: 12px; line-height: 14px }
.s2 { font-size: 14px; line-height: 17px }
.s3 { font-size: 16px; line-height: 18px }
.t1 { font-size: 10px; line-height: 14px }
.t2 { font-size: 12px; line-height: 17px }
.t3 { font-size: 14px; line-height: 20px }
td { font-size: 12px; line-height: 14px }
strong { color: #990000; font-weight: bold }

.bg { background-color: #EEEEEE }

.white:link { color: #FFFFFF; text-decoration: none }
.white:visited { color: #FF6666 }
.white:hover,.white:active { color: #FF9900; text-decoration: underline }
