
/*	
	======================================================================

	content.css

	======================================================================
	Sustainable By Design PHP Library Component
	Version 2006.11.06
	Copyright 2006, 2005, 2004 Sustainable By Design
	======================================================================
*/


/* ----------------------------------------------------
   DOCUMENT
   ---------------------------------------------------- */

body, td, th, p, li {

	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #000;
}

body {

	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-color: #FFF;
}

body, html {

	height: 100%;
	text-align: center; 
}


/* ----------------------------------------------------
   BODY TEXT BASICS
   ---------------------------------------------------- */

#topLinks {

	color: #993;
	font-size: 11pt;
}

#footer {

	color: #FFF;
	font-size: 9pt;
}

#eMail {

	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
}

#copyright {

	color: #C60;
	font-size: 7pt;
}

/* ----------------------------------------------------
   MODIFIERS
   ---------------------------------------------------- */

.khaki {

	color: #D9D970;
}

.paleOrange {

	color: #FFB062;
}

.indented2em {

	padding-left: 2em;
}
