p {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;

}

h1 {
	font-family: georgia, times new roman;
	font-size: 16px;
	font-weight: bold; 
	font-style: italic;	
	color: #007A79
}

H2 {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	COLOR: #007a79; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, arial
}

ul { 
  font-family: arial; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal;
	margin-left: 0;
}

li { 
  margin-left: 1em;
  text-align: justify;
}

ol { 
	font-family: Verdana, arial;
	font-size: 11px;
	font-style: normal; 
	font-weight: normal;
	margin-left: 0;
}

li { 
  margin-left: 2em;
  text-align: justify;
}

td {
	font-family: Verdana, arial; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
}

hr {
	color: #007A79;
	background-color: #007A79;
	height: 2px;
	width: 50%
}


.links{
	font-family: Verdana;
	font-weight : normal;
	font-size : 7pt;
	text-decoration : none;
}

.nav{
	font-family: Arial;
	font-size : 9pt;
	text-decoration : none;
	font-weight: bold;	
}

.nav2{
	font-family: Arial;
	font-size : 8pt;
	text-decoration : none;
	font-weight: bold;	

}

a:link { 
	color:#336666; 
	background:transparent; 
	font-weight: bold;
} 

a:visited { 
	color:#336666; 
	background:transparent; 
	font-weight: bold;

} 

a:active { 
	color:#336666; 
	background:transparent; 
	font-weight: bold;
}

p.border {
	border-style: solid; 
	border-width: 2px; 
	border-color: purple;
	padding: 0.1cm 0.1cm 0.1cm 0.1cm;
} 


	




