/* css document */

.link {
	font-family: "Arial"; 
	font-size: 12px; 
	color:#760307
; text-decoration: none
}

.link_blue {
	font-family: "Arial"; 
	font-size: 12px; 
	color:#2e74be
; text-decoration: none
}

.link_red {
font-family: Arial;
	font-size: 12px;
	color:#f70f0f
; text-decoration: none
}

.link_grey {
	font-family: "Arial"; 
	font-size: 12px; 
	color:#737272
; text-decoration: none
}

.text {
	font-family: "Arial"; 
	font-size: 12px;
	color: #737272;
}

.text_blue {
	font-family: Arial;
	font-size: 12px;
	color: #2e74be;
	text-decoration: none;
}

.text_small {
	font-family: "Arial"; 
	font-size: 11px;
	color: #737272;
}
.text_bold_blue {
	font-family: "Arial"; 
	font-size: 12px;
	color: #186d9c;
	; font-weight: bold
	
}

.text_bold_black {
	font-family: "Arial"; 
	font-size: 12px;
	color: #000000;
	; font-weight: bold
	
}

.dot {
	font-family: "Verdana"; 
	font-size: 8px;
	color: #737272;
}
.copyright {
	font-family: "Arial";
	font-size: 9px;
	color: #000000;
}

.search {
	background-color: #ffffff;
	border-color: #646464;
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
	font-family: Arial;
}

