/* CSS Definitions. */
/*$Id: styles.css,v 1.4 2008/03/05 20:37:23 fliptop Exp $*/

td {
    color: #000000;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 12px;
}

td.header {
    background-color: #660000;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

td.copyright {
    background-color: #660000;
    color: #FFFFFF;
    font-size: 10px;
}

td.error {
    background-color: #060606;
    color: #FF0000;
    font-size: 12px;
}

td.status {
    background-color: #DFDFDF;
    color: #0000FF;
    font-size: 12px;
}

td.nav {
    background-color: #660000;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    vertical-align: top;
    width: 100px;
}

td.main {
    text-align: center;
    width: 700px;
}

h3 {
    color: #000000;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: 14px;
}

A.dark {
    color: #FFFFFF;
    font-weight: bold;
}

A.dark:hover {
    text-decoration: underline;
    color: #CFCFCF;
    font-weight: bold;
}

A.light {
    color: #0000FF;
}

A.light:hover {
    text-decoration: underline;
    color: #0033FF;
}

A.copyright {
    color: #FFFFFF;
    font-weight: bold;
}

A.copyright:hover {
    text-decoration: underline;
    color: #DFDFDF;
}

p {
  text-align: justify;
}

td.why {
  font-size: 14px;
}
