/* classes */
.nomargin    		{ margin-left: 0pt; 
					  margin-right: 0pt;
					  margin-top: 0pt;
					  margin-bottom: 0pt; }
.blue        		{ color: #0066CC; }
.orange      		{ color: #FF6600; }
.menu        		{ color: #cccccc; background-color: #566ab0; font-family: tahoma, verdana, 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; left: 0; width: 160px; height: 100% }
#scroller    		{ position: relative; left: 0; bottom: 0px; width: 160px; text-align: center }


/* tags */
/* body			{ font-family: verdana, arial, helvetica, sans-serif; font-size: 11px;
               	  scrollbar-face-color: #566AB0; scrollbar-highlight-color: #cccccc; 
               	  scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #FF6600; 
               	  scrollbar-arrow-color: #FF6600; scrollbar-track-color: #cccccc; 
               	  scrollbar-darkshadow-color: #FF6600 } */
body, td, th, p	{ font-family: verdana, arial, helvetica, sans-serif; font-size: 11px;}
th					{ font-family: verdana, arial, helvetica, sans-serif; 
					  font-size: 11px; 
					  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: 20px }
h2           		{ font-family: verdana, geneva, arial, helvetica, sans-serif; font-size: 16px }
h3           		{ font-family: verdana, geneva, arial, helvetica, sans-serif; font-size: 14px }
ul           		{ list-style-image: disc}
li           		{ margin-bottom: 5px }
a.menu       		{ color: #cccccc; text-decoration: none; font-weight: normal}
a.menu:visited 	{ color: #cccccc; text-decoration: none}
a.menu:active 	{ color: #cccccc; text-decoration: none}
a.menu:hover 		{ color: #cccccc; text-decoration: none; cursor: pointer }
