.text {  font-size: 12px; line-height: 18px}
.textsmall {  font-size: 11px; line-height: 15px}
a:active {  color: #663300}
a:hover {  color: #CC3300; text-decoration: underline}
a:link {  color: #330000}
a:visited {  color: #330000}
a {  text-decoration: none}
.wide {  font-size: 14px}

.blue12 {
	font-size: 12px;
	line-height: 18px;
}

.blue12 A:link {
	text-decoration:underline;
	font-size: 12px;
	line-height: 18px;
	color: #3366FF;
}
.blue12 A:visited {
	text-decoration:underline;
	font-size: 12px;
	line-height: 18px;
	color: #336699;
}
.blue12 A:active {
	text-decoration:none;
	font-size: 12px;
	line-height: 18px;
	color: #FFCC00;
}
.blue12 A:hover {
	text-decoration:none;
	font-size: 12px;
	line-height: 18px;
	color: #FF3300;
}

.blue11 {
	font-size: 11px;
	line-height: 15px;
}
.blue11 A:link {
	text-decoration:underline;
	font-size: 11px;
	line-height: 15px;
	color: #3366FF;
}
.blue11 A:visited {
	text-decoration:underline;
	font-size: 11px;
	line-height: 15px;
	color: #336699;
}
.blue11 A:active {
	text-decoration:none;
	font-size: 11px;
	line-height: 15px;
	color: #FFCC00;
}
.blue11 A:hover {
	text-decoration:none;
	font-size: 11px;
	line-height: 15px;
	color: #FF3300;
}
.new {
	display: inline-table;
	height: 80px;
}
.white {
	font-size: 12px;
	line-height:18px;
	color: #FFFFFF }

.white A:link {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.white A:visited {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}