
body { 
  background: #FFFF99 url("handpaw_tile2.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  border: none;
  padding: none;
  margin: 0;
}

#mapContainer { 
  height: 550px; 
  width: 600px; 
} 

body, td, th {
	/*color:#99CCCC;*/
	color:#FF9900;
	/*font:Geneva, Arial, Helvetica, sans-serif;*/
	font-family: "Helvetica Neue Light";
}

h1 {
	font-family: "Helvetica Neue Light";
	color: #0000FF;
	/*font:'Futura Medium', Futura-Medium, Futura;*/
}
h2 {
	color:#FF9900;
}

h3, h4, h5, h6 {
	color:#FFCC00;
	}


.style1 {
	color:#FF6600;
	}

A:link { 
	text-decoration: none;
	/*color:#99CCFF;*/
	color:#FF6600;
	font-weight: none
		}
A:visited { 
	text-decoration: none; 
	/*color:#999999;*/
	color:#FF3300;
	font-weight: none;
		}
A:active { 
	text-decoration: none; 
	color:#FFCC66;
	font-weight: none;
		}
A:hover { 
	text-decoration: none; 
	color:#FF3300; 
	font-weight: none;
	}
	
.form {
	font-size:14px;
	font-family: "Helvetica Neue Light";
	outline-color:#FF9900;
	color:#FF9900;
	border-color:#FF9900;
	}
	
.input {
	border-color:#FF9900;
	outline-color:#FF9900;
	}
	
table {
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position:center;
}

.headerText {
font-size:18px;
font-family:"Helvetica Neue Light";
color:#FF9900;
}

.smallText {
font-size:12px;
font-family:"Helvetica Neue Light";
color:#FF9900;
}

.largeText {
font-size:36px;
font-family:"Helvetica Neue Light";
color:#FF9900;
}