/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

p, td {
     font: 10pt Arial, Helvetica, sans-serif;
	 color:#000000;
	 line-height:1.4;
}

a {
     font: 10pt Arial, Helvetica, sans-serif;
	 color:#000000;
	 font-weight: normal;
	 text-decoration: none;
}
.greenTitle {
     font: 10pt Arial, Helvetica, sans-serif;
	 color:#61ba4d;
	 font-weight:bold;
}
.smallText {
     font: 8pt Arial, Helvetica, sans-serif;
	 color:#000000;	  
}

.aboutBg {background-image : url(images/about-bg.jpg); background-repeat : no-repeat;}
.staffBg {background-image : url(images/staff-bg.jpg); background-repeat : no-repeat;}
.pricesBg {background-image : url(images/prices-bg.jpg); background-repeat : no-repeat;}
.locationBg {background-image : url(images/location-bg.jpg); background-repeat : no-repeat;}
.contactBg {background-image : url(images/contact-bg.jpg); background-repeat : no-repeat;}
