/* Author: Richard Harris, 30 may 2006 */
/* This is to fix font-size problems in the toolbar and front page */

/* Start with the front page declerations... */
BODY.fp2col TD, BODY.fp2col li,
BODY.fp2col A, BODY.fp2col A:active, BODY.fp2col A:visited,
BODY.fp2col div, BODY.fp2col span, BODY.fp2col P, BODY.fp2col .fp
{
  FONT-SIZE: 12px;
}
BODY.fp2col #footer,
BODY.fp2col #footer a {FONT-SIZE: 10px;}
BODY.fp2col #tabs a {FONT-SIZE: 1em !important;}
BODY.fp2col li, BODY.fp2col ul, BODY.fp2col ul.fp {list-style-image: none;}
BODY.fp2col #relatedContent .loginbox .toplinks A {font-size: 11px;}

/* Now for the toolbar */