/* CSS Document */

body 
{
background-color: #333;
font: 11px verdana;
color: #333;
line-height: 12px;
margin: 0em;
padding: 0em;
}
p
{
font: 11px verdana;
color: #fff;
font-weight: normal;
line-height: 16px;
padding: 0em 2em 0em 0em;
}
div#title
{
font: 17px Arial;
font-weight: bold;
color: #fff;
line-height: 21px;
}
div#pagetitle
{
font: 14px Arial;
font-weight: bold;
color: #ffcc00;
line-height: 16px;
padding: 0em 2em 0em 0em;
}
div#subtitle
{
font: 11px verdana;
color: #fff;
font-weight: normal;
color: #c00;
line-height: 16px;
}
ul
{
list-style-type: square;
color: #fff;
}
div#footer
{
font: 11px verdana;
color: #999;
font-weight: normal;
line-height: 16px;
}
p#footer
{
font: 11px verdana;
color: #999;
font-weight: normal;
line-height: 16px;
}

a:link {color: #ffcc00; text-decoration: none;}     /* unvisited link */
a:visited {color: #ffcc00; text-decoration: none;}  /* visited link */
a:hover {color: #ffcc00; text-decoration: underline;}   /* mouse over link */
a:active {color: #ffcc00; text-decoration: none;}   /* selected link */

#footer a:link {color: #999; text-decoration: none;}     /* unvisited link */
#footer a:visited {color: #999; text-decoration: none;}  /* visited link */
#footer a:hover {color: #ffcc00; text-decoration: none;}   /* mouse over link */
#footer a:active {color: #999; text-decoration: none;}   /* selected link */
