.norm {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;	
}

.norm-small {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;		
}

.norm-red {
	font-family: tahoma;
	font-size: 11px;
	color: #FF2F29;
	text-decoration: none;	
}

.norm-red-bold {
	font-family: tahoma;
	font-size: 10px;
	color:#D71717;
	text-decoration: none;	
	font-weight : bold;	
}

.a-norm {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight : normal;
}

a.a-norm {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight : normal;
}

a.a-norm:hover{
	font-family: tahoma;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
	font-weight : normal;
}


.a-norm-red {
	font-family: tahoma;
	font-size: 11px;
	color: #d7222c;
	text-decoration: underline;
	font-weight : normal;
}

.a-norm-red-bold {
	font-family: tahoma;
	font-size: 10px;
	color: #D71717;
	text-decoration: underline;
	font-weight : bold;	
}

.h-norm {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
	font-weight : normal;
	font-weight : bold;		
}

.h-norm-red {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF2F29;
	text-decoration: none;
	font-weight : bold;
}