/* 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;
}

body { 
	background: #304258; 
	color: #707070;
	font: 68.75%/1.365 Arial, Verdana, Tahoma, Helvetica, sans-serif;
	}
	h1 { 
		font-size: 1.5em; 
	}
	h2 { 
		font-size: 1.3em; 
	}
	h3 { 
		font-size: 1.3em;
	}
	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, ol {
		list-style: none;
		}
		li {
			position: relative;
			font-size: 1em;
			}
			li li {
				font-size: 1em;
			}
			
	hr {
		border: 0; 
		height: 2px; 
		background: #e5e5e5; 
			*color: #e5e5e5; 
		margin-bottom: 0;
	}
	a, a:link, a:visited {
		color: #df7c2b;
		text-decoration: none;
		}
		a:hover, a:active {
			text-decoration: underline;
		}
	img { 
		border: none;
	}
	form {
		margin: 0;
		padding: 0;
		}
		input, select, textarea {
			font: 1em Arial, Verdana, Tahoma, Helvetica, sans-serif;
		}

	
	
