﻿/* HTML Defaults and Generics Classes */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr { 
	margin: 0; 
	padding: 0;
}
html {

}

body { 
	background: #d7d3d5; 
	background: #e0e0e0; 
	color: #4e5259;
	font: 68.75% Tahoma, Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	}
	h1 { 
		font-size: 2.0em; 
	}
	h2 { 
		font-size: 1.7em; 
	}
	h3 { 
		font-size: 1.5em;
	}
	h4 { 
		font-size: 1.1em;
	}
	p { 
		font-size: 1em;
	}
	
	table { 
		}
		caption { 
			font-size: 1em; 
			text-align: left;
		}
		th { 
			font-size: 1em;
			text-align: left;
			}
			th th {
				font-size: 1em;
			}
		td { 
			padding: 0;
			font-size: 1em;
			}
			td td {
				font-size: 1em;
			}
	ul {
		list-style: none;
		}
		li {
			/* position: relative; */ /* solves disappearing ul in print preview */
			font-size: 1em;
			}
			li li {
				font-size: 1em;
			}
			
	hr {
		border: 0; 
		height: 1px; 
		background: #999; 
			*color: #999; 
		margin-bottom: 0;
	}
	a 	{
			color: #ff0404;
			text-decoration: none;
			outline: none;
		}
		a:link {
			color: #ff0404;
		}
		a:visited {
			color: #ff0404;
		}
		a:hover {
			color: #ff0404;
		}
		a:active {
			color: #ff0404;
		}
		
	img { 
		border: none;
	}
	form {
		margin: 0;
		padding: 0;
		}
		input, select, textarea {
			font: 1em Tahoma, Arial, Verdana, Helvetica, sans-serif;
			
		}
		fieldset { border: none; }
	
