trbody, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: dimgrey;
	font-size: 10pt;
	line-height: 140%;
	border: 0px;
	padding: 0px;	 
	cellspacing: 0px;
	}

/*	original colors:
	rgb(51, 51, 153); DAI blue 
	rgb(255, 102, 0); DAI orange  
	rgb(58, 107, 165); IBM
	rgb(204, 51, 0); maroon	  

	darkblue
	orangered
	dimgrey
*/
	
	
body	{
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;	
	background: lightgray;
	}


table.main
	{
	width: 95%;
	align: center;  /* this line does not center the table */
	margin-left: auto; /* these two lines center the table in most browsers - IE requires <div align="center"> right after <BODY> */
	margin-right: auto;
	border-collapse: collapse;
	border: 0pt solid white;
	background: white; 
	}


/* ************ LINK PROPERTIES *************** */

a:link { 
	text-decoration: none;
/*	border-bottom: 1px dashed darkblue;  */
	color: orangered;
	}

a:visited { 
	text-decoration: none;
/*	border-bottom: 1px dashed darkblue;  */
	color: orangered;

	} 

a:active { 
	text-decoration: none;
/*	border-bottom: 1px dashed darkblue;  */
	color: orangered;
	} 

a:hover {
	text-decoration: none;
	color: orangered;
	border-bottom: 1px solid darkblue;  
/* 	background-color: rgb(213, 234, 234);  /* light blue */  */
	} 


a.images:link { 
	text-decoration: none;
	border-bottom: 0px solid;
	}

a.images:visited { 
	text-decoration: none;
	border-bottom: 0px solid;
	} 

a.images:active
	{ 
	text-decoration: none;
	border-bottom: 0px solid;
	} 

a.images:hover
	{
	text-decoration: none;
	border-bottom: 0px solid;
 	background-color: none;
	} 


a.navigation:link
	{
	text-decoration: none;
	font-weight: normal;
	color: dimgrey;
	border-bottom: 0px;
	}


a.navigation:visited
	{
	text-decoration: none;
	font-weight: normal;
	color: dimgrey;
	border-bottom: 0px;
	}

a.navigation:active
	{
	text-decoration: none;
	font-weight: normal;
	color: darkblue;
	border-bottom: 0px;
	}

a.navigation:hover
	{
	text-decoration: none;
/*	font-weight: bold;    */
/*	color: white; */   
	border-bottom: 1px solid darkblue;
	}


/* *********** TEXT PROPERTIES *********************  */

.title
	{
	color: darkblue;
	font-size: 28;
/*	font-weight: bold;   */
	font-weight: normal;   
	font-family: times, serif;
/*	border-bottom: 1px solid orangered;  */
	}


.current-page  /* used for page name in navigation bar  */
	{
	color: orangered;	   
/*	font-weight: bold;    */
	}

H1
	{
	color: darkblue;
	font-size: 28;
/*	font-weight: bold;   */
	font-weight: normal;   
	font-family: times, serif;
	}

H2
	{
	color: dimgrey;
	font-size: 30;
	font-weight: normal;
	font-family: times, serif;
	}

EM
	{
	font-style:normal;
	font-weight: bold;
	}

.copyright
	{
	font-size: 10;
	font-family: Verdana;
	color: white;
	}

	
.em-orange
	{
	font-size: 11pt;
	font-style: normal;
	font-weight:bold;
/*	font-weight: bold;	 */
	font-family: Verdana;
/*	color: darkblue;	 */
	line-height: 200%;	
	}

	
ul.CircleNoIndent 
	{
	list-style-type: circle;
	padding-left: 15px;
	}		  
	

	
.sidebar
	{
	font-size: 11pt;
	line-height: 180%;
	font-family: Verdana;
	color: orangered;
	}


.client
	{
	font-family: Verdana;
	color: dimgrey;
	font-size: 8pt;
	line-height: 180%;
	}
	
	
.Quote_open
	{
	font-family: times, serif;
	font-size: 23pt;
	font-weight: bold;	 
/*	color: dimgrey;  */
/*	color: orangered; */
	color: lightgray;
		}	

