body {
	background-color: #663333;
	margin: 0px;



}

body, td, th {
	color: #663333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;

}

a {
	color: #336699;
	text-decoration: none;


}

a:hover {
  color: #006600;
}
.marginText {
	color: #FFFFFF;
	font-family: "Palatino Linotype";
	font-size: 11px;
}
.bottomText {
	color: #CC9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 8px;


}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #663333;

}
h2 {

	font-size: 14px;
	font-weight: bold;
	color: #333366;
}
h3 {


	font-size: 12px;
	font-weight: bold;
	color: #336699;
}

.imageFloatRight {
	align: right;
	float: right;
	margin: 3px;

}

.imageFloatLeft {
	align: left;
	float: left;

}
.formLink {
	font-weight: bold;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: square;
	font-size: 11px;
	font-weight: normal;

}
.checkboxList {
	list-style-image: url(images/checkbox.gif);
}
.noBulletList {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;

}
.listTable {
	padding: 0px;

}
.listTableTopLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663333;
	border-right-color: #663333;
	border-bottom-color: #663333;
	border-left-color: #663333;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}
.listTableBottomLine {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663333;
	border-right-color: #663333;
	border-bottom-color: #663333;
	border-left-color: #663333;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;


}
