body, div, p, blockquote, th, td, li {
	/* redundant selectors to help NS4 not forget */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #336666;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	background-color: transparent;
}
a:link {
	color: #336666;
	background-color: transparent;
}
a:active {
	color : #BF5E92;
	background-color: transparent;
}
a:hover {
	color: #BF5E92;
	background-color: transparent;
	text-decoration: underline;
}
.title {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #cccccc;
}
.red_text {
	color: #8b0d0d;
	background-color: transparent;
}
.x-large_bold_red_text {
	color: #8b0d0d;
	font-size: 18px;
	font-weight: bold;
	margin: 5px;
	background-color: transparent;
}
.no_margins {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
h1 {
	font-family: tahoma;
	font-size: 12pt;
	color: #2f7ec4;
	line-height: 100%;
	padding: 0;
	font-weight: bold;
	margin: 5px;
	color: #336666;
}
h2 {
	font-family: tahoma;
	font-size: 10pt;
	color: #2f7ec4;
	line-height: 100%;
	padding: 0;
	font-weight: bold;
	margin: 5px;
	color: #336666;
}
p {
	margin-bottom: 10px;
	margin-top: 10px;
}
.justify {
	text-align: justify
}
