  body {background-color: #FFFFFF;
        font-family: Arial,Verdana,Tahoma; font-size: 10pt}
  H1 {font-family: arial,helvetica; font-size: 12pt; color: black}
  H2 {font-family: arial,helvetica; font-size: 11pt; color: black}
  H1.body {text-indent: 1cm; font-family: arial,helvetica; font-size: 11pt; color: black}
  H2.body {text-indent: 1cm; font-family: arial,helvetica; font-size: 11pt; color: black}
  p.date {font-size:8pt}
  p.margin {margin-left: 1.7cm; margin-right: 1.7cm}
  address {margin-left: 1.7cm; margin-right: 1.7cm; font-size:10pt}
  p.cats {text-indent:.8cm}
  p.logo {text-indent:2.5cm}
  p.small {font-family: Arial,Verdana,Tahoma; font-size: 9pt}
  p.big {font-family: Arial,Verdana,Tahoma; font-size: 12pt}
  td {font-family: Arial,Verdana,Tahoma; font-size: 10pt} 
    :link {color: #0000FF}
  :visited {color: #0000FF}
  a.cat {text-decoration: none; font-family: Arial,Verdana,Tahoma; font-size: 10pt}
  a {text-decoration: none; font-family: Arial,Verdana,Tahoma; font-size: 10pt}
  a.small {text-decoration: none; font-family: Arial,Verdana,Tahoma; font-size: 9pt}
  a.underline {text-decoration: underline}
/*NEW CSS*/
#tblDirectors caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#tblDirectors {
	margin: 0 auto;
	border: 1px solid #666;
	font-size: 12px;
}
.centerme {
	margin: 0 auto 10px;
	text-align:center;
}
#tblDirectors th {
	border-bottom: 1px solid #666;
	background-color:#CCC;
}
#tblDirectors td.leftside {
	text-align:right;
	font-weight:bold;
}
#tblDirectors td {
	text-align:left;
	font-size:12px;
	vertical-align:top;
}

hr {
	background-color: #999;
	width: 70%;
	height: 1px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
