/* CSS Document */
body {
	background-color: #DED9C3;
}

.submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small; 
	color: #482C2B;
}

A.submenu:link {
	text-decoration: none; 
	color: #000000
}

A.submenu:active {
	text-decoration: none; 
	color: #000000
}

A.submenu:visited { 
	text-decoration: none; 
	color: #9B3E1D
}

A.submenu:hover {
	text-decoration: underline; 
	color: #9B3E1D
}

.bodyheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #482C2B;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	color: #482C2B;
}

.bodytextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	color: #482C2B;
	font-weight: bold;
}

.stretchtd-left {
	background-image:  url(../images/body.strech.left.gif);
	background-repeat: repeat;
	background-position: left;
	width: 11px;
}

.stretchtd-right {
	background-image:  url(../images/body.stretch.right.gif);
	background-repeat: repeat;
	background-position: right;
	width: 10px;
}

.lowerstretchtd-left {
	background-image:  url(../images/lower.stretch.left.gif);
	background-repeat: repeat;
	background-position: left;
	width: 11px;
}

.lowerstretchtd-right {
	background-image:  url(../images/lower.stretch.right.gif);
	background-repeat: repeat;
	background-position: right;
	width: 10px;
}
