/* Menu */
A.menu:link{
font-size:10pt;
}
A.menu:visited{
font-size:10pt;
}
A.menu:active{
font-size:10pt;
}
A.menu:hover{
text-decoration:underline;
font-size:10pt;
color:#ff0000;
}
table.menu{
font-size:10pt;
}

A.menu2:link{
font-size:12pt;
}
A.menu2:visited{
font-size:12pt;
}
A.menu2:active{
font-size:12pt;
}
A.menu2:hover{
text-decoration:underline;
font-size:12pt;
color:#ff0000;
}


/* header */
table.header{
background-color:#000080;
font-size:10pt;
color:#ffffff;
}


/* Title */
table.title{
font-weight:bold;
}


/* Footer link */
A.footer:link{
color:#000000;
font-size:8pt;
text-decoration:none;
}
A.footer:visited{
color:#000000;
font-size:8pt;
text-decoration:none;
}
A.footer:active{
color:#000000;
font-size:8pt;
text-decoration:none;
}
A.footer:hover{
color:#000000;
font-size:8pt;
text-decoration:underline;
}


A:hover{
text-decoration:underline;
color:#ff0000;
}
