/* 
 * STYLES FOR PAGE WHEN JAVASCRIPT IS DISABLED
 * ------------------------------------------------------------------------- */
div.syos_instructions {
	/* No instructions necessary when js is disabled. */
	display:none;
}
div#best_available {
	display:block;
}
div#syos_content {
	display:none;
}
