/***********
Do Not Edit Unless Client Has Custom Handheld Site - These are default styles for basic handheld styles included with all sites.
***********/
* {
	padding: 0px;
	margin: 0px;
}
#site {
	font-family: sans-serif;
	color: #000;
	background-color: #FFF;
	font-size: large;
	line-height: 80%;
}
#site h1, h2 {
	font-size: x-large;
}
#site h3, h4, h5 {
	font-size: large;
}

