/* CSS Document */

body
{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-family: Verdana, Tahoma, Arial;
    /*font-size: 76%;*/
    font-size: 86%;
    color: #333333;
    text-align:center;
	background-attachment: fixed;
	background-color: #002868;
	/*background-image: url(../img/background_orange.gif);*/
}

h1
{
    /*font-size: 120%;*/
    font-size: 2em;
    color: #DE1010;
    text-transform: uppercase;
}

h2
{
    /*font-size: 110%;*/
    font-size: 1em;
    color: #DE1010;
    text-transform: uppercase;
}

a, a:active, a:visited
{
    text-decoration: none;
    color: #333333;
}

a:hover
{
    text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #DFDFDF;
	font-size: 60%;
 }
 
 .footer a{
	font-family: Arial, Helvetica, sans-serif;
	color: #DFDFDF;
	text-decoration: underline;
 }
