@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

/* Headers */
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;
}

/* TABLES */
table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

/* HEADERS */
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 

/* IMAGE */
img {  
border:0; 
} 

/* FORMS */
form, fieldset {
	border: 0;
}	
legend {
	color: #000;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: serif;
}
select {
	margin: inherit;
}

/* LISTINGS */
ul, ol, dl, li, dt, dd {
	list-style: none;
}
