/* CSS Document */

/*--------------------------  main styles  -----------------*/
.main_table {border:1px solid #333333;} /* the table inside which the header, nav, and content are contained. */

/*--------------------------  tag styles  -----------------*/
body, td, th {font-size: 12px; color: #424AF7; font-family: Arial, Helvetica, sans-serif;}
.title {font-size: 16px; font-weight:bold; color: #424AF7; font-family: Arial, Helvetica, sans-serif;}
.motto {font-size: 14px; font-weight:bold; color: #FF0000; font-family: Arial, Helvetica, sans-serif; font-style:italic}

a {font-family: Arial, Helvetica, sans-serif; color: #000000; font-size:12px;}
a:link {color: #424AF7;}

/*--------------------------  header styles  -----------------*/
.nav {color: #424AF7; text-decoration: none; font-weight:bold;}
a.nav,a.nav:active,a.nav:link,a.nav:visited {color: #424AF7; font-weight:bold; font-size:13px;}
a.nav:hover {border-bottom: 1px dashed #FF0000; font-size:13px;}

/*--------------------------  footer styles  -----------------*/
.footer {color: #FFFFFF; font-size: 9px;}
a.footer:link,a.footer:visited,a.footer:active {color: #FFFFFF; text-decoration: underline;}
a.footer:hover {text-decoration: none;}