/*
	This file contains the global reset for the entire site. Include this file into another 
	stylesheet using - @import url(reset.css);

	Note: @import directives must be placed at the very top of a stylesheet.
*/

*					        	    { margin: 0; padding: 0; }
html				        		{ overflow-y: scroll; }
body				        		{ height: 100%;}
body			        			{ font-size: 62.5%; font-family: Helvetica, Arial, sans-serif; color: #71696D; }
ul				        			{ list-style: disc inside; padding-left: 10px; }
ol				         			{ list-style: decimal inside; padding-left: 10px; }
li                                  { list-style-position: outside; }
a					          		{ outline: none; }
a img			        			{ border: none; background: none; }
img							        { vertical-align: middle; }
table						        { border-collapse: collapse; }
p							        { margin-top: 10px; }
textarea							{ resize: none; }									  
input:focus, textarea:focus 		{ outline: none; }
/* globally hide print logo - will set to show in print.css stylesheet */
img#print_logo { display: none; }