td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   color: #333333;
}


a {  color: #0099cc; text-decoration: underline}
a:visited { text-decoration: none}
a:hover {  color: #000000}

.heading {
	color : #C2A27F;
   font-size: 14px; 
   font-weight: bold;
}
.whiteheading {
	color : #FFFFFF;
   font-size: 15px; 

}
.bolditalic {
	   font-weight: bold;
   font-style: italic; 

}
.subheading {
 color : #000000;
 font-size: 12px; 
 font-weight: bold
}
.link {
    color : #000000;
	text-decoration : underline;	
}
.link:hover {
	text-decoration : none;
	background-color: #1087C3
}
.undelinelink {
 color: #1087C3;
 text-decoration: underline;
 }
 .undelinelink:visited {
 color: #999999;
 text-decoration: underline;
 }

.txtindent {
 padding-left:8;
}

.wrapleft { border:0;float:left}
.wrapright { border:0;float:right}

.borders {
	border : 1px solid #666666;
}
.border-dub {
	border : 3px solid #666666;
	border-style : double;
}
td {  }
.small {  font-family: Arial, Helvetica, sans-serif; font-size: xx-small}
.headingblack {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold}
.headingblacksmall { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold }

.description {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt}



