@charset "utf-8";
/* CSS Document */

body {
background-color:#E9EAED;
}

a:link, a:visited {
color:#254f77;
font-weight:bold;
text-decoration:none;
}

a:hover, a:focus {
color:#fa9000;
font-weight:bold;
}

input {
width:200px;
}

table {
margin:auto;
}

#wrapper {
width:800px;
height:100%;
border: 4px solid #254F77;
background-color:#fff;
margin:auto;
padding:10px;
}

#banner {
text-align:center;
margin:auto;
}

#content {
padding:10px;
font-family:Arial, Helvetica, sans-serif;
line-height:130%;
text-align:justify;
font-size:0.85em;
height:100%;
}
