/* Default CSS Stylesheet for a new Web Application project */

.NormalText
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.ErrorMessage
{
	font-size: 10pt;
	color: red;
	font-family: Arial;
	}
.InputBox, TextArea
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	}
