/************************GENERAL STYLES************************/
body {
            color: #FFFFFF;
            font-family: Arial, Helvetica, Sans-Serif;
            font-size: 10pt;
	    background-color:#0077b5;
            margin-top:0px;
            margin-left:0px;
            margin-right:0px;}
td {
            font-family: Arial, Helvetica, Sans-Serif;
            font-size: 10pt;}

a:link, a:visited {
            color: #FFFFFF;
            text-decoration: none;}
a:hover {
            color: #FFFFFF;
            text-decoration: underline;}
.bg {
            background-image: url("/images/background.jpg");
	    background-repeat: no-repeat;}
.border {            
	border-style: solid;            
	border-color: #1f4686;
	border-width: 1px;            
	padding: 0px;}

/************************TEXT STYLES************************/

.u {
            text-decoration: underline;}
.b {
            font-weight: bold;}
.sm {
            font-size: 8pt;}
.i {
            font-style: italic;}

.gray {	    color: #7f7f7f;}

.title {
            color: #FFFFFF;
	    font-size: 14pt;
            font-weight: bold;}
.subtitle {
            color: #242f6b;
	    font-size: 10pt;
            font-weight: bold;}
.border {
            border-style: solid;
            border-color: #242f6b;
            border-width: 1px;
            padding: 2px;}


/************************FOOTER STYLES************************/
.footer {
            color: #FFFFFF;
            font-size: 8pt;}
.footer a:link, .footer a:visited {
            color: #FFFFFF;
            text-decoration: none;}
.footer a:hover {
            color: #FFFFFF;
            text-decoration: underline;}

