body { 
    font-family: "Courier New", monospace; 
    color: #000000; 
    background-color: #d9d9d9; 
    margin: 0px; 
}
p, br, tr, td, ul, li, i { 
    font-size: 12px; 
    font-weight: normal;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 20px;
}
img { padding: 0px; margin: 10px; border: 1px solid #171B1C; }
.img-nopad { padding: 0px; margin: 0px; border: 1px solid #171B1C; }
.img-nothing { padding: 0px; margin: 0px; border: 0px; }
.flag-img { padding: 0px; margin: 0px 2px 0px 2px; border: 1px solid #666666; }
.main-img { margin: 75px 10px 40px 10px; border: 1px solid #171B1C; }
.title { font-size: 20px; font-weight: normal; }
.padded { padding: 15px; }
.footer { font-size: 10px; font-weight: normal; }
.sleepycat-footer { font-size: 10px; font-weight: normal; color: #999999; }
.required { font-weight: bold; color: red; }
.error-text { font-weight: normal; color: red; }
.error-box { padding: 20px; background-color: #F6E5A9; border: 1px solid red; }

.quote { padding: 15px; font-family: Helvetica, serif; font-size: 20px; color: #b71234; }
.quote-red { padding: 15px; font-family: Helvetica, serif; font-size: 16px; color: #b71234; }
.quote-red-sm { padding: 5px; font-family: Helvetica, serif; font-size: 12px; color: #b71234; }
.quote-red-med { padding: 5px 0px 5px 0px; font-family: Helvetica, serif; font-size: 14px; color: #b71234; }
.right-red-border { border-right: 1px solid #b71234; }

.pad100 { padding: 100px; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h3.error { color: red; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }

a:link { text-decoration: none; color: #171B1C; }
a:visited { text-decoration: none; color: #171B1C; }
a:hover { cursor: pointer; text-decoration: underline; color: #171B1C; }

a.sleepycat:link { text-decoration: none; color: #999999; }
a.sleepycat:visited { text-decoration: none; color: #999999; }
a.sleepycat:hover { cursor: pointer; text-decoration: underline; color: #999999; }

a.red:link { text-decoration: none; font-family: Helvetica, serif; font-size: 20px; color: #b71234; }
a.red:visited { text-decoration: none; font-family: Helvetica, serif; font-size: 20px; color: #b71234; }
a.red:hover { cursor: pointer; text-decoration: underline; font-family: Helvetica, serif; font-size: 20px; color: #b71234; }

blockquote.textquote { font-style: italic; }

