/* 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: #9a9694 url(../../img/interface/background.gif) 0 0 repeat-x;
	color: #4b4b4b;
	font: 68.75% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0 0 17px 0;
	}
	h1 { 
		font-size: 1.3em; 
	}
	h2 { 
		font-size: 1.2em; 
	}
	h3 { 
		font-size: 1.1em;
	}
	h4 { 
		font-size: 1.2em;
	}
	h5 { 
		font-size: 1.1em;
	}
	h6 { 
		font-size: 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 {
		clear: both;
		border: 0; 
		height: 1px; 
		background: #dfdfdf; 
			*color: #dfdfdf; 
		margin-bottom:  0;
		
	}
	a, a:link, a:visited {
		color: #4a78a9;
		text-decoration: none;
		outline: none;
		}
		a:hover, a:active {
			text-decoration: underline;
		}
	img { 
		border: none;
	}
	form {
		margin: 0;
		padding: 0;
		}
		input, select, textarea {
			font: 1em Verdana, Tahoma, Arial, Helvetica, sans-serif;
		}

	fieldset {
		border: none;
	}
	
	sup { font-size: .9em; }