﻿body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #056279 url('../images/background_main_blue.jpg') repeat-y center top;
	font-size: 9pt;
	margin-top: 0px;
}
a:link
{
    color: #056279;
}
a:visited
{
    color: #056279;
}
a:hover
{
    text-decoration: none;
    color: red;
}
a:active
{
    text-decoration: none;
    color: #056279;
}

p
{
	text-align: justify;
	font-size: 9pt;
	
}


.heading
{
	text-align: justify;
	font-size: 10pt;
	
}	

input, select, textarea
{
    font-size:1em; 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/


h1
{
	font-size: 18px;
	font-weight: bold;
	color: #066279;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	color: #066279;
}
h3
{
	font-size: 14px;
	font-weight: bold;
	
	color: #066279;
}


.footer
{
    width: 740px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #056279;
    font-size: 7pt;
}

.header
{
    width: 740px;
    height: 162px;
    margin-right: auto;
    margin-left: auto;
    background: url('../images/header.jpg') ;
    padding-bottom: 0px;

}
.fullwidth
{
     border:1px solid #B9B9B9; width: 735px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    background: url('../images/salmonback.jpg') repeat-x center top;
	margin-bottom: 0px;
    text-align: left;
	font-size: 9pt
}

.fullwidthwhite
{
    
    width: 740px;
    background: #FFFFFF;    
}

.imghome
{
	border: 1px solid #B9B9B9;
	vertical-align: top;
	margin-top: 5px;
	background: #ffffff;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}


.white
{
	border: 1px solid #B9B9B9;
	width: 740px;
	background: #ffffff;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 9pt;
	}






/* shows a visual seperation */
.dashedline
{
	border-bottom: 1px dashed #DEB887;
	padding-top: 5px;
	margin-bottom: 5px;
	clear: right;
}



.button
{
    BORDER-RIGHT: gray 1px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: gray 1px solid;
    PADDING-LEFT: 1px;
    FONT-SIZE: 9pt;
    PADDING-BOTTOM: 1px;
    BORDER-LEFT: gray 1px solid;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: gray 1px solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #EEEEEE;
    TEXT-ALIGN: center
}
.form
{
	BORDER-RIGHT: gray 1px solid;
	PADDING-RIGHT: 1px;
	BORDER-TOP: gray 1px solid;
	PADDING-LEFT: 1px;
	FONT-SIZE: 9pt;
	PADDING-BOTTOM: 1px;
	BORDER-LEFT: gray 1px solid;
	PADDING-TOP: 1px;
	BORDER-BOTTOM: gray 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #F5FFFA;
	TEXT-ALIGN: left;
}


TABLE {
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
}

TR {
   font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
}


TD {
   font-size: 9pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
}
Li {
	list-style-type: square;
}


.Yellow {
	background-color: InfoBackground;
}