/* Print CSS Document */

.doNotPrint{
	display: none;
}
#content{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 12px;
	
}	
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
}

img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
table, table td, table th{
	border: solid 1px #333333;
}
