body {
    background-attachment: scroll;
    background-color: FEEFBC;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    margin: 0px;
}
td {
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
}
.text12 {
    font-size: 12px;
    line-height: 15px;
}
.text10 {
    font-size: 9px;
    line-height: 12px;
}
.outline {
    border: 1px solid #B9945E;
}


.sname {
    background: #155A21;
    color: #fff;
    font-size: 10px;
}

.sname div {
    font-size: 15px;
    padding:3px 0px 3px 0px;
    font-weight: bold;
}

.rightalign {
    white-space: nowrap;
    text-align: right;
}

.odd {
    background: #FEEFBC;
}
.even {
    background: #E6E0AC;
}

.datediv {
    float: right;
    color: #000;
    font-weight: bold;

}

a {
    color: #155A21;
}

.pagesnav {
    margin: 0px 0px 20px 0px;
    background: #CFD19D;
    padding: 8px;
}

input, select {
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;

}

.sep {
    height: 10px;
    line-height: 0px;
    font-size: 0px;
    background: url(../images/pix.jpg) center center repeat-x;
}

input.button {
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#fff;
    background: #14581F;
    border: 1px outset #14581F;

}

img {
    border: none;
}

.bannerborder {
	margin-right:5px;
	border:1px solid #ccc;
}

.errbox {
    background-color: #FFC7C7;
    border: 1px solid #FF7070;
    padding: 5px;
    font-family: "ms sans serif",arial;
    font-size: 11px;
    color: #790000;
}

.errbox .Hide_Link {
    color: blue;
}

.infobox {
    background-color: #DAEFF8;
    border: 1px solid #7CC7E4;
    padding: 5px;
    font-family: "ms sans serif",arial;
    font-size: 11px;
    color: #004A80;
}

