﻿.TitleFont
{
	font-size: 20px; 
	font-family: "Verdana"; 
	color: #660099;
}

.HeaderFont
{
	font-size: 16px;
	font-family: "Verdana";
	color: #660099;
	font-weight: bold;
}

.DefaultFont
{
	font-size: 14px;
	font-family: "Verdana";
	color: #660099;
}

.DefaultFontWhite
{
	font-size: 14px;
	font-family: "Verdana";
	color: #FFFFFF;
	background-color: #660099;
}

.FontBold
{
	font-size: 14px;
	font-family: "Verdana";
	color: #660099;
	font-weight: bold;
}

.DefaultFontBold
{
	font-size: 12px;
	font-family: "Verdana";
	color: #660099;
	font-weight: bold;
}


.SmallFont
{
	font-size: 10px;
	font-family: "Verdana";
	color: #660099;
}

.FloatRight
{
	float: right;
}

.SummaryTable
{
	border: solid 1px rgb(102,0,153);
}

.ContactInput
{
	width: 400px;
}

.RedFont
{
	color: Red;
}

.RedBorder
{
	border: 1px solid #ff0000;
}

.AlignCenter
{
	text-align: center
}

.AlignRight
{
	text-align: right;
}
