body {
background-color: #FFFFFF;
color: #644E3E;
margin: 20px;
}

td {
font-family: Lucida Grande, Century Gothic, Verdana, Arial;
font-size: 10pt;
}

td.largerfont {
font-family: Lucida Grande, Century Gothic, Verdana, Arial;
font-size: 12pt;
}

td.padded {
padding-left: 10;
padding-right: 10;
}

.error {
color: #CC0000;
}

.highlighttext {
font-family: Lucida Grande, Century Gothic, Verdana, Arial;
color: #B01F1C;
font-weight: bold;
}

.lightcolortext {
color: #999999;
font-style: italic;
}

.accent {
font-style: italic;
}

.linecolor {
color: #644E3E;
}

.verticalline {
background-color: #644E3E;
}

.cellaccent {
background-color: #D4F0F7;
}

.generaltable {
background-color: #EBF7FA;
border: 1px solid #644E3E;
width: 500px;
padding: 3px;
spacing: 0px;
}

.largetable {
background-color: #EBF7FA;
border: 1px solid #644E3E;
padding: 3px;
spacing: 0px;
}

.smalltable {
background-color: #EBF7FA;
border: 1px solid #644E3E;
width: 360px;
padding: 3px;
spacing: 0px;
}

.colortable {
border: 1px solid #C0C0C0;
border-collapse: collapse;
}

.colorcell {
border: 1px solid #C0C0C0;
}

.fieldname {
font-weight: bold;
color: #644E3E;
text-decoration: none;
}

.regtext {
font-family: Lucida Grande, Century Gothic, Verdana, Arial;
font-size: 10pt;
}

.smalltext {
font-family: Lucida Grande, Century Gothic, Verdana, Arial;
font-size: 8pt;
}

.largelinks {
font-size: 12pt;
}

.largeboldtext {
font-size: 14pt;
font-weight: bold;
}

.noline {
text-decoration: none;
}

.black {
color: #644E3E;
}

.nolineblack {
text-decoration: none;
color: #644E3E;
}

.warning {
color: #AB7136;
font-weight: bold;
}

a {
color: #644E3E;
text-decoration: underline;
}

a.links:hover {
color: #B01F1C;
text-decoration: underline;
}

a:hover {
color: #B01F1C;
text-decoration: underline;
}

a.linkset {
color: #B01F1C;
text-decoration: underline;
font-weight: bold;
}

input.button, .button {
color:#644E3E;
background-color: #C2E7F0;
border: 2px solid;
border-top-color: #CBB9AB;
border-left-color: #CBB9AB;
border-right-color: #644E3E;
border-bottom-color: #644E3E;
filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#EBF7FA',EndColorStr='#644E3E');
}