/* CSS Document */

body,td,th {
	color: #000000;
}
a:link {
	color: #cc0000;
}
a:visited {
	color: #9900CC;
}
.red {color: #cc0000}
.imageBorder {
	border: medium outset #000000;
	margin-right: 1em;
}
body {
	background-image: url(../images/bkgrnd1.gif);
	background-repeat: repeat-y;
}
/*h3 {
	color: #CC0000;
}*/
.float-left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.clear-fix {
	clear: both;
}
img.float-left {
	width: 180px;
}
