p {
  font-size : 10pt;
  line-height: 1.4em;
  color : 000000;
  font-family : verdana, arial, helvetica, sans; 
}

td {
  font-size : 10pt;
  line-height: 1.4em;
  color : 000000;
  font-family : verdana, arial, helvetica, sans;
}

p.small {
  font-size : 8pt;
  color : 000000;
  line-height: 1.1em;
  font-family : verdana, arial, helvetica, sans;
}

p.big {
  font-size : 13pt;
  color : 000000;
  line-height: 1.4em;
  font-family : arial, helvetica, sans;
}

H1 {
  font-size : 13pt;
  color : 006600;
  font-family : arial, helvetica, sans;
}

H2 {
  font-size : 17pt;
  color : ffffff;
  font-family : verdana, helvetica, sans; 
}

H3 {
  font-size : 11pt;
  color : 8C5BA4;
  font-family : arial, helvetica, sans; 
}

A:visited {
  color : #FF0000;
  font-weight: bold;
  background : transparent;
  text-decoration : underline;
}

A:link {
  color : #FF0000;
  font-weight: bold;
  background : transparent;
  text-decoration : underline;
}

A:hover {
  color : #666666;
  font-weight: bold;
  background : transparent;
  text-decoration : none;
}

A:active {
  color #666666: 
  font-weight: bold;
  background : transparent;
  text-decoration : none;
}


a.nav:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.nav:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


a.nav:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a.nav:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.imgborder { 
 border: 1px solid #000000;
} 

ul
{
list-style-type: none;
padding: 0;
margin: 0;
margin-left: 20px;

}

li
{
background-image: url(images/green_bullet.gif);
background-repeat: no-repeat;
background-position: 0.2 11;
padding-left: 1.2em;
line-height: 24px;

}

