/* Stylesheet #1 */

/* main hyperlink style */
a:active {COLOR: #959DB1; FONT-FAMILY: verdana; FONT-SIZE: 12px; text-decoration: underline}
a:link {COLOR: #959DB1; FONT-FAMILY: verdana; FONT-SIZE: 12px; text-decoration: underline}
a:visited {COLOR: #959DB1; FONT-FAMILY: verdana; FONT-SIZE: 12px; text-decoration: underline}
a:hover {COLOR: #959DB1; FONT-FAMILY: verdana; FONT-SIZE: 12px; text-decoration: none}

/* secondary menu hyperlink style */
.sub_menu a:active {COLOR: #003E71; FONT-FAMILY: verdana; FONT-SIZE: 12px; text-decoration: underline}
.sub_menu a:link {COLOR: #003E71; FONT-FAMILY: verdana; FONT-SIZE: 12px; text-decoration: underline}
.sub_menu a:visited {COLOR: #003E71; FONT-FAMILY: verdana; FONT-SIZE: 12px; text-decoration: underline}
.sub_menu a:hover {COLOR: #003E71; FONT-FAMILY: verdana; FONT-SIZE: 12px; text-decoration: none}

/* main page text */
td {font-family: verdana; font-size: 12px; color: #FFFFFF}
.bold {font-family: verdana; font-size: 12px; color: #FFFFFF; font-weight: bold}

/* text for property status */
.yellow {font-family: verdana; font-size: 12px; color: #FEDE5C}

/* text for error messages */
.errors {font-family: verdana; font-size: 12px; color: #959DB1}

/* form text style */
.forms {font-family: verdana; font-size: 12px; color: #000000}

/* footer text style */
.footer {font-family: verdana; font-size: 12px; color: #FFFFFF}

/* page title text style */
.title {font-family: verdana; font-size: 16px; color: #FFFFFF; font-weight: bold}
.title_bold {font-family: verdana; font-size: 16px; color: #959DB1; font-weight: bold}
.title_bold2 {font-family: verdana; font-size: 16px; color: #003E71; font-weight: bold}

/* justify text alignment for use within table cells */
.justify {text-align: justify}

/* main body settings and background */
body
{
	background-color: #003E71;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url("images/top_bar.gif");
	background-repeat: repeat-x;
}

/* sets the background for the sub menu table */
.sub_menu_table
{
	background-color: #959DB1;
}

/* sets the various header table settings and background */
.title_table
{
	height: 195px;
}

/* sets the vertical fading bar beside main text as cell background to scale with table size */
.vert_bar
{
	background-image:  url("images/vert_bar_mid.gif");
	background-repeat: repeat-y;
}