

/*  Default Link Colours */

a:link 		{ color: #336699; text-decoration: none;}
a:visited 	{ color: #336699; text-decoration: none;}
a:active 	{ color: #FF3300; text-decoration: none;}
a:hover 	{ color: #FF3300; text-decoration: underline; }


/*  Top NavBar  Link Colours  - White/Green*/

a.w-topnav:link 		{ color: #FFFFFF; text-decoration: none; font-size: 12px; font-weight: bold; }
a.w-topnav:visited 	{ color: #FFFFFF; text-decoration: none; font-size: 12px; font-weight: bold; }
a.w-topnav:active 	{ color: #99FF33; text-decoration: none; font-size: 12px; font-weight: bold; }
a.w-topnav:hover 	{ color: #FFCC00; text-decoration: none; font-size: 12px; font-weight: bold; }


/*  Side Link Colours */

a.recover:link 		{ color: #336699; text-decoration: none; font-size: 14px; font-weight: bold; }
a.recover:visited 	{ color: #336699; text-decoration: none; font-size: 14px; font-weight: bold; }
a.recover:active 	{ color: #336699; text-decoration: none; font-size: 14px; font-weight: bold; }
a.recover:hover 	{ color: #003366; text-decoration: none; font-size: 14px; font-weight: bold; }


/*  Default Font - Forced (Too be phased out.) */

div, font, li, ul, p, td{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.body			{ font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-align: left; vertical-align: text-top;}
.table			{ font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-align: left; vertical-align: text-top; }
h1 { font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-align: center; }
h2 { font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; }
.sl { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #CCCCCC; text-align: right; padding-right: 10px; padding-top: 25px;}
.sl1 { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #CCCCCC; text-align: right; padding-right: 10px; padding-top: 10px;}

.instant { color: #003366; font-size: 14px; font-weight: bold; text-align: left; padding-left: 10px}
.title { font-size: 16px; font-weight: bold;}
.free { font-size: 16px; font-weight: bold; color:#FF3300; }
.text { font-size: 11px; font-weight: bold; color:#003366; }



/*  NS 4.x  -- Reference:  div, font , li, ul  */

/*  IE 4.x, 5.x  -- Reference: p, td */