@charset "utf-8";
/* Style Mobile */

float {
	
	float: none;
	
	}
	
	
img { 
    
	max-width: 100%; 
    
	height: auto; 
    
	float: none; 

	}


body { 
  
	color : #000000; 
	  
	background : #ffffff; 
	 
	}


h1 {

	font-size: 1.3em;

	}



h2 {

	font-size: 1.1em

	}
	
	
	
h3 {
	
	font-size: 1em;
	
	}
	
	
p {

	font-size: .9em;
	
	line-height: 2em;
	
	}

.smallHeaderImages, #sidebar, .quoteImages, .pieChart {

	display: none;
	
	}
	
	
/* ----- Form -----  */


fieldset {
  
	margin: 10px 0 0 0;
	  
	padding: 0; 
	
	} 


legend {  
	
	margin-left: 8px;  
	
	color: #000; 
	
	} 


fieldset ol {  
	
	padding: 5px 5px 0 5px;  
	
	list-style: none; 
	
	} 


fieldset li {  
	
	padding-bottom: 15px; 
	
	} 


fieldset.submit {  
	
	width: auto;  
	
	border: 0 none #fff;  
	
	padding: 0 0 20px 0;  
		
	}
	
	
label {  
	
	width: 100px;  
	
	margin-right: 20px;
	
	text-align: left; 
	
	}
	
	
input {
	
	border: 1px solid #036;
	
	}
	
	
textarea {
	
	border: 1px solid #036;
	
	background-color: #fff;
	
	max-width: 100%;
	
	}