h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 140%;
	font-weight : bold;
	color: #006030;
	padding: 2px;
	background-color : #F2FAF5;
	border : 1px solid #A3C0B3;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-weight : bold;
	color: #006030;
	padding-bottom : 2px;
	border-bottom : 1px solid #A3C0B3;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 110%;
	font-weight : bold;
	font-style : italic;	
	color: #006030;
	padding-bottom : 2px;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : bold;
	color: #006030;
	padding-bottom : 2px;
}

.Quote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	color: #006030;
	padding-bottom : 2px;
	border : 1px solid #A8BBB2;
	font-style : italic;
	margin-left : 25px;
}

.Code {
	color:black;
	font-family:'Courier New', 'Courier', 'Serif';
	font-size:10pt;
	border: 1px solid black;
	padding: 3px;
	background: #FFFFCC;
}

.Note {
	color:black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
	border: 1px solid black;
	padding: 3px;
	font-weight : bold;	
	font-style : italic;	
	background: #FFFFDB;
}

.Highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	background-color: #EFF1F0;
	border: 1px solid #669966;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.Tip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EFF1F0;
	text-align: center;
	vertical-align: middle;
}

.Codebackground {
	color:black;
	font-family:'Courier New', 'Courier', 'Serif';
	font-size:10pt;
	padding: 3px;
	background: #FFFFCC;
}

.nowrap { 
  white-space: nowrap; 
}