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

	content.css

	======================================================================
	Sustainable By Design PHP Library Component
	Version 2007.11.06
	Copyright 2007, 2005, 2004 Sustainable By Design
	======================================================================
*/


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

body, td, th, p, li {

	font-family: "Palatino", Times, "Times New Roman", serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #FFF;
}

body {

	margin: 0px;
	padding: 0px;
	background-image:  none;
	background-color: #000;
}

body, html {

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

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

.indented2em {

	padding-left: 2em;
}

.tinyItalicNote {

	font-size: 9pt;
	font-style: italic;
}

.bioText {

	font-size: 10pt;
}


/* ----------------------------------------------------
   LINKS
   ---------------------------------------------------- */

.whiteLink a:link, .whiteLink a:visited { 

	color: #FFF; 
	text-decoration: none;
}

.whiteLink a:hover {

	color: #FFF; 
	text-decoration: underline;
}

.whiteLink a:active {

	color: #888; 
	text-decoration: underline;
}

.italicLink {

	font-style: italic;
}

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