body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}


/* general type styles */

	a	{
		color: #000;
		font-weight:bold;
		text-decoration: none;
		background-color: transparent;
		}

	a:link	{
		color: #000;
		text-decoration: none;
		background-color: transparent;
		} 

	a:visited	{
		color: #000;
		text-decoration: none;
		background-color: transparent;
		} 

	a:active	{ 
		color: #00407a;  
		text-decoration:underline;
		background-color: transparent;
		} 

	a:hover		{ 
		color: #00407a; 
		text-decoration:underline; 
		background-color: transparent;
		} 
		

		

	img	{
		padding: 0px;
		border: 0px;
		margin: 0px;
		}
		
	h1	{
		font-family: arial,helvetica, sans-serif;
		font-size: 18px;
		line-height: 14px;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		}

	h2	{
		font-size: 14px;
		font-family: arial, helvetica, sans-serif;
		color: #000;
		line-height: 16px;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}		

	h3	{
		font-size: 12px;
		font-family: arial, helvetica, sans-serif;
		line-height: 16px;
		font-weight: bold;
		padding: 0px 0px 10px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}
		
	h4	{
		font-size: 11px;
		font-family: arial, helvetica, sans-serif;
		line-height: 13px;
		font-weight: bold;
		padding: 0px 0px 3px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}

	p	{
		padding: 0px 0px 10px 0px;
		}
		
	img	{
		margin: 0px;
		padding: 0px;
		}

	

