﻿BODY 
{
	font-family: Verdana;
	font-size: 14px;
	color:black;
	margin: 5px;
}

.mstrLink
{
	color: Blue;
	font-weight: bold;
	text-decoration: underline;
}

.mstrTop
{
	color: White;
	background-image: url(/Images/bc_titlebar.jpg);
	height: 145px;
}
.mstrTopLink
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color:White;
}
.mstrBottom
{
	font-size: 10px;
	color:White;
	background-color:#000066;
}
.mstrBottomLnk
{
	color:White;
	font-weight: bold;
	text-decoration: underline;
}
.mstrLeft
{
	width: 120px;
	color:black;
	background-color:#AAAAEE;
}
.mstrCenter
{
	width: 99%;
	padding: 4px;
	color:black;
	background-color:#EEEEFF;
}
.mstrRight
{
	width: 1%;
	color:black;
	background-color:#AAAAEE;
}

.mstrForm
{
	border: solid 1px navy;
	background-color: #CCCCFF;
}

.regHelp
{
	font-size: 0.8em; 
	color: darkred;
	font-weight: bold;
}

.imgLeft
{
	padding: 5px; 
	float: left;
}
.imgRight
{
	padding: 5px; 
	float: right;
}
