body {
	background: #666600 repeat;
	padding: 0;
	margin: 0;
}

.bodyTable {
	background-color: #A5A65A;
	line-height: normal;
	font-Family:"Times New Roman", Times, serif;
	color: #333300;
}

.bodyText {
	line-height: normal;
	font-Family:"Times New Roman", Times, serif;
	color: #333300;
}

.bodyHead {
	color: #cc3300;
	font-weight: bold;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #CCCCCC;
}

.disclaimer {
	font-size: smaller;
	font-style:italic;
	color:#660;
}

a {
	color: #666600;
	text-decoration: none;
}
a:hover {
	color: #666600;
	text-decoration: underline;
}
a:visited {
	color: #666600;
	text-decoration: none;
}
a:active {
	color: #666600;
	text-decoration: underline;
}

a.heading {
	color: #003300;
	text-decoration: none;
}
a.heading:hover {
	color: #003300;
	text-decoration: underline;
}
a.heading:visited {
	color: #003300;
	text-decoration: none;
}
a.heading:active {
	color: #003300;
	text-decoration: underline;
}

.attention {
	font-style:italic;
	color:#000;
	padding: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
.knockOutQuote {
	color: #FFF;
	background-color: #660;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
