.headingText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #000000;
}
.standardText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #000000;
}
.lightText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #666666;
}
.indentText {
	position: relative;
	left: 10px;
}

.indentTextLight {
	position: relative;
	left: 10px;
	color: #666666;
}

.lightTextExt {
	color: #666666;
}

.lightLinkExt:link {
	text-decoration: none;
	color: #666666;
}
.lightLinkExt:visited {
	text-decoration: none;
	color: #666666;
}
.lightLinkExt:hover {
	text-decoration: underline;
	color: #666666;
}

.standardLinkExt:link {
	text-decoration: none;
	color: #000000;
}
.standardLinkExt:visited {
	text-decoration: none;
	color: #000000;
}
.standardLinkExt:hover {
	text-decoration: underline;
	color: #000000;
}

.standardLink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0px;
}
.standardLink:link {
	text-decoration: none;
}
.standardLink:visited {
	text-decoration: none;
}
.standardLink:hover {
	text-decoration: underline;
}

.formTextbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #000000;
	border: 1px solid #666666;
}

UL {
	margin-top: 0px;
	margin-bottom: 0px;


}

LI {
	margin-top: 0px;
	margin-bottom: 0px;


}
.formSubmitBtn {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #000000;
	border: 1px solid #666666;
}
.warningText {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #990000;
}

.warningLinkExt:link {
	text-decoration: none;
	color: #990000;
}
.warningLinkExt:visited {
	text-decoration: none;
	color: #990000;
}
.warningLinkExt:hover {
	text-decoration: underline;
	color: #990000;
}

.messageThread {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #660000;
	text-transform: uppercase;
	text-decoration: none;
}

.messageThread:link  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #660000;
	text-transform: uppercase;
	text-decoration: none;
}

.messageThread:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #660000;
	text-transform: uppercase;
	text-decoration: none;
}

.messageThread:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #660000;
	text-transform: uppercase;
	text-decoration: underline;
}

.messageAuthor {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #666666;
}

.messageTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

.messageTitle:link  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

.messageTitle:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

.messageTitle:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-decoration: underline;
}

.messageTopicLink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}

.messageTopicLink:link  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}

.messageTopicLink:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}

.messageTopicLink:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-decoration: underline;
}

.messageText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.messageIndent {
	position: relative;
	padding-left: 10px;
}