/* basic elements */
body { 
	color: #000000; 
	background: #fff url('bk1.gif'); 
	margin: 10px; font-style:normal; font-variant:normal; font-weight:normal; line-height:13pt; font-size:10pt; font-family:arial 
	}
p { 
	font: 10pt/13pt arial; 
	margin-top: 0px; 
	text-align: justify;
	}
h1 { 
	font: bold 16pt arial; 
	letter-spacing: 1px; 
	margin-bottom: 1px; 
	text-align: center;
	color: #1d4fb4;
	}
h3 { 
	font: italic bold 12pt arial; 
	letter-spacing: 1px;
	margin-top: 20px; 
	margin-bottom: 3px; 
	text-align: left;
	color: #000000;
	}
h4 { 
	font: bold 12pt arial; 
	letter-spacing: 1px; 
	margin-bottom: 7px; 
	color: #587b39;
	}	
h5 { 
	font: italic bold 10pt arial; 
	letter-spacing: 1px; 
	padding-left: 15;
	margin-bottom: 3px; 
	color: #333333;
	}	
h6 { 
	font: bold 10pt arial; 
	text-align: justify;
	margin-bottom: 4px; 
	padding-left: 30;
	padding-right: 30;
	color: #333333;
	}	
.module { 
	text-align: justify;
	margin-bottom: 4px; 
	padding-left: 50;
	padding-right: 30;
	color: #333333; font-variant:normal; font-size:10pt; font-family:Arial; font-style:italic; font-weight:bold
	}
.bold { 
	text-align: justify;
	margin-bottom: 4px; 
	padding-left: 0;
	padding-right: 0;
	color: #000000; font-variant:normal; font-size:10pt; font-family:Arial; font-weight:bold
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #415f26;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #415f26;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #1d4fb4;
	}
ul {
	list-style-image: url('bullet2.gif');
	vertical-align: 2;
	margin-left: 10;
	padding-left: 20;	
	}
ul li li	{
	list-style-image: url('bullet1.gif');
	vertical-align: 2;
	margin-left: 0;
	padding-left: 0;		
ol {
	list-style-type: "a";
	font: bold 10pt arial;
	margin-left: 10;
	padding-left: 20;
	}	
ol li	{
	padding-bottom: 5;
	text-align: justify;
	}
hr {
	border: 4px dotted #e8aa06;
	width: 100%;
	height: 3px
	}	

.thumbnail{
position: relative;
z-index: 0;
}

:hover.thumbnail{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

:hover.thumbnail span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

	