/*reset.css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table, tr, th, td { margin:0; padding:0; text-align: left;}
fieldset,img{border:0;}
ol,ul {list-style:none;}
.list {
	list-style-position: inside;
	list-style-type: disc;
}
.nav li{display: inline; float:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

/*fonts.css*/
body{font:12px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:18px;}
a {text-decoration:none;}
