



a.body2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
}
a.body2:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
	}
a.body2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.body2:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
	}

.NavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;

}
.bodytext1, .bodytext2,.bodytext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
.bodytext2, .bodytext3 {
	color: #191970 ;
}
a.bodytext2:link {
	color: blue ;

}

.bodytext3 {
	font-size: 20px;
	color: #000000 ;
}

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.tabletextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

a.copy:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.copy:visited {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.copy:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FB9D00;
	text-decoration: none;
}
a.copy:active {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.copytext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.mainindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
}
/* This to give a border to the home page images
<div class="styled">This ''div'' is styled using the CSS border-style property. Try changing 
the value to see the effect it has on the border styles of each side of the div.</div>
*/

.borderstyle {
    display: block;
    margin-left: auto;
    margin-right: auto;

  border-width:medium;
  border-color:#ff9900;
  border-style: solid;
  border-padding:1px;
  -moz-border-radius:6px; 
  border-radius:6px; 
  }
