@charset "utf-8";
/* CSS Document */

body{
font-family: "Times New Roman", Times, serif;
}

#nav{
display:none;
}

table{
background: #F8F8F8;
font-family: "Times New Roman", Times, serif;
font-size:90%;
width:100%;
/*border:1px solid #999999;*/
border-collapse:collapse;
/*margin-top:.2em;*/
margin-bottom:28px;
}

table tr td {
border: 1px solid #CCCCCC;
padding:3px;
}

table tr td a{
color:#003366;
}

th {
border: 1px solid #CCCCCC;
padding:3px;
}

table tr.red_header{
background:#76253E;
color:#FFFFFF;
}

table tr.red_header a{
color:#FFFFFF;
}

table tr.grey_header{
background: #666666;
color:#FFFFFF;
}

table caption {
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
font-weight:bold;
color: #333333;
padding-bottom:10px;
text-align:left;
}
