@charset "utf-8";
BODY {
	margin-top: 0px; 
	margin-left: 0px;
	margin-right: 0px; 
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: small;
}
.whitleyLeftTile {
	background-image: url(images/whitleyLeftBG.jpg);
	background-repeat: repeat-y;
}
.whitleyRightTile {
	background-image: url(images/whitleyRightBG.jpg);
	background-repeat: repeat-y;
}
p {
	font-family : Tahoma, sans-serif ;
	font-size : 10pt;
	text-decoration: none;
	color: #999999;
}
a {
	color: #d08f43;
	font-size : 10pt;
}
a.footer {
	color: #999999;
	font-size : 10pt;
}
h1 {
	font-family : Tahoma, sans-serif ;
	font-size : 12pt;
	text-decoration: bold; 
	text-align: center;
	color: #d08f43;
}

