﻿body
{
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: smaller;
	background: #ffffcc;
}
.WebsiteTitle
{
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-size: Larger;
	color:White;
	font-weight:bold;

}
p.personalText
{
	font-family:Times New Roman, Times Roman, Serif;
	font-size:larger;
	font-style:italic;
}
table.headerfooter
{
	background:#804000;
}
table.headermenu
{
	background:#FFE48A;
}
table.inputForm
{
	background:#FFE48A;
}
td.ListHeading
{
	font-weight:bold;
	background-color:#804000;
	color:#F7F8C2;
}
p.footer
{
	color:#F7F8C2;
	font-size:smaller;
}
.errorMessage
{
	color:Red;
	font-weight:bold;
}
.successMessage
{
	color:Green;
	font-weight:bold;
}
a
{
	color:#804000;
	text-decoration:none;
}
a.showUnderline
{
	color:#804000;
	text-decoration:underline;
}
a.visited
{
	color:#804000;
	text-decoration:none;
}
h1
{
	font-size:x-large;
	color:#804000;
}
h2
{
	font-size:large;
	color:#804000;
}
h3
{
	color:#804000;
}
table.inputForm
{
}