body {
	margin-left: 50px;
	margin-right: 50px;
}
	 
ol.roman-upper {
	list-style: upper-roman;
}
	  
ol.roman-lower {
	list-style: lower-roman;
}
	  
ol.alpha-upper {
	list-style: upper-alpha;
}
	  
ol.alpha-lower {
	list-style: lower-alpha;
}
	  
ol.order {
	list-style: decimal;
}
	  
ul {
	list-style-type: disc;
}
	
ul.simple {
	list-style-type: none;
}	
	    
ul.toc {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	list-style-type: none;
	line-height: 175%;
	font-size: 1em;
}
	  
img {
	border: 0px;
}
 
img.inline-graphic {
	display: block;
	padding: 10px;
}
	  
.boxed {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	border: 1px solid #dcd8cc;
	padding: 8px;
	margin: 1px;
	width: 100%;
}

p.pdf {
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	font-weight: bold;
}

p.return {
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	font-weight: bold;
}
	  
hr {
	height: 0px;
   border: 0px;
	border-top: 1px dotted #6cae49;
}
	  	  
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 125%;
	color: #7f984d;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #dcd8cc;
	border-right-color: #dcd8cc;
	border-bottom-color: #dcd8cc;
	border-left-color: #dcd8cc;
	margin: 1px;
	padding: 4px 0px;
	height: auto;
	width: auto;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	padding: 0px;
	border: none;
	color: #666666;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #996600;
}

h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 95%;
	font-style: italic;
}

h4.documenttype
	{
	text-align: right;
}
	
h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
}

h6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #666666;
}

p,li,.sect,.toc {
	font-family: Verdana, Arial, sans-serif;
	font-size: 95%;
}

li p {
	margin-top: 0.00em;
	margin-bottom: 0.3em;
}
	  
strong.bold {
	font-weight: bold;
} 
 
em.underline {
	font-style: normal;
	text-decoration: underline;
}
	
em.italic {
	font-style: italic;
}
	
strong {
	font-weight: bold;
}
	
table {
	margin-bottom: 20px;
	caption-side: top;
	empty-cells: hide;
	border-color: #000000;
	border-collapse: collapse;
}
	
table th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	padding: 5px;
	border-color: #000000;
}
	
table td {
	padding: 5px;
	border-color: #CCCCCC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
}
	
table caption {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}
	
table caption p {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
	
dl dt {
	font-weight: bold;
}
	
dl dd {
	margin-left: 0px;
}
	
dl dd p {
	margin-top: 0px;
}
	
a:link {
	color: #3c81a9;
}

a:visited {
	color: #3c81a9;
}

a:hover {
	color: #7b431e;
	background-color: #efe4be;
}

