/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/2home_bgfiller.jpg);
	background-repeat:repeat-x;
}
.norepeat{
	background-repeat:no-repeat;
}

.contactDetails {
	color: #64a2a1;
	font-size: 14px;
	font-family: "Palatino Linotype";
}
.contactname {font-size: 18px}
.footerText {
	color: #037675;
	font-size: 10px;
	font-family: Arial;
}


a.foot:link {text-decoration: none;color:#037675;}
a.foot:visited {text-decoration: none;color:#037675;}
a.foot:active {text-decoration: none;color:#037675;}
a.foot:hover {text-decoration: underline;color:#037675;}