﻿/************** Content Styles **************/

body 
{
	height: 100%;
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	background-color: #fcfcfc;
}


#container
{
	width:800px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;

	background-color: #FFFFFF;
	border-left: Solid 1px Silver;
	border-right: Solid 1px Silver;
	border-bottom: Solid 1px Silver;
}

LI
{
	margin-left: 0px;
	padding-left: 0px;
}

.content
{
	width:99%;
	padding: 10px 5px 10px 5px;
	color: Black;
}

.contentTable
{
	border-collapse: collapse;
	border-style: solid; 
	border-width: 1px;
	border-color:#003366; 
}
.contentTD
{
    border-style: solid; 
    border-width:1px;
    border-color:#003366;
	padding:5px;
    vertical-align:top
}

.ratingTable
{
	margin:5px; 
	padding:2px; 
	border-collapse: collapse;
	border-style: solid; 
	border-width:1px; 
	border-color:#003366; 
}

.ratingTD
{
    border-style: solid; 
    border-width:1px;
    border-color:#003366;
	border-top: 0px;
	border-bottom: 0px;
	padding:1px;
    vertical-align:top
}

.msgTable
{
	border-collapse: separate;
	margin:20px; 
	padding:20px; 
	border-width:2px; 
	border-color:#003366; 
	border-style:solid; 
}

.additionalNotes
{
	color: Red;
	margin: 0px 0px 0px 30px;
}

/************** Header/Footer Styles **************/

.header 
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color:White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.horBar
{
	width: 100%;
}

.footer
{
	width:90%;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
	position: static;
	text-align: center;
}

.footerText
{
	width:90%;
	text-align:left;
	font-family: Verdana;
	padding: 5px 25px 10px 5px;
}


/************** Highlight **************/

.h1 {    
	color: #808080;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	font-weight: bold;
}

.h2 {
	color: #808080;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	font-weight: bold;
}

.h3 {
	color: #808080;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	font-weight: bold;
	padding: 0px;
	margin:0px;
}

.h4 {
	color: #808080;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
	font-weight: bold;
	padding: 0px;
	margin:0px;
}

/* End of Highlight Styles */

/************** Link Styles **************/

a {
    text-decoration: underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #696969;
    font-weight : normal;
}

a:visited {
    text-decoration: underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #919449;
    font-weight : normal;
}

a:active {
    color: #696969;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: underline;
}

a:hover {
    color: silver;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

/* End of Link Styles */



