@charset "UTF-8";
body  {
	font: 11px "Trebuchet MS", Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #72715A;
}
img { 
	border:0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
h1 {
	font-size: 19px;
	font-weight: bold;
	color: #72715A;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #670134;
}
a:visited, a:link {
	color: #680235;
	text-decoration: underline;
}
a:hover {
	color: #3D3D3D;
	text-decoration: none;
}
td {
	vertical-align: top;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #660033;
}
.header {
	background-color: #FFFFFF;
	display: block;
	height: 120px;
	text-align: center;
	padding-top: 9px;
}
.footer {
	color: #FFFFCC;
	padding-top: 5px;
}
.h2ish {
	font-size: 15px;
	font-weight: bold;
	color: #660033;
}
.alignRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
