@charset "utf-8";
	body{ margin:0px; padding:0px;font-size: 80%;}
	.pda{
		 font-family:Arial,  sans-serif;
		 font-size:16px;
		 padding:5px;
		 color: #000;
		 word-wrap: break-word;
		 -webkit-text-size-adjust: none;		
		
		margin: 0px;
		background-repeat: no-repeat;
		background-position: 0px top;
		border: 2px solid #074c72;
		color: #444;
		background-color: #FFFFFF;
		line-height: 20px;
	}
	.mobileTitle{
		max-width: 100%;
		max-height: 100%;
	}
	
	.pda a{
		color: #0066CC;
		text-decoration: none;
	}
	.pda a:hover{
		color: #CC6600;
		text-decoration: underline;
	}
	.pda img{ border:0px; vertical-align:middle;}

	.pda h1 {margin:0px;padding:0px;}
	

	.pda h2 {
		margin:5px 5px;
		padding:0px;
		font-size: 120%;
		font-weight: bold;
		color: #0066CC;
		clear:both;
	}
	.pda h3{
		color: #996600;
		font-size: 100%;
		background-image: none;
		clear:both;
		margin:0px 5px;	


	}

	.pda .body{margin:5px 0;}
	.pda .body p{ margin:0px 0 10px 10px;}
	.pda .body ul{
		margin:5px 10px 5px 10px;
		list-style-type: none;
		text-align:left;
	}
	.pda .body li{
		background-image: url(../images/icon1.gif);
		background-repeat: no-repeat;
		background-position: 0px 5px;
		padding-left:18px;
		line-height: 25px;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #CCCCCC;
	}

	.pda .body table{font-size: 100%;}



	.pda .menu{
		background-color: #074c72;
		padding:2px 5px;
		color: #CCCCCC;
	}
	.pda .menu a{
		color: #ffffff;
		text-decoration: none;
		font-size: 85%;
	}
	.pda .menu a:hover{
		color: #FFCC00;
		text-decoration: underline;
	}


	.pda .body .blockquote{
		color: #996600;
		line-height: 20px;
		margin:5px 10px 0 10px;
		clear:both;
	}

	.pda .body .date{
		color: #CC6600;
		font-size:85%;
		margin:0px 0 0 10px;
	}	
	

