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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 				0;
	padding: 				0;/*

	outline: 				0;
	background: 			transparent;
*/
}

 
* {
	list-style: none;
}
 
html {
	/* Force scrollbar */
	height:					100%;
	padding:				0 0 1px 0; 
}
 
body {
	font-size: 				70%;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	text-align: 			left;	
	min-width: 88em;
	margin: 0 auto;
	color: rgb(102, 102, 102);
}
		
a {
		text-decoration: none;
		color: rgb(33, 117, 155)/* rgb(35,152,201) */;
}
a:hover {
		color:  #D54E21;
}

a img {
	border:					0;
}
h1, h2, h3, h4, h5, h6 {

	font-weight: normal;
}
 
h1 {
    font-size: 2.4em;
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 1em;
}
input , textarea , select{
    border: 1px solid #cccccc;
    color: #4c4c4c;
}
select{
    padding: 0;
    background: white;
}