@charset "UTF-8";
/* CSS Document */

a:link {color: #1d66a1; text-decoration: none;}
a:active {color: #FF0000; text-decoration: none;}
a:visited {color: #1d66a1; text-decoration: none;}
a:hover {color: #aa2f04; text-decoration: none;}

a.footerlink:link {color: #7895ad; text-decoration: none;}
a.footerlink:active {color: #FF0000; text-decoration: none;}
a.footerlink:visited {color: #7895ad; text-decoration: none;}
a.footerlink:hover {color: #936656; text-decoration: none;}

a.footer:link {color:#003399; text-decoration: none;}
a.footer:active {color: #003399; text-decoration: none;}
a.footer:visited {color: #003399; text-decoration: none;}
a.footer:hover {color: #003399; text-decoration: none;}

a.em:link {text-decoration: none;}
a.em:active {text-decoration: none;}
a.em:visited {text-decoration: none;}
a.em:hover {text-decoration: none;}

.bottomborder {
	border-color: #000000;
	border-width: 0 0 1px 0;
	border-style: solid;
	}
	
.bottomborderwide {
	border-color: #000000;
	border-width: 0 0 2px 0;
	border-style: solid;
	}

.box {
	border: 1px solid #000000;
	margin-top: 7px;
	margin-left: 8px;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: right;
	}

.footer {
	font-family: arial, helvetica, verdana, sans-serif; 
	font-size: 12px;
	margin-top: 4px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: right;
	color: #e6e4e4;
	}

.footerbackground {
	background-image:url(images/dark_bar.gif);
	background-repeat: no-repeat;
	}
	
h1, h2, h3, h4, h5 {
	font-family: arial, helvetica, verdana, sans-serif;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 8px; 
	color: #000000;
	}
	
hr {
	border: 0;
	color: #b2b2b2;
	background-color: #b2b2b2;
	height: 1px;
	width: 85%;
	text-align: center;
}

.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }

li {
	font-family: arial, helvetica, verdana, sans-serif; 
	font-size: 13px; 
	color: #000000;
	}

.maincontent {
	font-family: arial, helvetica, verdana, sans-serif; 
	font-size: 13px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 8px; 
	color: #000000;
	}
	
.sml {
	font-family: arial, helvetica, verdana, sans-serif; 
	font-size: 11px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 8px; 
	color: #000000;
	}

.tablecontent {
	font-family: arial, helvetica, verdana, sans-serif; 
	font-size: 13px; 
	color: #000000;
	}

.toptext {
	font-family: arial, helvetica, verdana, sans-serif; 
	font-size: 11px;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #000000;
	}
	
.watermark {
	background-image:url(images/watermark.gif);
	background-repeat: no-repeat;
	background-position: 50px bottom;
	}