a:link {color: #000000}
a:visited {color: red}
a:hover {color: blue}
a:active {color: #000000}

a.white:link {color: white}
a.white:visited {color: white}
a.white:hover {color: yellow}
a.white:active {color: white}

body.main
{
background-color: #336699;
color: #336699;
text-align: left;
font-family:arial;
font-size:15px;
}

body.title
{
background-color: #336699;
color: #336699;
text-align: center;
font-weight: bold;
font-family:arial;
font-size:40px;
}


td.menu
{
color: #FFFFFF;
text-align: left;
font-weight: bold;
font-family:arial;
font-size:15px;
}

td.footer
{
color: black;
text-align: left;
font-family:arial;
font-size:10px;
}

td.banner
{
color: white;
text-align: center;
font-weight: bold;
font-family:arial;
font-size:30px;
background-image: url("../images/banner_background.gif");
}

td.title
{
color: black;
text-align: left;
font-weight: bold;
font-family: arial;
font-size:40px;
}

td.subtitle
{
color: #336699;
text-align: right;
font-weight: bold;
font-family:arial;
font-size:25px;
}

td.main
{
background-color: white;
color: #336699;
text-align: left;
font-family:arial;
font-size:15px;
padding-left: .5cm;
padding-right: .5cm;
padding-top: .5cm;
padding-bottom: .5cm;
}