/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;	
}

.heading-gray {
	font-family: Arial;
	font-weight: bold;
	color: #404040;
	font-size: 20px;
	padding-bottom: 0px;
}

.heading-olive {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #75A116;
	font-size: 22px;
	padding-bottom: 0px;
}

