/* CSS Document */

body {
text-align: center;
margin: 0px auto;
background-color:#EAE8BF;
}

table {
text-align: left;
background-color:#fff;
margin: 0px auto;
padding:0px;
}

.content {
margin-left:20px;
margin-right:20px;
font: 11pt Times;
color: #532a21;
line-height:140%;
}

h1 {
font: 14pt Times;
color: #532a21;
font-weight:bold;
margin-top:25px;
margin-bottom:12px;
}

a {
text-decoration: none;
color: #532A21;
font-weight:bold;
}

a:visited {
text-decoration: none;
color: #532A21;
font-weight:bold;
}

a:active {
text-decoration: none;
color: #532A21;
font-weight:bold;
}

a:hover {
text-decoration: underline;
color: #532A21; 
font-weight:bold;
}

.paging {
font: small-caps 16pt Times;
color: #532a21;
text-align: center;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
}

a.paging:link {
text-decoration: none;
color: #532a21;
}

a.paging:visited {
text-decoration: none;
color: #532a21;
}

a.paging:active {
text-decoration: none;
color: #532a21;
}

a.paging:hover {
text-decoration: underline;
color: #532a21;
}

#copyright {
margin-top:50px;
font: 9pt Times;
color: #532a21;
margin-left:20px;
}
