/* 
** Safe for Netscape 4 and other browsers that don't understand @import
** Look for override in @imported stylesheet
*/
body, th, td, dd, ol, ul, li, p {
	font-family: Arial, Helvetica, Sans-serif;
}
	h1, h2, h3, h4, h5, h6 {
		font-family: Tahoma, Arial, Helvetica;
	}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
h1 {
	font-size: 150%;
	font-weight: bold;
		margin: 0;
		padding-top: 0.7em;
}
h2 {
	font-size: 120%;
	font-weight: normal;
}
h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img {
	border: 0;
}
th, td, dd, ol, ul, li {
	font-size: 80%;
	line-height: 120%;
}
p {
	font-size: 80%;
	line-height: 120%;
}
strong, b {
	font-weight: bold;
}