BODY {
	font-size: 8pt;
	margin: 0px;
	font-family: arial;
	background-color: #7386ab
}

A {
	font-size: 8pt;
	color: #ffffff;
	font-family: arial;
	text-decoration: underline
}

.copyright {
	font-size: 8pt;
	font-family: arial;;
}

.bluegray {
	background-color: #314159;
}

.darkgray {
	background-color: #242e41;
}

.black {
	background-color: #000000;
}

.white {
	background-color: #ffffff;
}

.bluegray-vline-left {
	background-image: url("../images/vline_left.gif");
	background-repeat: repeat;
	background-color: #314159;
}

.bluegray-vline-right {
	background-image: url("../images/vline_right.gif");
	background-repeat: repeat;
}

.darkgray-vline-right {
	background-image: url("../images/vline_right_two.gif");
	background-repeat: repeat;
}

.white-text {
	font-size: 8pt;
	color: #ffffff;
	font-family: arial;
}
.red-text {
	font-size: 8pt;
	color: yellow;
	font-family: arial;
	font-weight: bold;
}
.blue-text {
	font-size: 8pt;
	color: #0f89e2;
	font-family: arial;
}

.menu-header {
	font-size: 8pt;
	color: #ffd700;
	font-family: arial;
}

.content-header {
	font-size: 10pt;
	color: #ffd700;
	font-family: arial;
	font-weight: bold;
}