body { 
  font-family: arial, helvetica, sans-serif; 
  font-size: 12px;
  color: #000000;
  margin-left: 30px;
}

h1 {
  width: 600;
  color: #000000;
  font-size: 22px;
  text-align: left;
  font-weight: bold;
  margin-top: 40px;
  margin-left: 40px;	
}

h2 {
  width: 600;
  color: #093abd;
  font-size: 16px;
  font-weight: bold;	
  text-decoration: underline
}

h3 {
  width: 600;
  color: black;
  font-size: 14px;
  font-weight: bold;	
}

hr {
	size: 2px;
	color: #04B4AE;
	width: 600px;
	outline-style: noshade;
	text-align: left
}

p, h4, td, li {
  font: arial, helvetica, sans-serif;
  font-size: 12px;  
  width: 700;
}

th {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

li {
  list-style-type: none;
  width: 600;
  margin-left: -20px;
  margin-bottom: 10px;
}

span {
	background-color: #E0E0E0;
	color: #093abd;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a:link  {
  color: #093abd;
  font-weight: bold;	
  text-decoration: none;
}

a:visited  {
  color: #093abd;
  font-weight: bold;	
  text-decoration: none;  
}

a:hover,a:active  {
  color: #f7891c;
  font-weight: bold;	
  text-decoration: underline;  
}

.indented {
  font: arial, helvetica, sans-serif;
  font-size: 14px;  
  width: 600;
  margin-left: 60 px;
}

.indentedgrey {
  font: arial, helvetica, sans-serif;
  font-size: 10px;  
  color: #999999;
  width: 600;
  margin-left: 40 px;
}

.mssd {
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:x-small; 
  color: #666666; 
} 

.tablehead {
	background-color: #04B4AE;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	line-height: 22px; 
	text-align: left;
}



