h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-weight : bold;
	color: #003060;
               	padding: 2px;
	/*background-color :  #F1F1F1;*/
                background-color :  #FBFBFB;
	border : 1px solid #A3B3C0;
}


h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-weight : bold;
	color: #003060;
	padding-bottom : 2px;
	border-bottom : 1px solid #A3B3C0;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 110%;
	font-weight : bold;
	font-style : italic;	
	color: #003060;
	padding-bottom : 2px;
}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : bold;
	color: #003060;
	padding-bottom : 2px;
}

.quote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	color: #003060;
	padding-bottom : 2px;
	border : 1px solid #A8B2BB;
	font-style : italic;
	margin-left : 25px;
}

.Quote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
	color: #003060;
	padding-bottom : 2px;
	border : 1px solid #A8B2BB;
	font-style : italic;
	margin-left : 25px;
}

.code {
	color:#000000;
	font-family: "Courier New", Courier, monospace;
	font-size:10pt;
	border: 1px solid #000000;
	padding: 3px;
	background: #FFFFCC;
}

.Code {
	color:#000000;
	font-family: "Courier New", Courier, monospace;
	font-size:10pt;
	border: 1px solid #000000;
	padding: 3px;
	background: #FFFFCC;
}

.note {
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
	border: 1px solid #000000;
	padding: 3px;
	font-weight : bold;	
	font-style : italic;	
	background: #FFFFDB;
}

.Note {
	color:#000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:90%;
	border: 1px solid #000000;
	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 #666699;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.Highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	background-color: #EFF1F0;
	border: 1px solid #666699;
	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;
}

.Tip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EFF1F0;
	text-align: center;
	vertical-align: middle;
}

.codebackground {
	color:#000000;
	font-family:'Courier New', 'Courier', 'Serif';
	font-size:10pt;
	padding: 3px;
	background: #FFFFCC;
}

.Codebackground {
	color:#000000;
	font-family:'Courier New', 'Courier', 'Serif';
	font-size:10pt;
	padding: 3px;
	background: #FFFFCC;
}

.nowrap { 
  white-space: nowrap; 
}
