/*-------------------------------------------------------------
   AUTHOR:  	BAC Software Consulting - Boutros AbiChedid 
   START DATE:	July 14, 2009
   PURPOSE: 	Styles for the Projection medium for the high
   				contrast medium.
 -------------------------------------------------------------*/
 
 /* The '@import' rule allows users to import style rules from other style sheets. In CSS 2.1, any @import rules must precede all other rules (except the @charset rule, if present). 
 For the projection this rule is important instead of re-writting all the screen rules */
 
@import "bac_screen_highcontrast.css";

body { 
font-size: 115% !important;
}

