@charset "utf-8";
body {
	background-color: #f4f4f4;
	text-align: center;
}
.nav {
	height: 35px;
	width: 795px;
}
.container {
	height: auto;
	width: 795px;
}

.tbl {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	background-color: #FFFFFF;
	height: auto;
	width: 795px;
}

.tbl ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

.tbl td.divider {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #809BB6;
	border-right-color: #809BB6;
	border-bottom-color: #809BB6;
	border-left-color: #809BB6;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;

}
.tbl p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
}
.tbl h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #993300;
}
.tbl h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #385D87;
}
.tbl a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #809BB6;
}

.tbl a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}
.tbl a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #AAAAAA;
}



.ftr {
	background-color: #809bb6;
	height: 80px;
	width: 795px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.ftr a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.ftr a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.ftr a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}



.hdr {
	background-image: url(../Images/hdr.jpg);
	height: 262px;
	width: 795px;
}

tr.tableHilight {
	background-color: #FFFF00;
}


.FontRed {
	color: #FF0000;
}

.FontOrange {
	color: #DD8700;
}

.New {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
