/* CSS Document */
* {
margin:0;
padding: 0;
}
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
color: #000000;
text-align: justify;

}
a{
color: #10317e;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: none;
}

h2 {
font-size: 18px;
font-weight: bold;
color: #10317e;
line-height: normal;
}

#wrapper {
width: 780px;
margin-left: auto;
margin-right: auto;
}
.spacer {
height: 8px;
}
#footer {
color: #ffffff;
}
#footer a{
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
#footer a:hover {
color: #000000;
text-decoration: none;
}
