body, html {
background-color: #04013A;
font-family: Arial, sans-serif;
font-size: 14px;
color:#FFF;
}

body {
min-width:750px;
}

a { color: #66F; }

a:visited { color: #C6C; }

a:hover { color: #F00; }

#out {
background-color: #04013A;
background-image: url(images/flag2.gif);
background-repeat: no-repeat;
background-position: top left;
background: #04013A url(images/flag2.gif) no-repeat top left;
}

#wrap {
background-color: none;
background-image: none;
margin: 0 auto;
width: 750px;
}

.img img {
border: 2px solid #FFF;
}

.img p, .img h3 {
text-align: center;
width: 343px;
}

#menu td {
text-align: center;
}

#menu a {
padding: 9px 0px 0px 0px;
color: #FFF;
font-size: 9pt;
background-color: #04013A;
background-image: url(images/button.gif);
background-repeat: no-repeat;
background-position: top left;
background: #04013A url(images/button.gif) no-repeat top left;
text-decoration: none;
display: block;
width: 150px;
height: 33px;
}

#menu a:hover, #menu a.here {
background-color: #04013A;
background-image: url(images/buttonon.gif);
background-repeat: no-repeat;
background-position: top left;
background: #04013A url(images/buttonon.gif) no-repeat top left;
}

#foot {
text-align: center;
font-size: 9pt;
color: #999;
border-top: 1px solid #666;
margin-top: 20px;
}

#foot a {
color: #999;
text-decoration: none;
}

legend {
color:#FFF;
}




