/*
*****************************************************************************
	Contents: Stylesheet for smaller devices
*****************************************************************************
*/
	 body { 
	 font-family:Arial, Helvetica, sans-serif;
		-webkit-text-size-adjust: none; 
		-ms-text-size-adjust: none; 
		width: 100%; 
		min-width: 0; 
		margin-left: 0; 
		margin-right: 0; 
		padding-left: 0; 
		padding-right: 0; 
	} 
	
	.smartphone_content {
		display:block !important;
		width:100%;
		padding:5px;
		margin:0;
	}
	
	.smartphone_footer {
		display:block !important;
		margin:0;
		padding:0;
		width:100%;
	}
	.smartphone_footer ul {
		margin:10px 0 0 0;
		padding:0;
		
	}	
	.smartphone_footer ul li{
		font-size:18px;
		display: block;
		margin:0;
		padding:8px;
		color:#fff;
		background:#002d56;
		border-bottom:1px solid #8da9be;
	}	
	.smartphone_footer ul li a{
		color:#B1F9FC;
	}
	
	h1, h2 {
	
	font-weight:bold;
	text-align:left;
	margin:15px 0;
	padding:0;
	letter-spacing:normal;
	}

	h1 a, h2 a { font-weight: inherit; }
	
	h1 { font-size: 23px; 		
		color:#002d56 !important;
		}
	h2 { 
		font-size: 19px; 
		font-weight:normal;		
		 }

	p { font-size: 15px; 
		line-height: 19px; 
		margin: 0 0 15px 0; 
		color:#000; 
		padding:0; 
	}
	
	header {
		background:#002d56;
	}

		
	.hide_small {display:none !important;}
	.show_small {display:inherit !important;}
	
	ul.stdlist  {
		margin: 15px 0 12px 15px;
		padding:0;
	}
	
	
	ul.stdlist li {
		font-size: 15px; 
		color:#000;
		line-height: 19px; 
		margin: 0 0 0 10px;
		padding:0;
		list-style-type:disc; 	
	}
	
	.btncall {
		margin:10px 0 0 0;
		text-align:center;
		background:#e5e5e5;
		padding:5px 0;
		font-size:17px;
		color#111;
	}
	
	.btncall a {
		color:#111;
	}


	
