/* CSS Document */

body {
	background-image:url(images/backgroundfade.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#444444;
}

h1 {
	font-size:14px;
	color:#555555;
	font-weight:bold;
}

.rightshadow {
	background-image:url(images/border-right-repeat.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-repeat:repeat-y;
}

.leftshadow {
	background-image:url(images/border-left-repeat.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-repeat:repeat-y;
}

.contactdetails {
	color:#FFFFFF;
	font-size:10px;
}

.highlight {
	color:#5A772F;
	font-size:14px;
	font-weight:bold;
}