@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, 
blockquote, address, form, fieldset,
ul, ol, li, img, div, span, p {
	margin: 0;
	padding: 0;
	border: none;
}

table{ border-spacing:0; }
ol,ul {list-style:none;}
h1,h2,h3,h4{font-size:100%; padding: 0 0; color: #e78b00; font-family: Verdana, Arial, sans-serif; }

h2,h3{ font-size:14px;  }

th {text-align:left;}
a{ color:#ff9900; text-decoration:none; outline:none; cursor:pointer; } a:hover{ text-decoration:underline;  }
object { outline:none; }

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td {
	padding:0px;
	margin: 0px;
} 



body,div, td, input, textarea, option, select {
	font-family:"Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
	font-size:11px; 
	font-style:normal;
	font-weight:normal;
	/*color: #C6C8CA;*/
}


legend { display: none; }
input, textarea, select, option, optgroup, button {
	font-size: 1em;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	height: 1px;
	width: 1px;
}
