/*
Title: 'reset css' screen presentation
Date: June 07
Author: Scott Jehl, Filament Group
Notes: This file resets the default browser css settings. For info, reference: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}