body
	{
		font-family: arial;
		font-size: 9pt;
		letter-spacing: 0.09em;
		word-spacing: normal;
		line-height: 1.5em;
		color: #a6a6a6;
	}
#foot
	{
		font-size: 8pt;
	}

/**
 *	HEADINGS
 */ 
#body h1,
	#body h2,
	#body h3,
	#body h4,
	#body h5,
	#body h6 
	{
		font-weight: normal;
	}


#body h1 { font-size: 12pt; }
#body h2	{ font-size: 10pt; }
#body h3 { font-size: 9pt; }
#body h4	{ font-size: 8pt; }
#body h5	{ font-size: 7pt; }
#body h6	{ font-size: 6pt; }

#body p
	{
		padding-bottom: 10px;
		
	}
	
#body h2.sub-title
	{
		color: #78afd8;
		font-weight: bold;
		text-transform: uppercase;
	}	






	
	
	
#body hr
	{
		border: none;
		border-top: 1px solid #2d2b2a;
		background: transparent;
	}
* html #body hr
	{
		border: 1px solid #2d2b2a;
		height: 1px;
	}
*:first-child+html #body hr
	{
		border: 1px solid #2d2b2a;
		height: 1px;
	}
	
	
	
	
	
	
	
	
	
	
#body-contents ul
	{
		list-style: none;
		margin: 0px;
		padding: 10px 0px 10px 0px;
	}
	
#body ul.list
	{
		
	}
#body ul.list li
	{
		background: url(images/icon-list.gif) no-repeat 0px 5px;
		padding: 2px 0px 2px 15px;
	}
	
#body ul.horizontal
	{
		width: 100%;
		clear: both;
		white-space: nowrap;
	}
#body ul.horizontal li
	{
		background: transparent;
		display: inline;
	}
	
	
#body .purple
	{
		color: #d65198;
	}
#body .green
	{
		color: #00932f;
	}
	
#body .brown
	{
		color: #d39242;
		font-size: 20px;
		letter-spacing: 0;
		font-weight: normal;

	}
	
#body .light-blue
	{
		color: #00bbff;
	}
	
#body .red
	{
		color: #f00;
	}
	
#body .red-brown
	{
		color: #d15248;
	}
#body .chrome-yellow
	{
		color: #fc3;
	}
	
#body .content-image-right
	{
		float: right;
		clear: right;
	}
	
#body .content-image-left
	{
		float: left;
		clear: right;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
