.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4E5052;
	list-style-type: square;

}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#2D80AB;
}
.titlebig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#2D80AB;
}
A.textlink:link {color:#2D80AB; text-decoration:underline; }
A.textlink:visited {color:#2D80AB; text-decoration:underline; }
A.textlink:active {
	text-decoration:none;
}
A.textlink:hover {color:#2D80AB; text-decoration:none; }

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A.smalllink:link {color:#2D80AB; text-decoration:underline; 	font-size: 10px;}
A.smalllink:visited {color:#2D80AB; text-decoration:underline; 	font-size: 10px;}
A.smalllink:active {text-decoration:none; 	font-size: 10px;}
A.smalllink:hover {color:#2D80AB; text-decoration:none;  	font-size: 10px;}

.smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#2D80AB;
}
.inbetween {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4E5052;
}




