body { 
	background-position: center bottom;  
	background-repeat: repeat-y; 
	background-image: url(../images/bgfront.gif);
	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 {color: #7070D0; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;} 
A.menulink:link {color: #FFFFFF; text-decoration: none;}
A.menulink:visited {color: #FFFFFF; text-decoration: none;}
A.menulink:hover {color: #FFFF00; text-decoration: none;}

.spacer {
    padding-top: 5px;
	padding-bottom: 5px;
    padding-right: 5px;
	padding-left: 5px;
}
.spacer-left {
    padding-top: 5px;
	padding-bottom: 5px;
    padding-right: 5px;
	padding-left: 10px;
}
.spacer-right {
    padding-top: 5px;
	padding-bottom: 5px;
    padding-right: 10px;
	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;
}