/* classes */
.nomargin    		{ margin-left: -6pt; 
                   margin-right: -6pt;
					  margin-top: -6pt; }				  
.blue        		{ color: #0066CC; }
.orange      		{ color: #FF6600; }
.menu        		{ color: #cccccc; layer-background-color: #566ab0; font-family: verdana, helvetica, sans-serif }
.main            { font-family: verdana, arial, helvetica, sans-serif; }

/* ids */
#header      		{ position: absolute; top: 0; left: 0; height: 100px; right: 0px; width: 100% }
#main        		{ position: absolute; top: 105px; left: 165px }
#nav         		{ position: absolute; top: 100px; left: 0px; width: 160px; bottom: 0px }
#navbg       		{ position: absolute; top: 0; bottom: 0; left: 0; width: 160px; height: 100% }
#scroller    		{ position: relative; left: 0; bottom: 0px; width: 160px; text-align: center }

/* tags */
body, td, p, th	{ font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; }
th					{ font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt;
					  font-weight: normal; }
a            		{ text-decoration: none; font-weight: bold}
a:link       		{ color: #0066CC; }
a:visited    		{ color: #0066CC; }
a:active     		{ color: #FF6600; }
a:hover      		{ color: #FF6600; }
h1           		{ font-family: verdana, geneva, arial, helvetica, sans-serif; font-size: 18pt }
h2           		{ font-family: verdana, geneva, arial, helvetica, sans-serif; font-size: 14pt }
h3           		{ font-family: verdana, geneva, arial, helvetica, sans-serif; font-size: 12pt }
ul           		{ list-style-type: disc; }
li           		{ margin-bottom: 5px }
a.menu       		{ text-decoration: none; font-weight: normal}
a.menu:visited 	{ text-decoration: none}
a.menu:active 	{ text-decoration: none}
a.menu:hover 		{ text-decoration: none; cursor: pointer }
