/* Toejager StyleSheet */
/* Created by Milton */

/******************* ACCESSIBILITY FONT SIZES  **********************

The <body> font-size MUST be 100%, and the browser text-size set 
to 'normal' or 'medium' for these to be valid. The 'ranges' are shown 
because the text snaps to a pixel-size in the browser. Where these 
figures are not contiguous, there is a discrepancy in where IE and 
Mozilla switch to displaying a different text-size.

(PX)       ( % )        (range)
8px        50%        48-53%
9px        56%        54-59%
10px      62%        60-65%
11px      68%        66-71%
12px      76%        73-78%
13px      82%        79-84%
14px      88%        85-90%
15px      94%        91-96%
16px      100%     98-103%
18px      112%     110-115%
20px      126%     123-128%
22px      138%     135-140%
24px      150%     148-153%
26px      162%     160-165%
28px      176%     173-178%
30px      188%     185-190%

NB - one of the problems with this 'relative' method of sizing text is that 
nested item's sizes are changed with the parent's size. So be aware of 
changes to nested items when altering CSS at a future date. Also, if 
you need to nest text, find the right size by eye, and adjust up and 
down a little so the figure is in the middle of it's 'range'.

****************************************************************************/

body,td{font-family: Tahoma, Arial, Verdana, microsoft-sans-serif; font-size:100%; margin:0px; color: #FFFFFF}
body{background-color:#BCEE68}
table{border:0px; border-collapse:collapse; border-spacing:0px}
td{padding:0px;}


h1 {font-size: 88%; font-weight: bold; color : #3B0D71; margin:0px 0px 4px 0px}

.mainNavTD{padding:10px 0px 0px 40px; text-align:left; vertical-align:top; font-size:76%}
.subNavTD{padding:2px 0px 0px 40px; text-align:left; vertical-align:top; font-size:62%}


a {color:#FFF08E; text-decoration:underline}
a:hover {color:#F0B93F; text-decoration:underline}
a.inlineTextLink {color:#000000; text-decoration:underline}
a.inlineTextLink:hover {color:#993366; text-decoration:underline}
.inlineTextLink_ON {font-weight:bold}
a.homeMainLink {font-size:76%; font-weight:bold; color:#3B0D71; text-decoration:none; margin:10px 0px 10px 0px}
a.homeMainLink:hover {color:#D2C8DE; text-decoration:none}
a.mainNavLink {font-weight:bold; color:#999999; text-decoration:none; margin:0px 20px 0px 0px}
a.mainNavLink:hover {color:#FFFFFF; text-decoration:none}
.mainNavLink_ON {font-weight:bold; color:#FFFFFF; text-decoration:none; margin:0px 20px 0px 0px}
a.subNavLink {font-weight:bold; color:#999999; text-decoration:none; margin:0px 15px 0px 0px}
a.subNavLink:hover {color:#FFFFFF; text-decoration:none}
.subNavLink_ON {font-weight:bold; color:#FFFFFF; text-decoration:none; margin:0px 15px 0px 0px}
a.backNextLink {font-size:62%; font-weight:bold; color:#666666; text-decoration:none}
a.backNextLink:hover {color:#000000; text-decoration:none}
.backNextLink_OFF {font-size:62%; font-weight:bold; color:#CCCCCC}

img{border:0px; margin:0px}
img.leftIMG{float:left; margin:0px 10px 0px 0px}
img.rightIMG{float:right; margin:0px 0px 0px 10px}

select{font-size:68%}

/***********************  DELETE BELOW HERE **************************/


table.bordersON{border:1px 1px 0px 0px solid #FF0000}
table.bordersON td{border:0px 0px 1px 1px solid #FF0000}

