body {
	font-family: Arial, Helvetica, sans-serif;
	 background:  url(./images/indexBG.gif) repeat; 
}
p { font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: "#004477";
	font-size: 10px;
}

a.NoLine:link {text-decoration: none; color: #004477}     /* unvisited link */
a.NoLine:visited {text-decoration: none; color: #004477}  /* visited link */
a.NoLine:hover {text-decoration: none; color: #004477}   /* mouse over link */
a.NoLine:active {text-decoration: none; color: #004477}   /* selected link */

.boxhdr { background-color: "#DDDDDD";
		font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: "#004477";
	font-size: 12px;
	font-weight: bold;
	margin: 0em, 0em, 0em, 1em;

}

.boxhdr0 { background-color: "#CCCCCC";
		font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: "#004477";
	font-size: 12px;
	font-weight: bold;
	margin: 0em, 0em, 0em, 1em;
}


.box {background-color: "#EEEEEE";
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		color: "#004477";
		font-size: 10px;
}

.BodyText { 
	font-family: verdana, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	caption: Body Text;
	color: #004477;
	margin: 0em, 0em, 0em, 1em;
	text-align:left;
	}
	
.BodyTextNavLft { 
	font-family: verdana, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	caption: Nav Text;
	color: #000000;
	margin: 0em, 0em, 0em, 5em; }
	
.BodyTextCenter { 
	font-family: verdana, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	caption: Body Text;
	color: #000000;
	margin: 0em, 0em, 0em, 1em; }
	
.FooterText { 
	font-family: verdana, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	caption: Body Text;
	color: #87C8F9;
	margin: 0em, 0em, 0em, 1em;
	 }
	
.sectiontitle { 
	font-family: georgia, serif; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	caption: Section Title;
	color: #660000; 
	margin: 0em, 0em, 0em, 1em;
	text-align:left;
	}
.sectiontitle2 { 
	font-family: verdana, san-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	caption: Section Title;
	color: #660000; 
	margin: 0em, 0em, 0em, 2em;
	}
	
.sectiontitle3 { 
	font-family: verdana, san-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left;
	caption: Section Title;
	color: #CC0000; 
	margin: 0em, 0em, 0em, 0em;
	}
.sectiontitle4 { 
	font-family: verdana, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	caption: Section Title;
	color: #000000;
	margin: 0em, 0em, 0em, 1em; }
	
.sectiontitle5 { 
	font-family: verdana, san-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	caption: Section Title;
	color: #660000; 
	margin: 0em, 0em, 0em, 0em;
	}
.TblOuter {
    border: 1px solid #CFCFCF;  
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;	
	empty-cells: show;
  
}
.tdInner {
    border: 1px solid #CFCFCF;
	border-spacing: 0px;
    padding: 3px;
	border-collapse: collapse;
	empty-cells: show;
 
	}
.tdnavbar{
	background: url(./images/navbar3x1.gif);
	repeat: no-repeat;
	text-align:right;
	
	}