.title
        {               
                font-family:  'Trebuchet MS','Tahoma','Arial';
                font-size: 18pt;
                color: #FF6600;   /*  orange  */
				text-align:center;
				letter-spacing:3px;
				font-weight:lighter;
        }

.subtitle
        {               
                font-family:  'Trebuchet MS','Tahoma','Arial';
                font-size: 12pt;
				color: #577E19;  /* green  808080 gray */
				
        }
		
#center
        {               
                text-align: center;
        }
#justify  {
	text-align: justify;
}	

.emp 
{	color:#FF6600;
	font-weight:bold;
	}
.copyright
{               
	 font-family:  'Trebuchet MS','Tahoma','Arial';
	 color: #577E19;
	 font-size: 8pt;
}

TH.highlight
{               
	background: #577E19;
	color: white;
}

TD.highlight
{               
	color: #577E19;
	background: #E6E6E6;
}
TD.line
{	background-image:url(images/grayline.gif);
	vertical-align:middle; line-height:1;
}

TABLE.project	{ width:615; margin-left:20px;
}

H1, H2, H3  {}

A  {
	 font-family:   'Trebuchet MS','Tahoma','Arial';
	 color: #EC4D00;
}

A:Visited  {color: #808080;}

A:Active  {}

A:Hover  {text-decoration:none; color:FF6600;}

/* used in project_snap for mouse over */
.display
{
	HEIGHT:autox;
	LEFT:210; 
	POSITION:absolute; 
	TOP:80; width:auto; /* 120 */
	visibility: hidden;
}

BODY, TABLE, TR, TH, TD, UL, OL, LI, DIV, P, CAPTION, DIV, TEXTAREA, ALT {
	font-family :   'Trebuchet MS','Tahoma','Arial';
	font-size : 10pt;
	text-decoration : none;
	color: #808080;
}

.box {border: 1px gray solid; padding:10;}
.thumbox {border: 1px silver solid; padding:4;}

li { list-style-type:square; /*list-style-image:url(images/divider.jpg)*/}
ul.bullets li { color:#577E19; }		/* green */
ul.bullets li span { color:#666666 }	/* gray  */
