/*LINK ARROW FIX*/

/*Alternative method to display the arrow (Firefox only)*/
html>body .arrow_cnt {
background: url("/comet/ev2/images/icons/arrow_blue_r.gif") no-repeat right 5px; padding: 0 8px 0 0; display: inline; margin:0;
}
/*Alternative method to display the arrow (IE 6 only) not needed for IE 7 */
html*.arrow_cnt span {
background: url("/comet/ev2/images/icons/arrow_blue_r.gif") no-repeat right 5px; position: absolute; display: block; padding: 0 8px 0 0; margin:0
}
html*.arrow_cnt{
background: none !important;
}

/*END LINK ARROW FIX*/

/*FONT SMALLER*/

#content_font_small  {
font-size: 0.9em;
}

#content_font_large  {
font-size: 1.1em;
}