/* Style sheet basic */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea {
	margin:0;
	padding:0;
	
	
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	vertical-align:top;
}
blockquote, q {
	quotes:none;
}
fieldset, img {
	border:0;
}
li {
	list-style-type:none;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
del {
	text-decoration:line-through;
}
ins {
	text-decoration:none;
}



:focus {
	outline:0;
}

input, button, textarea, select {
	font-family:inherit;
	
	font-weight:inherit;
}
pre, code {
	font-family:"Lucida Console", Monaco, monospace;
	
}
h1, h2, h3, h4, h5, h6 {

	font-weight:normal;

}

table {
	font-size:1.2em;
	margin-left:1px;
}
caption, th {
	font-weight:bold;
}
abbr, acronym {
	border-bottom:1px dotted #666;
	font-variant:normal;
	cursor:help;
}

.mtop {
	margin-top:1em;
}
.mbot {
	margin-bottom:12px;
}

