/* CSS Document */

	
	/*Typography*/
	body,p,li,table,h1,h2,h3,h4,h5
		{
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#333333;
		}
	p
		{
		margin-top:2px;
		margin-bottom:15px;
		}
	h1	
		{
		margin-top:2px;
		font-size: 24px;
		color: #8CC63F;
		margin-bottom:15px;
		font-weight: normal;
		letter-spacing:0px;
		}
	h2
		{
		font-size: 12px;
		color: #8CC63F;
		margin-bottom:3px;
		margin-top:2px;
		letter-spacing:0px;
		}
		
	h3,h4,h5,h6
		{
		margin-top:2px;
		font-size: 12px;
		color: #000000;
		margin-bottom:3px;
		}
	hr
		{
		border:none 0;
		border-top:1px dashed #CCCCCC;
		width:50%;
		height:1px;
		}
	a:link
		{
		color: #8CC63F;
		text-decoration:none;
		}
	a:visited
		{
		color: #8CC63F;
		text-decoration:none;
		}
	a:hover
		{
		color: #8CC63F;
		text-decoration: underline;
		}
	a:active
		{
		color: #8CC63F;
		text-decoration:none;
		}
	#footer
		{
		text-align:center;
		font-size:9px;
		color:#33333;
		}
