/* CSS Document */

body {
margin-top: 0px;
margin-bottom: 0px;
background-image:url(images/bg.png);
background-color:#00529C;
background-position:center;
background-attachment:fixed;
background-repeat:repeat-y;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#573C24;
text-decoration:none;
}

a {
color:#003260;
}

a:link {
text-decoration:none;
}

a:visited {
color:#003260;
text-decoration:none;
}

a:active {
color:#5299D9;
}

a:hover {
color:#00529C;
text-decoration:underline;
}

h1 {
color:#003260;
font-size:16px;
font-weight:bold;
}