body {
	background-color : White;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}
  A:link {
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: Navy;
	text-decoration: none;
}
 A:visited {
	font-size : 12px;
	font-family : Tahoma, sans-serif;
   font-weight : bold;
	color : black;
	text-decoration : none;
}
 A:hover {
	font-size : 12px;
	font-family : Tahoma, sans-serif;
   font-weight : bold;
	color : #0066A0;
	text-decoration : none;
}
.currentPg {
   color: #99C0FF;
	font-size : 12px;
	font-family : Tahoma, sans-serif;
   font-weight : bold;
	text-decoration : none;
}
.pgBG {
	background: white url(pgBG.jpg) repeat;
	border: 2px solid #0066a0;
}
.ttlBG {
	background: #0066A0;
	text-align: center;
	vertical-align: middle;
}
.pgBX {
	background: white;
	width: 80%;
	max-width: 900px;
	margin:0 auto;
	border: 2px solid #0066a0;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
}
.pgBXttl{
	width: 80%;
	max-width: 900px;
	margin:0 auto;
	background: #0066A0;
	border: 2px solid #0066a0;
	text-align: center;
	vertical-align: middle;
	font-size: larger;
	font-weight: bold;
	color: #FFFFF0;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
}
.menuBG {
	background: #0066A0;
}
.paraInd{
	margin-left: 18px;
}







.whtBG {
	background: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.tanBG {
	background: #FFFFF0;
	border: thin solid #0066A0;
}
.menuTxt {
	background: #0066A0;
	text-align: center;
	padding-bottom: 7px;
	padding-top: 7px;
}
.tblBdr {
	background-color: #FFFFF0;
	border: thick double #0066A0;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	background-image: url(bg-tbl.jpg);
}
.dkTxt {
	font-size: larger;
	font-weight: bold;
	text-align: center;
	color: Black;
}
.ltTxt1 {
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #FFFFF0;
}
.ltTxt2 {
	font-size: larger;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #FFFFF0;
}
.smTxt {
	font-size: smaller;
	font-weight: normal;
	text-align: center;
}
.privTxt {
	font-size: small;
	font-weight: normal;
	text-align: justify;
}
.lstTxt {
	font-size: smaller;
	font-weight: normal;
	vertical-align: top;
}
.copyright {
	font-size: smaller;
	font-weight: normal;
	text-align: center;
	color: White;
	padding-bottom: 6px;
	padding-top: 6px;
}