/* CSS Document */

	
	/*Typography*/
	body,p,li,table,h1,h2,h3,h4,h5
		{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
		}
	p
		{
		margin-top:2px;
		margin-bottom:15px;
		}
	h1	
		{
		margin-top:2px;
		font-size: 24px;
		color: #128286;
		margin-bottom:15px;
		font-weight: normal;
		letter-spacing:0px;
		}
	h2
		{
		font-size: 14px;
		color: #666666;
		margin-bottom:3px;
		margin-top:2px;
		letter-spacing:1px;
		}
		
	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: #006666;
		}
	
	/*#content table
		{
		width:99%;
		border:1px solid #005782;
		padding:0px;
		margin:0px;
		border-collapse:collapse;
		}
	#content td
		{
		border:1px solid #005782;
		padding:3px;
		margin:0px;
		}*/


	#footer
		{
		text-align:center;
		font-size:9px;
		color:#33333;
		}
