body { 
	background-color:#e5ecd4;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;		
	}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 4px;
}
A:link { text-decoration: none; color: #993300}
A:visited { text-decoration: none; color: #993300}
A:active { text-decoration: none; color: #999999;}
A:hover { text-decoration: none; color: #999999;}	 
A.menulink:link {color: #FFFFFF; text-decoration: none;}
A.menulink:visited {color: #FFFFFF; text-decoration: none;}
A.menulink:hover {color: #FFFF00; text-decoration: none;}

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 3px;
}

img.bground
{
position:center;
z-index:-1
repeat: repeat-y; 
image: url(../images/pagebg.gif);
}
.spacer-left {
	padding-left: 5px;
}
.spacer-right {
	padding-right: 5px;
}
.spacer {
    padding-right: 5px;
	padding-left: 5px;
}
.border-all {
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}