body,td,th,option,input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: .04em;
	line-height:130%;
}
/* ensures no margins by default  */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* hides for printing */
.hideforprint {
	display: none;
}
/* background image (hairline) for general pages  */
#internalbg {
	background-repeat: no-repeat;
}
/* background image for home page  */
#homepagebg {
	background-repeat: no-repeat;
}

