/* Cascading Style Sheet */


a:link, a:visited, a:hover {
	color: #000000;
	font-size:12px;
	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
  font-family: helvetica, arial, verdana, sans-serif;
  background-color: #CCCCCC;
  color: #000000;
  font-size: 12pt;
  
}

h1 {
  color: #000000;
  font-size: 18pt;
  text-align: Center;
  font-family: helvetica, arial, verdana, sans-serif;
  line-height: 100%;
   font-weight: bold;
  border-style: solid;
  border-width: 0;
  margin-left: 0;

}

h2 {
  color: #000000;
  font-family: helvetica, arial, verdana, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-align: Center;
}

h3 {
  color: #000000;
  font-size: 14pt;
  font-family: helvetica, arial, verdana, sans-serif;
  font-weight: bold;
  text-align: Center;
}

h4 {
  font-family: helvetica, arial, verdana, sans-serif;
  color: #000000;
  font-size: 14pt;
  text-align: Center;
}

    TABLE { background: #F0EEF0; border-collapse: collapse }

