body
{
	font-weight: normal;
}

.blackHeading {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
}
.sidebarHead {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: overline;
	margin-bottom: 2px;
}
.sidebarText {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;
	text-align: center;
}
.subheading {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CE0020;
	border-top-width: medium;
	border-top-color: #000000;
	border-top-style: solid;
}
.formText {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
.sidebarTextBold {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
.sidebar2head {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: overline;
}
.bodyText {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}
.sidebarTextblack {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
.subheadingLight {
	font-weight: bold;
	background-color: #CCCCCC;
	font-size: x-small;
	padding-top: 4px;
	padding-bottom: 4px;
}
.formTextShaded {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	background-color: #E6E6E6;
}
.note {
	font-family: Georgia, "Bookman Old Style", "Century Schoolbook", Textbook, serif;
	font-size: 12px;
	color: #666666;
	background-color: #D6CEBE;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-bottom-color: #000000;
	list-style-position: inside;
	list-style-image: url(../images/note.gif);
	clear: left;
	float: left;
	margin: 2px;
}

.help
{
	font-family: Georgia, "Bookman Old Style", "Century Schoolbook", Textbook, serif;
	font-size: 12px;
	color: #666666;
	list-style-position: inside;
	cursor: help;
}

