/* scrollbar colours. remove comments to apply this section */
/*
body {
scrollbar-face-color: #cc0000;
scrollbar-shadow-color: #aaaaaa;
scrollbar-highlight-color: #aaaaaa;
scrollbar-3dlight-color: #eeeeee;
scrollbar-darkshadow-color: #eeeeee;
scrollbar-track-color: #eeeeee;
scrollbar-arrow-color: #aaaaaa;
scrollbar-base-color: #cc99ff;
}
*/

/* link styles */
A:link {
text-decoration: none;
color: #808283;
}
A:visited {
text-decoration: none;
color: #808283;
}
A:active {
text-decoration: none;
color: #555657;
}
A:hover {
text-decoration: none;
color: #555657;
}

/* base style for posts */
td {
font-family: Arial, sans-serif;
font-size: 8pt;
}

/* post frame body style */
.mnbdy {background-color: #f5f8f0;}

/* post frame overall table style */
.hbtbl {
border: #CC0000 0px solid;
}

/* post text styles (alternating) */
.stxt {background-color: #f5f8f0;color: #000000;}
.stxt2 {background-color: #f5f8f0;color: #000000;}

/* post date text styles (alternating) */
.dtxt {color: #FFFFFF;font-size: 6pt;text-align: right;}
.dtxt2 {color: #FFFFFF;font-size: 6pt;text-align: right;}
