﻿/* CSS Reset */
html,form , body{
	height:100%;
}
*{
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
td {
	text-align: left;
	font-weight: normal;
}
th {
	text-align: left;
	font-weight: normal;
}
img{
	border:none;
}
