/*  Font for Select Link */
.formLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
/*  Formatting for textarea */
.txtBox {
	overflow-y: hidden;
	border-style: inset;
	border-width: 2px;
	border-color: #000099;
	background-color: #E3E3E3;
	padding: 2px;
	height: 95px; /* Adjust the height to content!!! */
	width: 500px; /* Adjust the width to content!!! */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
}