﻿.formRow
{
	padding-right:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear:left;
	vertical-align:top;
	font-family:Comic Sans MS;
	font-size: large;
}

.LeftHandImage
{
	float: left;
	padding-right: 5px;
}

.RightHandImage
{
	float: right;
}

.pageTitle
{
	font-style: normal;
	font-size: x-large;
	font-weight: bold;
	color: Black;
	text-align: center;
	font-family:Comic Sans MS;
}

.pageBody
{
	font-size: large;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-align: left;
	font-family:Comic Sans MS;
}

.pageBodyCentered
{
	font-size: large;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-align: center;
	font-family:Comic Sans MS;
}

.pageBodyRight
{
	font-size: large;
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-align: right;
	font-family:Comic Sans MS;
}

.footer
{
	background-color: #f2f2ff;
	width: 99.5%;
	font-size: small;
	font-family:Comic Sans MS;
}

.spanUnderline
{
	text-decoration: underline;
	font-family:Comic Sans MS;
}

.errorText
{
	text-decoration: none;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bolder;
	color: Red;
	font-family:Comic Sans MS;
}

.image
{
	width: 328px;
}

.imageFloatLeft
{
	width: 328px;
	float: left;
}

.imageFloatRigth
{
	width: 328px;
	float: right;
}

