body, content, normal {
	font-family: arial,verdana,halvetica,sans-serif;
	font-weight:normal;
	color:#4B4C4C;
	font-size: 11.5pt;
	text-decoration: none;
}
td {
	font-weight:normal;
	font-size: 9pt;
	text-decoration: none;
}
a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.bold {
	font-weight: bold;
}
.hide {
	display: none;
}
.Heading, a.heading:link, a.heading:visited, a.heading:hover {
	font-weight: normal;
	font-size: 15pt;
}
.subheading, a.subheading:link, a.subheading:visited, a.subheading:hover {
	font-size: 11pt;
	color: #7FB2CC;
}
.subheadingbold, a.subheadingbold:link, a.subheadingbold:visited, a.subheadingbold:hover {
	font-size: 11pt;
	font-weight: bold;
	color: #7FB2CC;
}
.small, a.small:link, a.small:visited, a.small:hover {
	font-size : 8pt;

}
.altcolor {
	color: #B74C4C;
}
.footer, a.footer:link, a.footer:visited, a.footer:hover {
	font-family: arial,verdana,halvetica,sans-serif;
	font-size : 7pt;
	color: #FFFFFF;
}

.inputbox {
	font-size : 8pt;
	background: #ffffff;
	color: #000000;
	border-color: #7FB2CC;
	border-top: 1px solid #7FB2CC;
	border-right: 1px solid #7FB2CC0;
	border-bottom: 1px solid #7FB2CC;
	border-left: 1px solid #7FB2CC;
	height: 16px;
}
.textarea {
	font-size : 8pt;
	background: #ffffff;
	color: #000000;
	border-color: #7FB2CC;
	border-top: 1px solid #7FB2CC;
	border-right: 1px solid #7FB2CC0;
	border-bottom: 1px solid #7FB2CC;
	border-left: 1px solid #7FB2CC;
}

.altcolorRed {
	color: Red;
}
.altcolorBlue {
	color: #2F9ED4;
}