/* CSS Document */
body{ width:650px; padding-left:25px; padding-right:25px;}
*, td{vertical-align:top; margin-left:5px; margin-right:5px; font-family:"Times New Roman", Times, serif;}
.breakhere {page-break-before:always; page-break-inside:auto;}
table{page-break-inside:auto;}
.noprint {
	display: none;
}
h1  {
	font-size: 20px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #ADA283;
}

h2  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:	17px;
	color: #D72B2C;
	padding-bottom: 5px;
}
a {
	color: #D72B2C;
}
ol {
	padding-right: 15px;
	display:block;
}
li{
	padding-bottom: 10px;
	list-style-position: outside;
	
}
#content img {
	margin: 5px;
	border: 2px solid #ADA283;
}