* {
	margin: 0;
	padding: 0
}
td {
	vertical-align: top;
}
body {
	width: 100%;
	font: 8pt Verdana;
	background: #fff;
	color: #000;
}
input, select, textarea {
	font: 8pt Verdana;
	padding: 1px 2px 2px 1px
}
td, th {
	font: 8pt Verdana;
}
a img, fieldset {
	border: 0;
}
a {
	color: #000;
	text-decoration: none;
}
/*a:hover {
	color: #e30 !important;
}*/
ul {
	list-style: none;
}
fieldset {
	display: inline;
}
* > fieldset {
	display: block;
}
.clear {
	clear: both;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.tcenter {
	text-align: center;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.small {
	font-size: 7pt
}
.big {
	font-size: 13pt
}
.nounder {
	text-decoration: none
}
.under {
	text-decoration: underline !important
}
.white {
	color: #fff
}
a.white:hover {
	color: #fc3
}
p {
	margin-bottom: 1em
}
.bold {
	font-weight: bold
}
.full {
	width: 100%
}
h2,h3,h4,h5,h6 {
	margin-bottom: 1em
}
