@charset "utf-8";
/* CSS Document */

span.ital {
	color: #06F;
	font-style: italic;
}
span.graytext {
	color: #666;
	font-size: 16px;
}
span.graytextbold {
	color: #666;
	font-size: 20px;
}
span.darkblue {
	color:#004080;
	font-weight: lighter;
}

span.boldred {
	color:#C30;
	font-size: 18px;
	font-weight: bold;
}

