BODY{
margin : 1px;
background: #000;
}

TABLE{
background: #000;
}
.borderTable {	
padding: 1px 0px 1px 0px;
border: 1px dotted #ffffff;
border-bottom-style: ridge;
border-top-style: ridge;
background: #000;
border-color:silver;
}

TD {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
line-height: 25px;
}

.tdHeader1{
font-family: Arial;
color: #f00;
font-size: 15pt;
font-weight: bold;
border: solid 1px gray;
background-color: silver;
}

H1{
font-family: Arial;
color: #f00;
font-size: 15pt;
border: solid 1px gray;
background-color: silver;
}

H2{
font-family: Arial;
color: #f00;
font-size: 13pt;
}

H3{
font-family: Arial;
color: #f00;
font-size: 10pt;
}

A:link {
font-family: Arial;
color: #00FF00;
font-size: 10pt;
font-weight: bold;
   }

A:active {
font-family: Arial;
color: #00FF00;
font-size: 10pt;
font-weight: bold;
   }

A:visited {
font-family: Arial;
color: #00FF00;
font-size: 10pt;
font-weight: bold;
   }

A:hover {
   text-decoration: none;
   color: white;
   background: blue;
   font-size: 10pt;
   font-weight: bold;
   }

HR {
border: 0;
width: 100%;
color: #f00;
background-color: #f00;
height: 2px;
}

ul{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
line-height: 25px ;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #FFFFFF;
text-decoration: none;
background-color: #000;
text-indent: 10px;
list-style-position: outside;
list-style-image: url(images/bullet.gif);
list-style-type: square;
}

ol {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
line-height: 25px ;
font-weight: normal;
font-variant: normal;
text-transform: none;
list-style-position: outside;
padding: 6px;
margin: 10px;
list-style-type: decimal;
}
