body{
	margin: 0px;
	padding: 0px;
	background-color : fbfbd7;
}

body, tr,td, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

FORM {
        MARGIN: 0px
}

th {
      font-weight: bold;
      text-align: left;
      background-color: #e6ece9;
}

A {
	COLOR: #94060a;
	TEXT-DECORATION: none;
}
A:hover {
	TEXT-DECORATION: underline
}

.white {
    color: White;
}

.white:hover {
    color: White;
	text-decoration: none;
}

.blue {
	color: #000066;
}

.blue:hover {
    color: #000066;
	text-decoration: none;
}

.small {
	color: Gray;
	font-size: 10px;
	text-decoration: underline;
}

.small:hover {
	color: Grayl;
}

input,textarea,select {
	color : #000000;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border:1px solid;
	border-color : Silver;
}

hr{ height: 3px; border: solid #e6ece9 0px; border-top-width: 3px;}
.box {
	border-top: 1px solid #e6ece9;
	border-right: 1px solid #e6ece9;
	border-bottom: 1px solid #e6ece9;
	border-left: 1px solid #e6ece9;
	background-color : #F4F4F4;
}
.box1 {
	padding: 10px 20px;
	margin: 10px 20px;
}

.box2 {
	border-top: 1px solid #2e5e12;
	border-right: 1px solid #2e5e12;
	border-bottom: 1px solid #2e5e12;
	border-left: 1px solid #2e5e12;
}
.box3 {
	border: 1px dotted #B6B6B6;
}
.blockline {
	border-left: 1px solid #2e5e12;
}
.blockunderline {
	border-bottom: 1px solid #2e5e12;
}
.blocktitle{
	margin : 20 10 5 20;
	font-weight : bold;
}
.blockcontent
{
	margin : 10 10 5 30;
}

.pagetitle{
	margin : 10 10 10 20;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.blocktitle2{
	font-weight : bold;
	color : #2e5e12;
}

fieldset
{
	border: 3px solid #e6ece9;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.button {
	color : #000000;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border:1px solid;
	border-color : #000000;
	background-color: #d5ccbb;
	margin: 0px;
	padding: 1px;
	text-decoration:none;
}
.tablebg{
	background-image : url(../img/tablebg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}

#dropmenudiv{
margin: 10 0 0 0px;
position:absolute;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	color: White;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #71cb3f;
}
.data{
	font-size : 12px;
	color: #94060a;
	font-weight: bold;
}
.color {
	text-align: center;
	padding: 6;
	border: 1px solid Gray;
	cursor: hand;
}
.old {
	color: #A9A9A9;
	text-decoration : line-through;
	font-size: 16px;
	font-weight: bold;
}
.tableheader{
	text-align : center;
	font-weight : bold;
	color : White;
	font-size : 90%;
}
.error_message{
	color: red;
	font-weight: bold;
}
