table, td {
   font:100% Open Sans, sans-serif, tahoma, Arial, Helvetica ; 
}

table {
   width:550px;border-collapse:collapse;margin:0em 0;
}

table.legend {
   width:170px;
   border-collapse:collapse;
   margin:0em 1em;
   border:1px solid #e3dddd;
   background:#FFFFFF;
}


table.noshow {
   width:100%;border-collapse:collapse;margin:1em 0;border:0px;
}

th, td { 
   text-align:center;padding:.3em;border:1px solid #e3dddd;
}

th { 
   background:#2f3c60;
   color:white;
}

th a {
    color: white;
    display: block;
}

th a:hover {
    color: white;
	text-decoration: underline;
}

th a:visited {
    color: white;
}
th a:active {
    color: white;
}
th a:link {
    color: white;
}

td { 
   background:#FFFFFF;
}

td.nobg {
   text-align:left;
   border:0px;
   background:none;
}

 /* unvisited link */
a:link {
    color:black;
	text-decoration:none;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: black;
	text-decoration:underline;
}

/* selected link */
a:active {
    color: black;
}

body {
   font: bold 13px Open sans, Verdana, Arial, Helvetica, sans-serif;
   background-color: transparent;
}
