﻿
	/* ================================================================== */
	/* GLOBAL STLYES								 					  */
	/* ================================================================== */
	
	 HTML, BODY
	  	{
		 font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
		 color: #fff;
	 	 font-size: 12px;
	 	 margin: 0px;
				 
		 background-position:center top;
		 background-repeat:no-repeat;	    
		 background-color: #3b3f43;
		 background-attachment:fixed;
		 outline:none;
		 		 
		 scrollbar-3d-light-color: #ffffff;; 
		 scrollbar-arrow-color: #00000;; 
		 scrollbar-base-color: #3b3f43;; 
		 scrollbar-dark-shadow-color: #00000;; 
		 scrollbar-face-color: #3b3f43;; 
		 scrollbar-highlight-color: #000000;; 
		 scrollbar-shadow-color: #000000;
		}
		
	  

	/* ================================================================== */
	/* THESE STYLES ARE FOR THE MAIN STRUCTURE TABLE 					  */
	/* ================================================================== */
		

	DIV#mainDiv
		{		 
			 margin: 1 auto;			 
			 width:	1600px;			 
			 height: 1000px;
		
		}	 

	
	p 	
		{
			color : white;
			font-family : Arial, Helvetica, sans-serif;
			font-size : 12.0pt;
		}
	
	a:link {color: #ffffff; text-decoration:none;}     /* unvisited link */
	a:visited {color: #999999; text-decoration:none;}  /* visited link */
	a:hover {color: #000000; text-decoration: overline underline; font-weight: bold; background:#888;}   /* mouse over link */
	a:active {color: #999999;text-decoration:none;}   /* selected link */ 

	img {
	border:dotted #000000 1px; 
	
	}