body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-top: 0px;
	background-color: #CD853F;
	background-image: url();
}
.copyright {
	font-size: .6em;
}
a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #008000;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.BigBrown {
	font-size: 1.2em;
	font-weight: bolder;
	color: #8A5724;
}
.MouseType {
	font-size: .8em;
}
.GraphicBorder {
	border: 1px solid #000000;
}
.BigGreenText {
	font-size: 1.2em;
	font-weight: bolder;
	color: #336633;
}
.RedText {
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
h1 {
	font-size: 13px;
}
.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}