body {
	background-color:White;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	font-size:12px;
}

td {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
}

label {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}

.PageHeader
{
	font-weight:bold;
	font-size:28px;
}

.TextBoxInvalid
{
	color:red;
	font-weight:bold;
}

.SignupHeader
{
	font-weight:bold;
	font-size:18px;
	background-color:#B0C4DE;
	text-align:center;
}

.SignupDesc
{
	font-weight:bold;
	font-size:14pt;
}

.SignupReq
{
	color: red;
}

.BoldText
{
	font-weight:bold;
}

.RegularText
{
	font-weight:normal;
	font-size:12px;
}

.LargerText
{
	font-size:16px;
}

.ItalicsText
{
	font-style:italic;
}

.MenuButton
{
	background:#4682b4;
	color:white;
	padding:2px 6px 2px 6px;
	cursor:pointer;
}

.MenuButtonHover
{
	background:#B0C4DE;
	color:black;
	padding:2px 6px 2px 6px;
	cursor:pointer;
}

.MenuSpacer
{
	height:5px;
}

.NoScriptMenuText
{
	color:white;
	text-decoration:none;
}