body {
font: Trebuchet MS;
font-size: 12px;
color: #000;
background: background-image: url(images/Backgrounds/greyslate.jpg);
text-align: left;
margin: 8px;
}

A:link {
	color: #0000CC;
		text-decoration: underline;
}

A:visited {
	color: #0000CC;
		text-decoration: underline;
}
A:hover {
	color: #0000CC;
	text-decoration: underline;bold;
}
A:active {
	color: ##0000CC;
	text-decoration: underline;
}
TD {
	font-size: 11px;
	font-family : "Trebuchet MS", "New York", Arial;
}
#border {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
#border3side {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#content {
	padding-left: 8px;
	padding-top: 12px;
	padding-right: 8px;
}
P {
	font-size: 12px;
	font-family : "Trebuchet MS", "New York", Arial;
}

.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
	padding: 5px;
}

HR {
	color : #006633;
	height : 1px;
}

.leftbg {
background-image: url(images/leftbg.gif);
}
.imagefloatleft {
	display: inline;
	margin: 4px;
	float: left;
	padding: 4;
}
.imagefloatright {
	display: inline;
	margin: 4px;
	float: right;
}
.header {
	font-size: 16px;
}
