@charset "utf-8";
.smallText {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}

.smallText a:link {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
.smallText a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
.smallText a:hover {
	color: #09C;
	text-decoration: underline;
	font-size: 11px;
}
.smallText a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
.largeText {
	font-size: 12px;
	color: #FFF;
}
.blue_smallText {
	color: #006;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
.blue_smallText a:link {
	color: #006;
	text-decoration: underline;
	font-size: 11px;
}
.blue_smallText a:visited {
	color: #006;
	text-decoration: underline;
	font-size: 11px;
}
.blue_smallText a:hover {
	color: #09C;
	text-decoration: underline;
	font-size: 11px;
}
.blue_smallText a:active {
	color: #006;
	text-decoration: underline;
	font-size: 11px;
}
.pdfbullets {
	list-style-image: url(common/pdf-small.gif);
	white-space: normal;
}.blue_largeText {
	font-size: 12px;
	color: #006;
	font-family: Verdana, Geneva, sans-serif;
}
.hilite {
	background-color: #E6E6E6;
}
