.bigbold {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
}
.medium {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	text-align: center;

}
.small {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	font-weight: normal;
	text-align: center;

}
.mediumbold {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-family: "Arial", "Helvetica", "sans-serif";

}

.white {
           color: #FFFFFF;
}

.orange{
           color: #FFCC00;
}

.blue{
           color: #0C7AA9;
}

.darkblue{
           color: #08516F;
}
.buttonO {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	background-color: #FFCC00;
	border: 1px solid #000000;




}
.buttonS {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	border: 1px solid #000000;
	font-weight: normal;


}
