.title_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.small_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #606060;
}
.smallred_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #c55233;
}

.red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c55233;
}
.blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1678b9;
}
a { text-decoration:underline;}
a:hover { text-decoration:none;}
a.mycustum:link {text-decoration:none; color:#606060;}
a.mycustum:visited {text-decoration:none; color:#606060;}
a.mycustum:hover {text-decoration:underline; color:#606060;}
a.mycustum:active {text-decoration:none; color:#606060;}
.blackarial_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}