/* 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: #cfd4e6 url(../../img/interface/page-background.jpg) 0 0 repeat-x;
	color: #363636;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 75%; /* 11px base */
	letter-spacing: .091em;
	line-height: 1.5;
	}
	
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #161616;
}
	
p {
	margin-bottom: 1.818em;
}

ul,
ol {
	margin-bottom: 1.818em;
	}

ul {
	list-style: none;
	}
	
a, a:link, a:visited {
	color: #405080;
	overflow: hidden;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

hr {
	border: none;
	border-bottom: 1px solid #b0b0b0;
	clear: left;
	margin: 1.818em 0;
}
