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

.subhead-bold {
	font-weight: bold;
}
.Subhead-center {
	text-align: center;
	font-weight: bold;
}
.text-small {
	font-size: .85em;
}
.text-small-italic {
	font-style: italic;
	font-size: .85em;
}

.subhead-white {
	font-weight: bold;
	color: #FFF;
}
.text-smallcaps {
	font-size: 0.85em;
	font-variant: small-caps;
	text-transform: none;
	font-weight: normal;
}
//a:link {
//	color: #000;
//	text-decoration: none;
//}
//a:visited {
//	text-decoration: none;
//	color: #000;
//}
//a:hover {
//	text-decoration: underline;
//	color: #000;
//}
//a:active {
//	text-decoration: none;
//	color: #000;
//}
a.black:link {
	color: #000;
	text-decoration: underline;
}
a.black:visited {
	text-decoration: none;
	color: #000;
}
a.black:hover {
	text-decoration: underline;
	color: #000;
}
a.black:active {
	text-decoration: none;
	color: #000;
}
