body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.mainRegular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.mainBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.mainOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CC9900;
}
.mainHeadingUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.yellowLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFF99;
}
.whiteLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.blogDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.blogHeader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #060;
}
regularText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}
.requiredField {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FF0000;
}
.secondTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #006600;
}
.whiteBackground {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.normalMaroon {
color: #660000
}
.normalGreen {
color: #009900
}
.normalGray {
	color: #333333;
	font-size: small;
}
.tdLeftRightBorder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
.rdRightBorder {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	padding: 5px;
}
.imageCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	padding-bottom: 2px;
}
.whiteLinkSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #666;
}
.smallText {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
/* Browser specific (not valid) styles to make preformatted text wrap */
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: normal;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	font-family: Arial, Helvetica, sans-serif;
}
