a:link {
 color: #333333;
 text-decoration: underline;
}
a:visited {
 text-decoration: underline;
 color: #666666;
}
a:hover {
 text-decoration: none;
 color: #000000;
}
a:active {
 text-decoration: underline;
 color: #666666;
}
.smalltext {
	font-size: 10px;
	color: #333333;
}
.subheading {
	font-size: 10px;
	font-style: italic;
	color: #333333;
	font-weight: bold;
}
.maininfo {
	font-size: 12px;
	color: #333333;
}
.showtitle {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.sidetitle {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.captiontitle {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.header_level_1 { font-size: 11pt; font-weight: bold; }

