@charset "UTF-8";
/* CSS Document */

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.2em;
	color: #333333;
}
a:link.small {
	color: #333333;
	text-decoration: none;
}
a:visited.small {
	color: #333333;
	text-decoration: none;
}
a:hover.small {
	color: #333333;
	text-decoration: underline;
}
.med {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
}
.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.8em;
	color: #000000;
}
a:link.med {
	color: #333333;
	text-decoration: underline;
}
a:visited.med {
	color: #666666;
	text-decoration: underline;
}
a:hover.med {
	color: #06B7FE;
	text-decoration: underline;
}
