body {
	background-image: url(gfx/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

td
{
	font: normal 12px/21px georgia, times, "Times New Roman", serif;
	letter-spacing: 1px;
	color: #000;
	vertical-align: top;
}

.solidcell {
	padding: 5px;
	border: 1px solid #B9A894;
	background: #FAF7EC;
	vertical-align: top;
	margin: 5;
}

.bodycopy {
	color: #000;
}

.bodycopy a:link, .bodycopy a:visited {
	text-decoration: underline;
	color: #000;
}  

.bodycopy a:hover, .bodycopy a:visited:hover {
	text-decoration: underline;
	color: #444;
}  

.bodycopysmall
{
	color: #000;
	font-size: x-small;
}

.bodycopysmall a:link, .bodycopysmall a:visited {
	text-decoration: underline;
	color: #000;
}  

.bodycopysmall a:hover, .bodycopysmall a:visited:hover {
	text-decoration: underline;
	color: #444;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}

a:hover, a:visited:hover
{
	text-decoration: underline;
	color: #000;
}

.heading1
{
	color: #000;
	font-size: large;
	font-weight: bold;
	letter-spacing: 1px;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	text-decoration: none;
}

.heading0
{
	color: #000;
	font-size: x-large;
	font-weight: bold;
	letter-spacing: 2px;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	text-decoration: none;
}

.menuheading
{
	color: #000;
	font: normal 14px/21px "Verdana", sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	text-decoration: none;
}

.menuitem {
	color: #000;
	font: normal 10px/21px "Verdana", sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}

.menuitem a:link, .menuitem a:visited {
	text-decoration: none;
	color: #000;
}  

.menuitem a:hover, .menuitem a:visited:hover {
	text-decoration: underline;
	color: #444;
}  
