/*	Generic tags
	---------------------------------------
	This area defines all standard classes 
	generic tag declerations */
	
body {
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
/*	Shared classes and Id's
	---------------------------------------
	This area defines all shared and common
	classes and Id declerations */
	
.hidden { display: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.top { display: none; }

/*	other specific classes and Id's
	---------------------------------------
	This area defines all tags and 
	classes inside of custom classes or Id's */
	
#h { display: none; }
#ht {display: none; }
#hf { display: none; }
#ha { display: none; }
#hp { display: none; }	
#cl { display: none; }
#cr { display: none; }

img { display: none; }
#c img { display: inherit; }
* html #c img { display: inline; }

#flash { display: none; }
#banner { display: none; }
#hero { display: none; }
#spotlight { display: none; }

a { color: #000000; }

/* Header classes */

#siteTitle { display: block; }
#bc a, #bl a { text-decoration: none; }
#staticBanner { display: none; }

/* Relationship / Right column classes */

#lr, #lrb, #lrm { display: none; }

/*	Footer classes */

.bodyDebug { display: none; }
#f .right { display: none; }
#f .fleft { display: none; }

/* Other */

#ll blockquote { margin: 0px; padding: 0px }
.hide { display: none; }
.more { display: none; }

