.txtsml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #ff9900;
}
a:active {
	text-decoration: none;
	color: #000066;
}

.input_sml  {
	border-left-color : #808080;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #808080;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-style : solid;
	border-top-color : #808080;
	border-top-width : 1px;
	border-bottom-color : #808080;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color : #ffffff;
	padding-left: 3px;
}


.button { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #ffffff; 
	background-color: #808080; 
	border: #666666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	}

.buttonhover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #ffffff; 
	background-color: #990000; 
	border: #666666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	}
