/***********************************************/
/* HTML and Selector tag styles */
/***********************************************/

body {
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
a:link {
	color: #993300;
}

a:visited {
	color: #993300;
}

a:hover {
	color: #996600;
}
	
input {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
} /* This is where you can define the field look for your forms */

textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	border: thin solid #999999;
} /* This is where you can define the field look for your forms */

select {
	font-size: 11px;
	color: #333333;
} /* This is where you can define the dropdown look for your forms */

.error {
	font-size: 9.5px;
	color: #CC3300;
}