tr { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana; }

.black { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana; }

.black2 { 
	color: black; 
	font-size: 12px; 
	font-family: Verdana; }
		
.white { 
	color: white; 
	font-size: 10px; 
	font-family: Verdana; 
	font-weight: 700 }

input { 
	font-size: 10; 
	font-family: Verdana; 
	background-color: #ffffff }
	
textarea { 
	font-size: 10; 
	font-family: Verdana; 
	background-color: #ffffff }

a { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana; 
	font-weight: 700; 
	color: #000000; }

a:hover {  
	text-decoration: underline}

.inputradio { 
	font-size: 10; 
	font-family: Verdana;
    background-color: #e8e8e8 }
    
.dinput { 
	font-size: 10; 
	font-family: Verdana;
    background-color: #dcdcdc }
    
.cells { 
    color: #404040; 
    font-size: 9px;
    font-family: Verdana; 
    text-align: center }

.dgray { 
    color: #404040; 
    font-size: 10px; 
    font-family: Verdana; }

.dgrayl { 
    color: #404040; 
    font-size: 10px; 
    font-family: Verdana }

.error { 
    color: red; 
    font-size: 10px; 
    font-family: Verdana }

.lgray { 
    color: #7f7f7f; 
    font-size: 10px; 
    font-family: Verdana; }

.lgrayl { 
    color: #7f7f7f; 
    font-size: 10px; 
    font-family: Verdana }

.textbold { 
    color: #000000; 
    font-weight: 700; 
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif }

.textorange { 
    color: #ff9900; 
    font-size: 10px; 
    font-family: Verdana, Arial, Helvetica, sans-serif }

.textwhite { 
    color: #ffffff; 
    font-weight: 700; 
    font-size: 10px; 
    font-family: Verdana, Arial, Helvetica, sans-serif }

.yellow { 
    color: #f7b10c; 
    font-size: 10px; 
    font-family: Verdana; }
