/* CSS Document */
@charset "UTF-8";
a:link {
	color: #C00038;
	text-decoration: underline;
}
a:visited {
	color: #C00038;
	text-decoration: underline;
}
a:hover {
	color: #C00038;
	text-decoration: none;
}
a:active {
	color: #C00038;
	text-decoration: underline;
}
.vertDivider {
	background-image: url(images/new-vert-divider.gif);
	background-repeat: repeat-y;
}
.flashBox {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.footerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	font-style: normal;
	line-height: 140%;
}
.footerText a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 140%;
	text-decoration: none;
	font-style: normal;
	color: #000;
}
.footerText a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
.newsText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
.mainCenterDiv table tr td #top {
	background-image: url(images/new-top.jpg);
	height: 114px;
}
.mainCenterDiv table tr td #navDiv {
	margin: 0px;
	padding: 0px;
	height: 62px;
	width: 543px;
	background-image: url(images/new-top2.jpg);
}
.boldItalicize {
	font-family: Verdana, Geneva, sans-serif;
	color: #c00038;
	font-weight: bold;
	font-style: italic;
}
.boldNoItalics {
	color: #c00038;
	font-weight: bold;
}
