@charset "utf-8";
/* CSS Document */
.grayline {
	background-color: #CCC;
	height: auto;
	width: 1px;
}
.paragraph {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
}
.top {
	vertical-align: top;
}
.outer {
	width: 1042px;
	margin-right: auto;
	margin-left: auto;
}
.leftnav {
	vertical-align: top;
}

.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.section_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16pt;
	color: #a32721;
	text-decoration: underline;
}
.pagetitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30pt;
	color: #a32721;
}

.font30pt {
	font-size: 30pt;
}
.fontred {
	color: #a32721;
}
.fontblue {
	color: #3492c3;
}
.ticker {
	background-color: #000;
	background-repeat: repeat-y;
	vertical-align: top;
	height: 22px;
	border: 1px solid #acacac;
	background-image: url(images/tickerbkgd.png);
	width: 500px;
}


