	/* major document styles such as body, and headers */
			BODY {
				font-family: Arial, Sans;
				font-size: 10pt;
			}
			H2 {
				font-family : "News Gothic MT", "Palace Script MT";
			}
			H3 {
				font-family : "Berlin Sans FB", "Eras Demi ITC";
			}
			A {
				color: rgb( 128, 143, 148 );
				text-decoration: none;
			}
			A:hover {
				text-decoration: underline;
			}
	/* table styles */
			TABLE {
				background-color: rgb( 230, 237, 240 );
			}
			TH {
				background-color: rgb( 128, 143, 148 );
				font-variant: small-caps;
				font-family: Arial, Helvetica, Serif;
				color: rgb( 190, 193, 167 );
				text-align: left;
				font-size: 10pt;
			}
			TR.row {
				background-color: rgb( 230, 237, 240 );
			}
			TR.task {
				color: black;
				font-size: 8pt;
				background-color: rgb( 230, 237, 240 );
			}
			TD.blank {
				background-color: rgb( 230, 237, 240 );
				margin-top: 0px;
				margin-bottom: 0px;
			}
			TR.title {
				background-color: rgb( 128, 143, 148 );			
			}
			TD.menubar{
				background-color: rgb( 128, 143, 148 );
				font-family: Verdana Ref;
				font-size:9pt;			
			}
			.ts {
				font-size: 8pt;
				color: Black;
				font-variant: normal;
				text-decoration: underline;
				font-family: Times New Roman, Times;
				font-weight: normal;
				margin-top: 0px;
				margin-bottom: 0px;
				background-color: silver;
				border-top:1px solid navy;
				border-bottom:1px solid navy;
				text-align: center;
			}
	/* input styles */
			INPUT.update {
				font-family: Arial, Helvetica, Serif;
				font-size: 7pt;
				color: White;
				background-color: rgb( 128, 143, 148 );
				height: 17px;
				width: 50px;				
				border: 1px solid black;
			}
			INPUT.text {
				height: 12px;
				font-size: 7pt;
				text-align: right;
				width: 25px;
			}
			INPUT.date {
				height: 13px;
				font-size: 7pt;
				text-align: left;
				width: 175px;
			}
	/* miscellaneous classes */
			.projects {
				border: rgb( 128, 143, 148 ) thin solid;
			}
			.desc {
				font-size: 8pt;
				color: black;
			}
			.hdnDesc {
				display: none;
			}
			.openDesc {
				cursor: hand;
				text-decoration: underline;
				font-size: 8pt;
				color: gray;
			}
			.showDesc {
				color: black;
				font-size: 7pt;
				background-color: rgb( 230, 237, 240 );
				line-height: 7px;
			}
			.projectTitle{
				font-family : "Verdana Ref", "Copperplate Gothic Light", "Arial Rounded MT Bold";
				text-transform: uppercase;
				overflow: hidden;
			}
			.current {
				font-weight: bold;
			}
			.past {
				font-weight: bold;
				color: crimson;			
			}
/*-- 
This file is copyright 2001 the author, Philip Dearmore, all rights reserved.  
You may not upload the uncompiled form of this code to any web site without my
written permission.  You may use parts of this code in your application, provided
you give me credit and notify me via e-mail at pdearmore@hotmail.com.
*/
