body
{
	background-color: #FFFFCC;
}
.seminarMenu
{
	background-color: #000099;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.seminarMenu:hover
{
	background-color: #000099;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}
.tableHeader
{
	background-color: #000099;
	color: #ffffff;
	font-weight: bold;
}
.subtitle
{
	font-family: Arial, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #000099;
}
.title
{
	font-family: Arial, Arial, Helvetica;
	font-size: 23px;
	font-weight: bold;
	color: #666699;
}
.biotitle
{
	font-family: Arial, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
textarea
{
	font-family: times new roman;
	font-size: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #000099;
}
td
{
	font-family: times new roman;
	font-size: 16px;
	color: #000099;
}
p
{
	font-family: times new roman;
	font-size: 16px;
	color: #000099;
}
.required
{
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}
.copyright
{
	color: #000000;
	font-size: 12px;
	font-weight: lighter;
}
.bodySmall
{
	font-size: small;
}

.button
{
	background-color: #000099;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}
.buttonLink
{
	background-color: #000099;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
	border-style: outset;
	border-width: thin;
}

