body, html {
    margin: 0px;
    padding: 0px;
}

body,div,table,td,p{font-family:tahoma,verdana,arial,serif,sans-serif; font-size: 11px;}
a{font-family:tahoma, verdana, arial, serif, sans-serif; font-size: 11px; color: #2a2a2a; text-decoration: none}
a:visited{color: #3a3a3a}
a:hover{text-decoration: underline}

.input{
  	border-style: solid;
	border-color: #dddddd;
	border-width: 1px;
	FONT-SIZE: 8pt;
	background-color: #f2f2f2;
	COLOR: #472A08;
	FONT-FAMILY: arial;
	font-weight: bold;
}
.input:hover{
    border-color: #aaaaaa;
}

.input:focus{
    border-color: #aaaaaa;
}

.button{
  	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px;
	FONT-SIZE: 8pt;
	background-color: #f2f2f2;
	COLOR: #472A08;
	FONT-FAMILY: arial;
	font-weight: bold;
}

.button:hover{
    border-color: #777777;
}

.input2{
  	border-style: solid;
	border-color: #dddddd;
	border-width: 0px;
	FONT-SIZE: 8pt;
	background-color: #f2f2f2;
	COLOR: #472A08;
	FONT-FAMILY: arial;
	font-weight: bold;
}


.tahoma8pt{
  font-family: tahoma;
  color: #266E93;
  font-size: 8pt;
  font-weight: normal;
}
A:link.tahoma8pt:{
  TEXT-DECORATION: none;
}
A:active.tahoma8pt:{
  TEXT-DECORATION: none;
}
A:visited.tahoma8pt:{
  TEXT-DECORATION: none;
  color: #1E5673;
}
A:hover.tahoma8pt:{
  TEXT-DECORATION: underline;
}

.tahoma8ptblack{
  font-family: tahoma;
  color: #000000;
  font-size: 8pt;
  font-weight: normal;
}
A:link.tahoma8ptblack:{
  TEXT-DECORATION: none;
}
A:active.tahoma8ptblack:{
  TEXT-DECORATION: none;
}
A:visited.tahoma8ptblack:{
  TEXT-DECORATION: none;
  color: #000000;
}
A:hover.tahoma8ptblack:{
  TEXT-DECORATION: underline;
}

.tahoma8ptdarkred{
  font-family: tahoma;
  color: darkred;
  font-size: 8pt;
  font-weight: normal;
}
A:link.tahoma8ptdarkred:{
  TEXT-DECORATION: underline;
}
A:visited.tahoma8ptdarkred:{
  TEXT-DECORATION: underline;
}
A:hover.tahoma8ptdarkred{
  TEXT-DECORATION: underline;
  color: #000000;
}

.tahoma8ptgreen{
  font-family: tahoma;
  color: #1D760E;
  font-size: 8pt;
  font-weight: normal;
}
A:link.tahoma8ptgreen:{
  TEXT-DECORATION: none;
}
A:visited.tahoma8ptgreen:{
  TEXT-DECORATION: none;
}
A:hover.tahoma8ptgreen:{
  TEXT-DECORATION: underline;
}

.tahoma8ptwhite{
  font-family: tahoma;
  color: #ffffff;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}
A:link.tahoma8ptwhite:{
  TEXT-DECORATION: none;
}
A:visited.tahoma8ptwhite:{
  TEXT-DECORATION: none;
}
A:hover.tahoma8ptwhite:{
  TEXT-DECORATION: underline;
}

.menu li {
	list-style: none;
	margin: 0;
  }
  .menu ul {
	padding: 0;
	margin: 0;
	line-height: 15px;
  }
  .menu a {
	display: block;
	text-decoration: none;
	color: #993300;
	padding-left: 5px;
	width: 190px;
  }
  .menu a:hover {
	color: #fff;
	background: #993300;
  }

  .tablelist{
    background: #eaecea;
	border: 1px solid #ced0ce;
  }
