body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
  border-width: 0px;
}
fieldset, img { 
	border: 0px;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border:0;
}
 
*:focus {
  outline: none;
}

.twidth
{
	width: 100%;
}
.theight
{
	height: 100%;
}
.tbig
{
	width: 100%;
	height: 100%;
}
td {
	vertical-align: top;
}
.null {
	display: inline-block;
	width: 0px;
	height: 0px;
	font-size: 0px;
	clear: both;
}
.null:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .null {
	display: block;
}
a {
  cursor: pointer;
}
.block {
	display: block;
}
.nowrap {
	white-space: nowrap;
}