/*RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse; 
	border-spacing:0;
}
fieldset,img {
	border:0;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left; 
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
abbr,acronym {
	border:0;
}

/*FONT SIZEING DEFAULTS*/
body {
	font-size: 100%;
	line-height:1.125em; /* 16×1.125=18 */
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
table {
	font-size:100%;
}
th {
	line-height: 12px;
}
select, input, textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
pre, code {
	font:115% monospace; 
	font-size:100%;
}
h1, h2, h3, h4 {
	background-color:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
