body {
	background-image: url(images/bg_slice.jpg);
	background-repeat: repeat-x;
}

#main-table {
	font-family: Verdana;
	font-size: 12px;
	color: #777A7B;
	border: 3px solid #767b1f;
	background-color: #FFFFFF;
}
.bg-colour {
	background-color: #91971f;
}
.padding {
	padding-left: 10px;
}

a:link{ color:#777A7B; text-decoration:underline;}
a:visited { color:#777A7B; text-decoration:underline;}
a:hover { color:#777A7B; text-decoration:none;}
a:active { color:#777A7B; text-decoration:underline;}