﻿body           {
				font-family:"Lucida Sans", "Arial", sans-serif;
				font-size: .95em; 
				color: #FFFFFF;
				background-color:#3E428A;
				background-image:url("/images/TechBack01.jpg");
				background-attachment:fixed;
			 }
			 
a			 {text-decoration:none; }
a:link		 { color:#ffff00; }
a:visited    { color:#ff00f0; }
a:hover		 { color:#FF0000; }
a:active	 { color:#FF0000; }
			 
.menuItem       {
                  font-size:.9em;
                  cursor:pointer;
                  text-align:left;
                }
                
.center { text-align:center; }
.justify { text-align:justify; }
                
.nd {color:#ffffff;}

.clientList {background-color:#dddddd;color:#606060;}               
			 
td.selectedItem   {
            		color:#ffff00;
            		font-weight:bold;
            		font-size:.9em;
            		cursor:default;
            		text-align:left;
	           }
			 
.outlineTable a:link	   { color:#0000FF; }
.outlineTable a:visited    { color:#800080; }
.outlineTable a:hover	   { color:#FF0000; }
.outlineTable a:active	   { color:#FF0000; }

.outlineTable {
				background-color:#FFFFFF;
				color:#000000;
				border-collapse:collapse;
				border-color:#000000;
				padding:9px;
			  }
			  
td 			{
				font-family: "Lucida Sans", "Arial", sans-serif;
				font-size: 10pt; 
			}
			
.indentedContent  {
				margin-left:25px;
	  			margin-right:25px;
				text-align:justify;
			   }
			   
.pointLink 
		   {
				cursor:pointer;
				color:#FFCCCC;
				font-weight:bold;
				font-size:1.1em;
            
           }
           
           .pointLink2 
		   {
				cursor:pointer;
				color:#FFFFFF;
				
				font-size:1.1em;
            
           }