/* CSS Document */

body {
background-color:#F2EEBF;
}

.mainFont {
font-family:Tahoma;
font-size:16px;
color:#554431;
}

.bodyFont {
font-family:Tahoma;
font-size:12px;
color:#554431;
}

#main a { 
font-family:Tahoma;
font-size:12px;
color:#392009;
text-decoration:underline;
}

#main a:hover { 
font-family:Tahoma;
font-size:12px;
color:#554431;
text-decoration:underline;
}

.topBorder {
border-top-width:1px;
border-top-color:#C4AF97;
border-top-style:dotted;
}