body
{
	font-family: Arial, Lucida, Verdana, sans-serif;
	font-size: 80%;
}
.PD_LogoArea
{
	width:570px; 
	margin-bottom:50px;
}
.PD_ContentArea
{
	width:500px; 
	margin-left:70px
}
.PD_FooterArea
{
	width:500px; 
	margin: 50px 0px 0px 70px;
}
	.PD_FooterArea p
	{
		font-size:10px;
	}
/* <TextDesign> */
	/* <P> */
		p 
		{
			margin: 0px 0px 10px 0px;
			padding: 0;
			line-height:140%;
		}


		p a 
		{
			color: #000000;
		}

		p a:hover 
		{
			color: #000000;
		}
	/* </P> */
	/* <H> */
		h1, h2, h3, h4, h5, h6
		{
			color: #000000;
			font-weight: normal;
			margin: 0px 0px 0px 0px;	
		}
		h1
		{
			line-height:120%;
			font-size: 1.6em;			
		}
		h2
		{
			margin: 20px 0px 0px 0px;
			font-size: 1.3em;
		}
			h2 a
			{ 
				text-decoration:none;
			}
		h3
		{ 
			font-size: 1.2em;
		}
		h4
		{
			margin:5px 0px 0px 0px;
			font-size: 1.16em;
		}
		h5
		{ 
			font-size: 1.0em;
		}
		h6
		{ 
			font-size: 0.9em;
		}
/* </TextDesign> */

table 
{
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-collapse: separate;
	background-color: white;
}
table th 
{
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table td 
{
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
img
{
	border: none;
	padding:5px 0px 5px 0px;
}
a img
{
	border:none;
}
.hr 
{
	height: 1px;
	background-color:#d9d9d9;
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
}
ul li 
{
	list-style: circle;
	margin-left: 0;
}
ol li
{
	list-style: decimal;
	margin-left: 0;
}	