.Quote_closed
	{
	font-family: times, serif;
	font-size: 25pt;
	line-height: 50%;
	font-weight: bold;	 
/*	color: dimgrey;  */
/*	color: orangered; */
	color: lightgray; 
	}	

/* *************** TD PROPERTIES ***************** */

table.topmenu
  	{
	width: 95%;
	align: center;  /* this line does not center the table */
	margin-left: auto; /* these two lines center the table in most browsers*/
	margin-right: auto;
	border-collapse: collapse;
	border: 0pt solid white;
	background: white; 
	}

td.logobar
	{
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	}

td.titlebar
	{
	height: 75px;
	padding-left: 0px;
	padding-top: 35px; 
/*   	background-color: rgb(204, 51, 0); maroon  */
	background-color: white;
	border: 0pt solid white;   
	border-top: 3pt solid orangered; 
	border-bottom: 12pt solid white;    
	}

td.navigation
	{
	width: 20%;    
	line-height: 200%;
	font-family: Verdana;
	font-size: 8pt;
	padding-top: 0px; 
	padding-bottom: 0px; 
	vertical-align: top; 	
	padding-left: 30px;
	padding-right: 0px;
/*	border: 0pt solid white;		  */   
/*	border-left: 2pt solid orangered; 	*/
	}

td.maintext
	{
	width: 60%;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 30px;
	}

td.sidebar
	{
	width: 25%;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 25px;
/*	background: white;
/*	background: rgb(234, 234, 234);   /* gray */  */
/*	background: rgb(49, 101, 99);   /* teal */   */
	border: 0pt solid white;   
	border-left: 1pt solid orangered; 
	padding-left: 20px;
	}

td.bottom
	{
	background-color: orangered;   
	vertical-align: center;
	text-align: center;
	height: 20px;  	
	padding-left: 0px;
	padding-right: 60px;
	}


td.copyright
	{
	vertical-align: center;
	height: 20px;
	text-align: center;
	background-color: orangered;
	border: 0pt solid white;   
	}

	
/* ********** IMG PROPERTIES **************** */

img.titlepicture
	{
	border: 0px;
	width: 95%;   
/*  height: 144px;   */
	float:none;   
	}

img.logopicture
	{
	float: right;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

img.client-logo
	{
	float: left;
	border-right: 10px solid white;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	}

img.servicepicture
	{
	float: left;
	width: 35%;  
	border-right: 10px solid white;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	}


/* *************** This if for RESULTS.HTML only ************** */

table.results
	{
	border-collapse: collapse;
	border: 0px;
	cellpadding: 10px;
	cellspacing: 10px;
	font-family: Verdana;
	}

.results-header
	{
	font-weight: bold;
	}

.results
	{
	font-family: Verdana;
	font-size: 8pt;
	line-height: 130%;
	}



/* *********** NOT USED   ******************* */

/*  Properties for link pointing to the current page  */

A.navigation_bold:active
	{
	text-decoration: none;
	color: orangered;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 0px;
	}


A.navigation_bold:visited
	{
	text-decoration: none;
	color: orangered;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 0px;
	}


A.navigation_bold:hover
	{
	text-decoration: none;
	color: orangered;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 0px;
	}
	
	/* ************ This if for INDEX.HTML only ************ */

td.clientquote
	{
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 4	0px;
	border: 0pt solid white;
/*	color: white;    */
	font-weight: bold;
 	background-color: rgb(255, 194, 140);  /* light orange */
/*	background-color: rgb(58, 107, 165); /* IBM */   */
/* 	background-color: rgb(191, 96, 0);  /* rust */	*/
	}

A.clientquote:link
	{
	text-decoration: ;
	font-weight: bold;
/*	color: white;   */
	}

A.clientquote:visited
	{
	text-decoration: ;
	font-weight: normal;
/*	color: white;   */
	}

A.clientquote:active
	{
	text-decoration: ;
	font-weight: bold;
/*	color: white;   */
	}

A.clientquote:hover
	{
	text-decoration: ;
/*	font-weight: bold;      */
/*	color: white;   */
/*	background-color: rgb(191, 96, 0);  /* rust */    */
	}










