* {
   font-family : Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
	color: #000000;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #5F7546;
	scrollbar-base-color: #5F7546;	
}  

/* Links for Nav bar */
a:link.nav, a:visited.nav {
	color: black;
	font-weight: bold;
	text-decoration: none;	
}
a:hover.nav, a:active.nav {
    	color: black;
	font-weight: bold;
	text-decoration: none;
}
/* Links */ 
a:link, a:visited {
	color: #FC7A1A;
}
a:hover, a:active {
	color: black;
}

small  {
	font-size : 8pt;
	color: black;
}
  
H2  {
	font-size : 18pt;
	font-weight : normal;
	color: #425C25;
}
  
H3  {
	font-size : 14pt;
	font-weight : normal;
	color: #425C25;	
}
  
H4  {
	font-size : 10pt;
	font-weight : bold;
	color: #425C25;	
}
  
.heading2  {
	font-size : 18pt;
	font-weight : normal;
	color: #425C25;	
}
  
.heading3  {
	font-size : 14pt;
	font-weight : normal;
	color: #425C25;	
}
  
.heading4  {
	font-size : 10pt;
	font-weight : bold;
	color: #425C25;	
}
  
hr {
	border: none;
	color: #FC7A1A;
	background-color: #FC7A1A;
	height: 1px;
	padding: 0;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}
}
/* Remove the space at the top AND Botton of ul and ol */
ul.compact_both, ol.compact_both {
	margin-top: 2px;
	margin-bottom: 2px;
}
}

.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_topleft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.page_spacing {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.shaded_table {
	border: none;
	border-collapse: collapse;
}

.shaded_table tr, .shaded_table td {
	border: 1px solid #FC7A1A;
	border-collapse: collapse;
	background-color: #F3FBE9;
        padding: 5px;
}
