a { 
  color           : #000000;
  text-decoration : underline;
}

a:hover { 
  color : #E70000 
}

a.email { 
  color           : #000000;
  text-decoration : none;
}

a.email:hover { 
  color           : #000000;
  text-decoration : underline;
}

a.top {
  font-family     : Verdana, Arial; 
  font-size       : 11px; 
  font-weight     : bold;
  color           : #000000;
  text-decoration : none;
}

a.top:hover { 
  text-decoration : underline;
}

img {
	border-color : #000000;
}

p, td, th, li {
  font-family : Verdana, Arial; 
  font-size   : 10pt; 
}

p {
  text-align : justify;
}

li {
  padding-bottom : 5px;
}

p.maintitle {
  font-family : Verdana, Arial; 
  font-size   : 11px;
  text-align  : center; 
  color       : #E50000;
}

p.footer {
  font-family   : Verdana, Arial; 
  font-size     : 10px;
  text-align    : center;
  line-height   : 130%;
  margin-top    : 0px;
  margin-bottom : 0px;
  color         : #959595;
}

h1 {
  font-family   : Verdana, Arial; 
  font-size     : 15px; 
  font-weight   : bold;
  margin-bottom : 20px;
  color         : #E50000;
}


h2 {
  font-family   : Verdana, Arial; 
  font-size     : 13px; 
  font-weight   : bold;
  margin-left   : 20px;
  margin-bottom : 20px;
  color         : #000000;
}

.bold {
  font-weight : bold;
}

.small {
  font-size : 8pt; 
}

.smallbold {
  font-size   : 8pt; 
  font-weight : bold;
}

.smallgray {
  font-size : 8pt; 
  color     : #7F7F7F;
}

.boldred {
  font-weight : bold;
  color       : #E50000;
}

table.dotted {
  background-image : url('../images/table_bg.gif');
}

table.dotted th {
  font-family      : Verdana, Arial; 
  font-size        : 11px; 
  font-weight      : bold;
  color            : #E70000;
  background-image : none;
  background-color : #FFF4C2
}

table.dotted td {
  background-image : none;
  background-color : #FFFFFF;
}

ul.bullet { 
  list-style : url('../images/bullet.gif') none;
}

input, textarea {
	background-color: #FFFFFF;
}
fieldset {


	border: 2px solid
#
	border-left: thin 1px #CCCCCC
	border: thin 1px #CCCCCC;
	border: solid 2px #cccccc;
}
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	font-style: normal;
	background-color: #EEEEEE;
	float: none;
	border: 2px solid #cccccc;
}
