/********************************************

	LAST MODIFIED:		Aug-14-2007	          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 



/* links */
a {
	color:#413F03;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	background-color: inherit;
	text-decoration: underline;
}
h1 {
	font-size: 18pt;
	color: #666600;
} 
h2 {
	font-size: 14pt;
	color:#413F03;
}
h3 {
	font-size: 12pt;
	color:#413F03;
	letter-spacing: 0px;
}

p, h1, h2, h3 {
	margin: 10px 15px;
	padding: 0;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}
.trigger /* images */

a.highlighted {
	border: none;
}
img.float-right {
	margin: 5px 0px 5px 15px;
	float: right;
}
img.float-left {
	margin: 5px 15px 5px 0px;
	float: left;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #413F0C;
	line-height: normal;
	font-variant: normal;
	text-align: inherit;
	word-spacing: normal;
}
.float-left-home {
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
}
