.leftlink{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #7e5800;
	text-decoration: none;
}
.leftlink:visited{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #7e5800;
	text-decoration: none;
}
.leftlink:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.leftlink:active{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #7e5800;
	text-decoration: none;
}

.bodytext{
	font-family:Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 12pt
}

.redtext{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
	line-height: 12pt;
}

.browntext{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #7e5800;
	text-decoration: none;
	line-height: 12pt;
}
.yellowbold{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #c38902;
	text-decoration: none;
	line-height: 12pt;
}
.yellowbold2{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #c38902;
	text-decoration: none;
	line-height: 12pt;
}
.yellowbold2:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	line-height: 12pt;
}
.smallblack{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.smallblack:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


.smallgrey{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.smallgrey:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
.smallwhite{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.smallwhite:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}




.input {
  border-bottom : 1px solid #666666;
  color: #000000;
  border-left: 1px solid #666666;
  border-right:1px solid #666666;
  border-top: 1px solid #666666;	
  font-family: Arial;
  font-size: 11px;
  background-color: #ffffff;

}
.combo {
	background-color : #ffffff;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	border-bottom : 1px solid #39424B;
	border-left : 1px solid #718492;
	border-right : 1px solid #39424B;
	border-top : 1px solid #718492;
}

.chkbox
{
  background-color:#254F99;
  color:#000000;
  font-size:10px;
  border-bottom : 1px solid #254F99;
  border-left : 1px solid #254F99;
  border-right :1px solid #254F99;
  border-top : 1px solid #254F99;
}

.borderline{
border: 1px solid #666666;
}
.border2{
border: 1px solid #000000;
}
.border3{
border: 1px solid #C5C5C5;
}
