@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #CE0D15;
}
a:active {
	text-decoration: none;
	color: #CE0D15;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
.headerLinks {
	letter-spacing: 0px;
}
.copyright {
	color: #999;
	/letter-spacing: 1px; 
	font-size: 11px;
}
.headerLinkGap {
	word-spacing: 10px;
}
.paragraphIndent {
	text-indent: 20px;
	letter-spacing: 1px;
}
.paragraphIndentTwo {
	text-indent: 20px;
	letter-spacing: 1px;
}


