.black_text { 
	font-family: arial, helvetica;  
	font-weight: bold; 
	line-height: 120%;
	color: #000;
}

.green_text { 
	font-family: arial, helvetica;  
	font-weight: bold; 
	line-height: 120%;
	color: #00911F;
}

.red_text { 
	font-family: arial, helvetica;  
	font-weight: bold; 
	line-height: 120%;
	color: #F31;
}

.blue_text { 
	font-family: arial, helvetica;  
	font-weight: bold; 
	line-height: 120%;
	color: #3477E7;
}

.input_3 {
	width: 30px;
	height: 22px;
	border: solid #4B4189;
	border-width: 1px 1px 1px 1px;
	font-size: 13px;
}

input[type="radio"]{
    -webkit-appearance: radio;
}

input[type="radio"] {
	display: visible;
}