﻿/*Styles in this file are referenced by the Rad Editor to show users in the style dropdown.*/
.font1, .font3
{
	font-family: Arial;
	color: #353365;
	font-size: 11px;
}

.font2
{
	font-family: Arial;
	color: #666668;
	font-size: 11px;
}

.font1
{
	font-weight: bold;
}

.header1
{
	font-family: Arial;
	font-weight: bold;
	color: #353365;
	font-size: 115%;	
}

.errorMessage
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: Red;
}

.errorMessageSmall
{
	font-family: Arial;
	font-size: 9px;
	font-style:italic;
	color: Red;
}

.resultMessage
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: Blue;
}
