.textsmall {
    	font-family: Tahoma;
    	font-size: 8pt;
    	color: #000000;
    	font-weight: normal
}
.texts {
    	font-family: Tahoma;
    	font-size: 10pt;
    	color: #000000;
    	font-weight: normal
}      
.textbold {
    	font-family: Tahoma;
    	font-size: 10pt;
    	color: #000000;
    	font-weight: bold
}
.dotr {
	border-color: #B4B4B4;
	border-width: 2px;
	border-style: none dotted none none
}
.dotb {
	border-color: #B4B4B4;
	border-width: 2px;
	border-style: none none dotted none
}
ul.circle 
{
	list-style-type: square
}
.button {
	background-color: #ECECEC;
	border-style: outset;
	border-color: #ECECEC;
	border-width:1px;
    	font-family: Verdana;
    	font-size: 10pt;
    	color: #000000;
	cursor: hand
}
.inputtext {
	background-color:#ECECEC;
	border-width:0px; 
    	font-family: Verdana;
    	font-size: 10pt;
	font-weight: bold;
    	color: #FB8F11
}