body {
	font-size: small;
}
.smalltextbutton {
	font-size: small;
	font-weight: bold;
}
.mediumtextbutton {
	font-size: medium;
}
.largetextbutton {
	font-size: large;
}

/* CONTAINER SEARCH */
#container-search #FormField label {
padding-right: 0.5em;
font-weight: bold;
}

/* LOGIN BOX */
#login a 
{
font-size: 0.9em;
}




/* FURTURESOURCE */
body.futuresource {
	/*font-size: small;
	font-size: 9px;*/
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
.futuresource .smalltextbutton {
	/*font-size: small;
	font-size: 9px;*/
	font-size: 11px;
	font-weight: bold;
}
.futuresource .mediumtextbutton {
	/*font-size: medium;
	font-size: 11px;*/
	font-size: 13px;
}
.futuresource .largetextbutton {
	/*font-size: large;
	font-size: 13px;*/
	font-size: 15px;
}