html {  
	font-family:  segoe ui, Arial, Verdana, sans-serif; 
	color: #000; 
	font-weight: normal; 
	margin-top: 0px; 
	height: 100%;
	width: 100%;
	background: #EBF3EC;
	font-size:medium;
}

body {  
	font-family: segoe ui, Arial, sans-serif; 
	margin: 0px; 
	padding: 0px; 
	height:100%; 
	width:100%; 
	/* text-align:justify;  */
	overflow-x: hidden;
	background-color: #ebf3ec;
	font-size:medium;
}
p { 
	font-family: 'Segoe UI', arial;
	font-size: 20px; 
	margin-bottom: 10pt; 
	color: #000;
}
body h1 {  
	font-size: 28px;
	color: #00A650;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: "Plain T";
}

body h2 {  
	font-size: 24px; 
	font-family: "Plain T";
	color: #788278;
	margin-top: 20px;
	margin-bottom: 10px;
}

body h3 {  
	font-size: 22px; 
	font-family: "Plain T";
	color: #788278;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 10px;
}

body h4 {  
	color: #00A650;
	font-weight: bold;
	font-family: 'Segoe UI', arial;
	font-size: 20px;
	margin:10px 0;
}

body h5 {  
	font-weight: bold;
	font-family: 'Segoe UI', arial;
	color: #1E4289;
	font-size: 20px;
	margin:10px 0;
}

body h6 {  
	font-weight: bold;
	font-family: 'Segoe UI', arial;
	color: #788278;
	font-size: 20px;
	margin:10px 0;
}

a { 
	font-weight: bold;
	font-family: 'Segoe UI', arial;
	color: #1E4289;
	/* font-size: 20px; */
	text-decoration: none;
}

a:visited {
	color: #1E4289;
}

a:active {
	color: #1E4289;
}

a:hover { 
	color: #00A650; 
	text-decoration: underline; 
}

em, i { 
	font-style: italic; 
}

strong, b { 
	font-weight: bold; 
}
ul, ol{
	margin-left: 20px;
    margin-bottom: 10px;	
}
ul li, ol li {
	font-family: 'Segoe UI', arial;
	font-size: 20px; 
	color: #000;
	margin-left:5px;
	list-style-type: disc;
	
}

ul ul li{
	list-style:circle outside none;
}
ul ul ul {
}
ul ul ul li{
	list-style:square outside none;
}
ul ul ul ul li{
	list-style:disc outside none;
}
ul ul ul ul ul li{
	list-style:circle outside none;
}
ol li{
	list-style:decimal outside none;
}
ol ol{
	margin-bottom:0;
}
ol ol li {
	list-style-type: upper-alpha;
}

ol ol ol li{
	list-style-type: upper-roman;
}
ol ol ol ol li{
	list-style-type: lower-alpha;
}
ol ol ol ol ol li{
	list-style-type: lower-roman;
}