.dummy              {} /* BUGFIX for Firefox */

body                { background: url(../images/background.jpg) top left repeat-x;  font-family: Verdana, Arial; font-size: 11px; }
img                 { border: 0px; }

.footer             { font-family: Verdana, Arial; font-size: 10px; color: #808080; }
.heading            { font-family: Verdana, Arial; font-size: 13px; font-weight: bold; }
.title              { font-family: Verdana, Arial; font-size: 18px; font-weight: bold; }
.banner             { font-family: Verdana, Arial; font-size: 11px; }
.fwhite             { font-family: Verdana, Arial; font-size: 11px; font-weight: bold; color: White; }
.fwhiteS            { font-family: Verdana, Arial; font-size: 10px; font-weight: bold; color: White; }
.fred               { font-family: Verdana, Arial; font-size: 11px; font-weight: bold; color: Red; }
.text               { font-family: Verdana, Arial; font-size: 11px; }
.small              { font-family: Verdana, Arial; font-size: 10px; }

a:link              { font-weight: normal; text-decoration: none; color: #6699cc; font-family: Verdana, Arial; font-size: 11px; }
a:visited           { font-weight: normal; text-decoration: none; color: #6699cc; font-family: Verdana, Arial; font-size: 11px; }
a:active            { font-weight: normal; text-decoration: none; color: #6699cc; font-family: Verdana, Arial; font-size: 11px; }
a:hover             { font-weight: normal; text-decoration: none; color: #FF0000; font-family: Verdana, Arial; font-size: 11px; }

a.atitle:link		{ font-weight: normal; text-decoration: none; font-family: Verdana, Arial; font-size: 16px; }
a.atitle:visited	{ font-weight: normal; text-decoration: none; font-family: Verdana, Arial; font-size: 16px; }
a.atitle:active		{ font-weight: normal; text-decoration: none; font-family: Verdana, Arial; font-size: 16px; }
a.atitle:hover		{ font-weight: normal; text-decoration: none; font-family: Verdana, Arial; font-size: 16px; }

a.afooter:link		{ font-weight: normal; text-decoration: none; font-size: 10px; }
a.afooter:visited	{ font-weight: normal; text-decoration: none; font-size: 10px; }
a.afooter:active	{ font-weight: normal; text-decoration: none; font-size: 10px; }
a.afooter:hover		{ font-weight: normal; text-decoration: underline; font-size: 10px; color: #808080; }

a.black:link		{ font-weight: normal; text-decoration: none; font-size: 11px; color: #000000; }
a.black:visited	    { font-weight: normal; text-decoration: none; font-size: 11px; color: #000000; }
a.black:active	    { font-weight: normal; text-decoration: none; font-size: 11px; color: #000000; }
a.black:hover		{ font-weight: normal; text-decoration: underline; font-size: 11px; color: #6699cc; }

a.red:link		    { font-weight: normal; text-decoration: none; font-size: 11px; color: red; }
a.red:visited	    { font-weight: normal; text-decoration: none; font-size: 11px; color: red; }
a.red:active	    { font-weight: normal; text-decoration: none; font-size: 11px; color: red; }
a.red:hover		    { font-weight: normal; text-decoration: underline; font-size: 11px; color: #6699cc; }

a.menu:link			{ font-weight: normal; text-decoration: none; font-size: 13px; }
a.menu:visited		{ font-weight: normal; text-decoration: none; font-size: 13px; }
a.menu:active		{ font-weight: normal; text-decoration: none; font-size: 13px; }
a.menu:hover		{ font-weight: normal; text-decoration: none; font-size: 13px; }

td.grey:hover		{ background: #F5F5F5; text-decoration: none; }
td.nav:hover        { background: #F5F5F5; text-decoration: none; }

div#nav             { width: 100%; height: 20px; color: blue; font-family: Verdana, Arial; font-size: 70%; background-color: #E1ECF3; }
div#nav a           { display: block; width: 100%; height: 12px; text-decoration: none; padding: 4px 0 4px 0; }
div#nav a:hover     { background-color: #F5F5F5; }

div.nav             { width: 100%; height: 20px; color: blue; background-color: #E1ECF3; }
div.nav a           { display: block; width: 100%; height: 12px; text-decoration: none; padding: 4px 0 4px 0; }
div.nav a:hover     { background-color: #F5F5F5; text-decoration: none; }
	
div#nav2            { width: 100%; height: 20px; color: blue; font-family: Verdana, Arial; font-size: 70%; background-color: #F9F9F9; }
div#nav2 a          { display: block; width: 100%; height: 12px; text-decoration: none; padding: 4px 0 4px 0; }
div#nav2 a:hover    { background-color: #F5F5F5; }

div.nav2            { width: 100%; height: 20px; color: blue; background-color: #F9F9F9; }
div.nav2 a          { display: block; width: 100%; height: 12px; text-decoration: none; padding: 4px 0 4px 0; }
div.nav2 a:hover    { background-color: #F5F5F5; text-decoration: none; }

.forms              { font-family: Verdana; font-size: 10px; border: 1px solid #6699CC; color: Black; background-color: #FFFFFF; padding-bottom: 2px; padding-left: 2px; padding-right: 2px; padding-top: 2px; cursor: pointer; cursor: hand; }