@charset "ISO-8859-1";
body { color: rgb(255,255,255); background-color: rgb(211,211,211); }
a:link { font-family: Arial; text-decoration:none; font-weight:bold; color:rgb(0,0,0); }
a:visited { font-family: Arial; text-decoration:none; font-weight:normal; color:rgb(105,105,105); }
a:focus   { font-family: Arial; text-decoration:none; font-weight:bold; color:rgb(255,255,255); background-color:rgb(0,0,0); }
a:hover { font-family: Arial; text-decoration:none; font-weight:bold; color:#000; background-color:rgb(211,211,211); }
a:active { font-family: Arial; text-decoration:none; font-weight:bold; color:rgb(255,255,255);  background-color:rgb(0,0,0); }

hr { color:rgb(105,105,105); }
li {line-height: 2;}
table { width:900px; border-spacing:0px; padding:0px; spacing:0px;
  background-color:rgb(255,255,255);}
p    { font-family: Arial; font-size:12px; color:rgb(0,0,0); }
ul       {list-style-type:none; font-family: Arial; font-size:12px; color:rgb(0,0,0); }
h1     { font-family: Arial; font-size:14px;  font-weight:bold; color:rgb(0,0,0); }
h2     { font-family: Arial; font-size:12px;  font-weight:bold; color:rgb(0,0,0); }
h3     { font-family: Arial; font-size:14px;  font-weight:bold; color:rgb(0,0,0); }
h4     { font-family: Arial; font-size:14px;  font-weight:bold; color:rgb(105,105,105); }
h5     { font-family: Arial; font-size:13px;  font-weight:bold; color:rgb(0,0,0); }
td { background-color:rgb(255,255,255);  align:left; vertical-align:top; font-family:Arial; font-size:12px; color:#E7E7E7; }