﻿body
{
	background-color: White;
	margin: 5px 0px;
}

.title
{
	font-family: Verdana;
	font-size: large;
	background-color: White;
	color: Maroon;
}

.section
{
	font-family: Verdana;
	font-size: small;
	background-color: White;
	color: Maroon;
}

.navigation
{
	height: 100%;
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
}

.navRegion
{
	height: 100%;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #ffefd5;
	color: Black;
	width: 150px;
	border-right: black 1px solid;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-color: black;
}

.header
{
	text-align: center;
	font-family: Verdana;
	font-size: medium;
	background-color: White;	
	color: #800000;
}

.footer
{
	font-family: Verdana;
	height: 100%;  
	font-size: x-small;
	text-align: center;
	background-color: White;	
	color: Black;
}

.content
{
	font-family: Verdana;
	font-size: small;
	background-color: White;
	color: Black;
}

.quote
{
	font-family: Verdana;
	font-size: 8pt;
	background-color: White;
	color: Blue;
	text-align: center;
	font-style:italic
}

.nowrap { white-space:nowrap; }

.alert
{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	background-color: White;
	color: Red;
}

.basicTable
{
	border-collapse: collapse;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.news
{
	font-family: Verdana;
	font-size: 8pt;
	background-color: #ffefd5;
	border-collapse: collapse;
	border-right: maroon 1px solid;
	border-top: maroon 1px solid;
	border-left: maroon 1px solid;
	border-bottom: maroon 1px solid;
}