.textBold {
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;	
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.textReg {
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;	
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.textRegLt {
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;	
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.textRegOr {
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;	
	font-style: normal;
	font-weight: normal;
	color: #F98513;
}
.header {
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;	
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


.subHeader {
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;	
	font-style: normal;
	font-weight: normal;
	color: #8B8D90;
	
}

.textArea {
	width: 100px;
	
	font-size: 9px;
	background:ffffff;
	color:#787A7D;
}
 /* links  */
a:link {
	color:#0000FF;
	background: transparent;
	text-decoration:none;
	font-family:Verdana, Arial, sans-serif;
	 font-size: 10px; 
	font-style: normal;
	line-height: 14px;
	/*font-weight: normal;*/
}

a:visited {
 	 color:#A9ABAE;
 	 background:  transparent;
 	 text-decoration:none;
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	/*font-weight: normal;*/
}

a:active {
  color:#A9ABAE;
  background:  transparent;
  text-decoration:none;
  font-family:Verdana, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
	line-height: 14px;
	/*font-weight: normal;*/
}

a:hover {
  color:#F98513;
  background:  transparent;
  text-decoration:none;
	font-family:Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	/*font-weight: normal;*/
}

