/*********************************************************
These styles were created mainly to limit their effect
to within this file only.  It primarily deals with tables
and makes extensive use of classes to affect the different
cells within the tables.

Author: Denys Lu
Copyright: January 2005
*********************************************************/

/*************************
Begin TAG redefenitions
*************************/
TABLE.project {
	margin-bottom: 15px;
	width: 100%;
	border-top: none;
	border-right: none;
	border-left: none;
}

.project TD {
	margin: 0px;
	padding: 0px;
	border: none;
}

.project TR {
	margin: 0px;
	padding: 0px;
	border: none;
}

/***********************************
Begin Content Classes Definitions
***********************************/
.client {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 0px;
	}

.namecontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	}

.locationContent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
}

TD.desc {
	width: 0px;
	padding-top: 5px;
}

.desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;

	}

.image {
	width: 188px;
	height: 132px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 10px;
}
