@media screen, projection {

	h1, h2, h3, h4, h5, h6, p, form { margin: 0;	padding: 0; }
	
	img { border: none; }
	
	ul, ol, li {
	   margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.clearMe {
		clear: both;
		font-size: 1px;
		height: 0;
		margin: 0;
		line-height: 0;
	}
	
	div.clearMe { overflow: hidden; }
	
	.inv {
		position: absolute;
		top: -1000px; left: -1000px;	
		width: 0; height: 0;	
		overflow: hidden;
		display: inline;
	}
	
	.digFormBut, label { cursor: pointer; }
	
	.digFormBut {
		margin: 0; padding: 0;
		border: 0.0833em solid;
		font-weight: bold;
	}
	
	input, textarea, select {
		font-size: 100%;
		font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	}
	
	abbr, acronym {
	   border-bottom: none;
	   font-style: normal;
	   cursor: help;
	}
	
	* { padding:0; margin:0; }
	
	a { text-decoration: underline; }
	
	q, cite, blockquote {
	   quotes: '\0' '\0' '\0' '\0';
	   font-style: normal;
	}
	
	.plain { font-weight: normal; }
	.bold { font-weight: bold; }
	.italic { font-style: italic; }
	
	.small { font-size: 93%; }
	.digNoWrap { white-space: nowrap; }
	
	table, tr, td, th {
	   padding: 0; margin: 0;
	   border: none; border-width: 0; border-style: solid;
	   border-spacing: 0; border-collapse: collapse;
	   vertical-align: top;
	}
}
