	
a:link {color:#000000;}    /* unvisited link */ /* FF0000 = red */
a:visited {color:#000000;} /* visited link */ /* 00FF00 = lime green */
a:hover {color:#000000;}   /* mouse over link */ /* FF00FF = pink */
a:active {color:#000000;}  /* selected link */ /* 0000FF = blue */

a {text-decoration:none;}


table
{
border-collapse:collapse;
}
table,td,th
{
border: 0px solid black;
}
th
{
width:150px;
text-align:left;
vertical-align:top;
} 

td
{
width:200px;
text-align:left;
vertical-align:top;
}
td.alt
{
width:200px;
text-align:right;
vertical-align:top;
} 



body
{
background-color:#ffffff;
color:#000000;
font-size: 14px;
font-family: "Times New Roman", Times, serif;
}


