BODY {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
	font-size : 12pt;
}
P {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
	font-size : 12pt;
	background : none;
}
.copy {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	background : none;
}

.head {
	color : orange;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bolder;
	background : none;
}

.subhead {
	color : orange;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	background : none;
	text-align: center;
}

.foot {
	color : orange;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	background : none;
}
.tiny {
	color : blue;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	background : none;
}

A {
	color : #191970;
	background : none;
	font-weight : normal;
	font-size : 10pt;
}

A:HOVER {
	color : black;
	text-decoration : none;
	background : none;
	font-weight : normal;
	font-size : 10pt;
	background : #669966;
}

A.back {
	color : #191970;
	background : none;
	font-weight : bolder;
	font-size : 10pt;
	text-align: center;
}

A.back:HOVER {
	color : black;
	text-decoration : none;
	background : none;
	font-weight : bolder;
	font-size : 10pt;
	background : #669966;
	text-align : center;
}

a.nav:link {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: 669966;
	text-decoration : none; 
	background : none;
}

a.nav:visited {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: 669966;
	text-decoration : none;
	background : none;
}

a.nav:hover {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	background-color: green;
	text-decoration : none;
	color : #191970;
	}


.splashbanner
{
	text-align:right;	
	background-image:none;
	background-color:#AA0000;
	padding:0px;
	font-weight: bold; 
	font-family: Verdena; 
	font-size: 18px; 
	COLOR:#ffffff;
	float:right;
}


.mainDiv
{
  width:170px;
}
.topItem
{
  width:170;
  height:22px;
  cursor:pointer;
  background: #8A7950;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"verdana";
  border:1px solid black; 

}

.topItemLink
{
  width:170;
  height:22px;
  cursor:pointer;
  background: #8A7950;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  border:0px solid green;

}

.topItem A {
	display:block;
	width:170px;
	padding-top:3px;
	height:19px;
	color : white;
	text-decoration : none;
	background : none;
	font-size:12px;
	font-weight:bold;
}

.topItem A:HOVER {
	color : #8A7950;
	text-decoration : none;
	background : #fff;
}

.dropMenu
{
  background:#D9D9D9;
  border-top:1px solid orange;
  border-left:1px solid orange;
  border-right:1px solid orange;
  border-bottom:1px solid orange;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
   text-align:left;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

/* SPRYDEV - ADDED */
.trustpoint-item {display:block;margin-bottom:16px;padding-bottom:8px;border-bottom:1px dotted #8a8;color:#c60;font-style:italic;}
.trustpoint-header {display:block;margin:0px;padding:0px;font-weight:bold;text-transform:uppercase;color:#333;font-style:normal;}
