.text {
	font-family: Arial;
	font-size: 12px;
	color: #336699;
	cursor: crosshair;
	text-align: justify;
}
.small_txt {
	font-family: Arial;
	font-size: 10px;
	color: #336699;
	cursor: crosshair;
	text-align: justify;
}

.red_txt {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	cursor: crosshair;
	text-align: justify;
}

.textarea {
	height: 275px;
	width: 200px;
	border: none;
	font-family: Arial;
	font-size: 12px;
	color: #336699;


}
.textareaBold {
	height: 275px;
	width: 200px;
	border: none;
	font-family: Arial;
	font-size: 12px;
	color: #336699;
	font-weight: bold;

}

input.btn
{ font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 8pt; 
  font-weight: normal;
  text-decoration: none;
  background: #ffffff;
  color: #000000; 
  border-color: #000000;
  border-style: solid;	
  border-width: 1; 
}
