/* MAIN STYLE SHEET FOR CALCONAG */

body       { 
           background-color: rgb(255, 255, 255);
		   font-size: 12pt;
		   color: #000000;
           font-family: Arial, Verdana, Helvetica, 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      { color: #336699; cursor: pointer; font-weight: bold; }  /* for unvisited links */
a.visited   { color: #000000; cursor: pointer; font-weight: bold; } /* for visited links */
a.active    { color: #ff0000; cursor: pointer; font-weight: bold; } /* when link is clicked */
a.hover     { color: #6699CC; cursor: pointer; font-weight: bold; } /* when mouse is over link */
	
.tru,#tru  
            { 
            font-family: Arial, Verdana, Helvetica, sans-serif; 
			font-weight: bold;
			font-size: 12pt;
			color: rgb(104, 192, 44); /* hex: #68C02C */			
			text-align: left;
			}
			
.text,#text   { 
            font-family: Arial, Verdana, Helvetica, sans-serif; 
			font-weight: normal;
			font-size: 10pt;
			color: rgb(0, 0, 0); 
			}
			
.white,#white   { 
            font-family: Arial, Verdana, Helvetica, sans-serif; 
			font-weight: normal;
			font-size: 10pt;
			color: rgb(255, 255, 255); 
			}
			
.blu,#blu    { 
            font-family: Arial, Verdana, Helvetica, sans-serif; 
			font-weight: normal;
			font-size: 12pt;
			color: rgb(40, 116, 210); /* hex: #2874D2 */ 			
			}	

.blu1,#blu1
            { 
            font-family: Arial, Verdana, Helvetica, sans-serif; 
			font-weight: bold;
			font-size: 10pt;
			color: rgb(40, 116, 210); /* hex: #2874D2 */ 			
			}			

.req,#req   { 
            font-family: Arial, Verdana, Helvetica, sans-serif; 
			font-weight: normal;
			font-size: 10pt;
			color: rgb(0, 0, 0); 
			}			

.copy,#copy   { 
            font-family: Arial, Verdana, Helvetica, sans-serif; 
			font-weight: normal;
			font-size: 8pt;
			color: rgb(0, 0, 0); 
			}
   
#white  a:link      { color: rgb(255, 255, 255); cursor: pointer; font-weight: bold; }  /* for unvisited links */
#white  a:visited   { color: rgb(0, 0, 0); cursor: pointer; font-weight: bold; } /* for visited links */
#white  a:active    { color: rgb(40, 116, 210); cursor: pointer; font-weight: bold; } /* when link is clicked */
#white  a:hover     { color: #6699CC; cursor: pointer; font-weight: bold; } /* when mouse is over link */

a:link.black      { color: rgb(0, 0, 0); cursor: pointer; font-weight: bold; }  /* for unvisited links */
a:visited.black   { color: rgb(0, 0, 0); cursor: pointer; font-weight: bold; } /* for visited links */
a:active.black    { color: rgb(0, 0, 0); cursor: pointer; font-weight: bold; } /* when link is clicked */
a:hover.black     { color: #000000; cursor: pointer; font-weight: bold; } /* when mouse is over link */

/* content Area */
		   
 
.border 
           {  		   
		   background-color: rgb(255, 255, 255);
		   border-bottom:#4F8A10 solid 1px; 
		   border-top:#4F8A10 solid 1px; 
		   border-right:#4F8A10 solid 1px; 
		   border-left:#4F8A10 solid 1px;
           }
		   
#whiteborder,.whiteborder  
           {  		   
		   background-color: rgb(255, 255, 255);
		   border-bottom:#000000 solid 1px; 
		   border-top:#ffffff solid 1px; 
		   border-right:#ffffff solid 1px; 
		   border-left:#ffffff solid 1px;
           }
		   
.border_field 
           {  		   
		   background-color: rgb(255, 255, 255);
		   border-bottom:#4F8A10 solid 1px; 
		   border-top:#4F8A10 solid 1px; 
		   border-right:#4F8A10 solid 1px; 
		   border-left:#4F8A10 solid 1px;
           }	
		   
.textarea 
           {  		   
		   background-color: #A9BDB6;
		   border-bottom:#000000 solid 1px; 
		   border-top:#000000 solid 1px; 
		   border-right:#000000 solid 1px; 
		   border-left:#000000 solid 1px;
		   font-family: Arial, Verdana, Helvetica, sans-serif; 
		   font-weight: normal;
		   font-size: 8pt;
		   color: #000000;
           }
		   
SELECT
           {  		   
		   background-color: #ffffff;
		   border-bottom:#000000 solid 1px; 
		   border-top:#000000 solid 1px; 
		   border-right:#000000 solid 1px; 
		   border-left:#000000 solid 1px;
		   font-family: Arial, Verdana, Helvetica, sans-serif; 
		   font-weight: normal;
		   font-size: 8pt;
		   color: #000000;
           }		
		   
.lines,#lines 
           {  		   
		   background-color: rgb(255, 255, 255);
		   border-bottom:#000000 solid 1px; 
		   border-top:#000000 solid 1px; 
		   border-right:#000000 solid 1px; 
		   border-left:#000000 solid 1px;
           }	   

		   

