/* CSS Document */

*{
	font-style:normal;
}

html{
	font-style:normal;
	text-align:left;
	font-size:12px;
	line-height:1.4;
}

body{
	min-height:100%;
	font-family:sans-serif;
	margin:0;
	padding:0;
}

body *{
	margin:0;
	padding:0;
	/*font-size:inherit;*/
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	/*font-size:inherit;*/
}

h1,h2,h3,h4,h5,h6{
	font-weight:inherit;
}

table {
	font-size:1em;

}

fieldset,img { 
	font-size:1em;
	border:0;
}

ol,ul {
	font-size:1em;
	list-style:none;
}

caption,th {
	font-size:1em;
	text-align:left;
}

q:before,q:after {
	font-size:1em;
	content:'';
}

abbr,acronym {
	border:0;
	font-size:1em;
}

small{
font-size:0.8em;
}

large{
font-size:1.2em;
}

th{
font-weight:100;
}

