
BODY {color: #000000;
background: #f5e5d0;
font-family: arial,hevetica, sans-serif;
font-size: 10pt;

}
A {
color: #b14b3d;
text-decoration: none;
font-weight: bold;
}
A :hover{color: #10642b;
font-weight: bold;
text-decoration: underline;
}

A.menu {
font-size: 10pt;
}
A.menu:hover {color: #10642b;
font-size: 10pt;
text-decoration: underline;
}

.footnote {
color: #10642b;
font-style: italic;
font-size: 8pt;
text-align: center;
}
.subTitle {color: #10642b;
text-align: left;
font-weight: bold;
font-size: 14pt;
}
.amenTable {
margin: 10px 10px 10px 10px;
}
.red {
color: #b14b3d;
}
.purple {
color: #800080;
}
TD {
font-size: 10pt;
}
INPUT {
background: #f5e5d0;
}

SELECT {
background: #f5e5d0;
}

TEXTAREA {
background: #f5e5d0;
}

INPUT.button {color: #f5e5d0;
font-weight: bold;
border-style: solid;
border-width: 1px;
border-color: #10642b;
background: #10642b;
}
.pic {
margin: 0px 20px 0px 20px;
}
.page {
width: expression( document.body.clientWidth >= 700 ?  '700px' : '98%' );
}


.wcalendar {font-weight: bold;
font-size: 7pt;
}
.weekColor {
background: #F5E488;
}