
html {
	padding:0; 
	margin:0;
	border:0;
	background:#fff;
	font-size:10pt;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	}

body {
	padding:0;
	margin:0;
	border:0;
	font-size:10pt;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;	
	}

#content {
	display:block;
	position:relative;
	z-index:3;
	word-wrap:break-word;
	font-size:10pt;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	width:100%;
	}
	
#content td {
	margin-left:0px;
	font-weight:normal;
	font-size:10pt;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	}

A:link, A:visited {font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; font-weight: bold; text-decoration: none; color: #498E7D}
A:hover, A:active {font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; font-weight: bold; text-decoration: underline; color: #000000}
		
#content .border {
	border: 2px solid #A49D1F;
	}

#content td.bottomborder {
	border-bottom: 1px solid black;
}	

#content td.leftborder {
	border-left: 1px solid black;
}	

#content td.leftrightborder {
	border-left: 1px solid black;
	border-right: 1px solid black;
}	
#content td.leftbottomborder {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}	

#content td.leftbottomtopborder {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}	

#content td.leftrightbottomborder {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}	
#content td.topbottomborder {
	border-top: 2px double black;
	border-bottom: 1px solid black;
}		
#head {
	display:none;
	}
	
#printhead {
	height:0px;
	background:#fff;
	font-size:20pt;
	color:#000;
	}
	
#printfoot {
	height:50px;
	background:#fff;
	color:#000;
	text-align:left;
	font-size:10pt;
	margin-top:20px;
	}
	
#foot {
	display:none;
	}
	