/* Default CSS Stylesheet for a new Web Application project */
.HeaderText
{
	font-weight: bold;
	font-size: large;
	font-family: Tahoma;
}
.NormalHeadings
{
	font-size: x-small;
	font-family: Tahoma;
	text-align: left;
}
.BoldHeadings
{
	font-weight: bold;
	font-size: x-small;
	font-family: Tahoma;
	text-align: left;
}
.DataEntry
{
	font-size: x-small;
	width: 250px;
	font-family: Tahoma;
}
.MultiLineEntry
{
	font-size: x-small;
	width: 600px;
	font-family: Tahoma;
}
.SurveySpecHeader
{
	font-weight: bold;
	font-size: medium;
	font-family: Tahoma;
}
.HorizontalLine
{
	font-weight: bold;
	color: lightgrey;
}
.ErrorText
{
	font-weight: bold;
	color: #228b22;
	font-family: Tahoma;
}


