html, body {

    font-family: helvetica, verdana;

}

input[type=button], input[type=submit], input[type=reset] {

   font-family: helvetica, verdana;

}

.lucida11 {
/*	font-family: helvetica,"Lucida Sans", sans-serif; */

   font-family: helvetica, verdana;

	font-size: 12px;
	font-weight: normal;
	color: #74746C;
	text-decoration: none;
}
.lucida10 {

	font-family: helvetica,"Lucida Sans", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #74746C;
	text-decoration: none;
}

.lucida12 {

	font-family: helvetica,"Lucida Sans", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #74746C;
	text-decoration: none;
}


.verdana {
	font-family: helvetica,"Lucida Sans",sans-serif,verdana;
	font-size: 12px;
	color: #525246;
line-height:18px;
	text-decoration: none;
}
a.verdana:hover {
	font-family: helvetica,verdana;
	font-size: 12px;
	font-weight: bold;
	color: #E3FCB8;
	text-decoration: none;
}
.verdanablack {

	font-family: helvetica,verdana;
	font-size: 12px;
	font-weight: bold;
	color: #74746C;
	text-decoration: none;
}
a.verdanablack:hover {

	font-family: helvetica,verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.lucida11black {

	font-family: helvetica,verdana;
	font-size: 12px;
	font-weight: normal;
	color: #2C2C2A;
	text-decoration: none;
}
.formtext {
	font-family: helvetica,verdana;
	font-size: 12px;
	font-weight: bold;
	color: #74746C;
	text-decoration: none;
	text-transform: uppercase;

}
.verdanagray {


	font-family: helvetica,verdana;
	font-size: 12px;
	font-weight: normal;
	color: #74746C;
	text-decoration: none;
}
.lucidaBIG {
	font-family: helvetica,georgia;
	font-size: 22px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	font-style: italic;

}
.error {
	font-family: helvetica,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}

.inp {
	font-family: helvetica,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #F4F4DF;
	border: 1px solid #006666;
}
.btn
{
	font-family: helvetica,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color:#ADCF63;
	color: #000000;
	border: 1px solid #000000;
	
}

.menucell {
	cursor: pointer;
	cursor: hand;
	background-color:#fff;
	text-align:center;
	font-family: helvetica,Verdana, Arial, Helvetica, sans-serif;
}

.menucell2 {
	font-family: helvetica,Verdana, Arial, Helvetica, sans-serif;
	background-color:#eaeaea;
	/* text-align:center; */	
}