/* MAIN STYLE SHEET FOR CALCONAG */

body       { 
           background-color: rgb(0, 0, 0);
		   font-size: 12pt;
		   color: #ffffff;
           font-family: Verdana, Helvetica, Arial, sans-serif;
		   margin-left: 0%; 
		   margin-right: 0%; 
		   /* scrollbar-3dlight-color : rgb(255, 255, 255);
		   scrollbar-darkshadow-color : rgb(30, 30, 30);
		   scrollbar-highlight-color : rgb(80, 80, 80);
		   scrollbar-shadow-color : rgb(0, 0, 0);
		   scrollbar-arrow-color : rgb(255, 215, 0);
		   scrollbar-face-color : rgb(200, 33, 39);
		   scrollbar-track-color : rgb(255, 215, 0); */
		   }

h1          { margin-left: -8%;}

h2,h3,h4,
h5,h6       { margin-left: -4%; }

/* p           { text-indent: 2em; margin-top: 0; margin-bottom: 0; } */

em          { font-style: italic; font-weight: bold; }

strong      { text-decoration: none;  font-weight: bold; }

a:link      { font-size: 8pt; color: rgb(255, 255, 255); cursor: pointer; font-weight: bold; }  /* for unvisited links */
a:visited   { font-size: 8pt; color: rgb(230, 230, 230); cursor: pointer; font-weight: bold; } /* for visited links */
a:active    { font-size: 8pt; color: rgb(255, 215, 0); cursor: pointer; font-weight: bold; } /* when link is clicked */
a:hover     { font-size: 8pt; color: rgb(190, 190, 170); cursor: pointer; font-weight: bold; } /* when mouse is over link */

a:link.white,a:visited.white,a:active.white,a:hover.white { font-size: 10pt; color: rgb(255, 255, 255); cursor: pointer; font-weight: bold; }

td          { 
            font-family: Verdana, Helvetica, Arial, sans-serif; 			
			font-size: 12pt;
			color: rgb(255, 255, 255);
			}
		   
span.title  { 
            font-family: Verdana, Helvetica, Arial, sans-serif; 
			font-weight: bold;
			font-size: 10pt;
			color: rgb(0, 51, 102);
			}
			
span.white_title  
            { 
            font-family: Verdana, Helvetica, Arial, sans-serif; 
			font-weight: bold;
			font-size: 16pt;
			color: rgb(255, 255, 255); 
			}
			
span.text_white   
            { 
            font: 12pt/20pt Verdana, Helvetica, Arial, sans-serif;
			color: #ffffff; 
			}
			
span.white  { 
            font-family: Verdana, Helvetica, Arial, sans-serif; 			
			font-size: 12pt;
			color: rgb(255, 255, 255); 			
			}		

a:link.white,visited.white,active.white,hover.white     { font-size: 10pt; color: rgb(255, 255, 255); cursor: pointer; font-weight: bold; }	
   
/* content Area */
		   
   
#border 
           {		   
		   background-color: rgb(0, 0, 0);
		   border-bottom:#000000 solid 1px; 
		   border-top:#000000 solid 1px; 
		   border-right:#000000 solid 1px; 
		   border-left:#000000 solid 1px;
           }

		   

