@charset "iso-8859-1";
.title {
    font-size: 17px;
    font-weight: bold;
    font-family: Arial;
    color: black;
}

.title2 {
    font-size: 17px;
	font-weight: bold;
	color: blue;
	font-family: Arial;
}

.text {
     font-size: 14px;
     font-family: Verdana;
     color: black;
}

.text2 {
	 font-size: 14px;
	 font-family: Verdana;
	 font-weight: bold;
	 text-align: center;
	 color: black;
}

.small {
    font-size: 10px;
	font-family: Verdana;
	color: black;
}
