*
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 1em;
	font-weight: normal;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th
{
	font-weight: normal;
	text-align: left;
}

ul
{
	list-style: none;
}

img
{
	border: none;
}

hr
{
	border: none;
	display: block;
}

a
{
	text-decoration: none;
}

p
{
	margin-bottom: 16px;
}

table.fullwidth
{
	width: 100%;
}

input.text,
.formbutton,
.button,
textarea
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 1em;
}

.float_left
{
	float: left;
	margin: 0 10px 10px 0;
}

.float_right
{
	float: right;
	margin: 0 0 10px 10px;
}

.clear
{
	clear: both;
}

.bottom
{
	vertical-align: bottom;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.top
{
	vertical-align: top;
}

#footer
{
	text-align: right;
}

#dhtmltooltip
{
	background-color: #398FD0;
	border: 1px solid #20669C;
	color: #000;
	font-size: 0.9em;
	padding: 6px;
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 140px;
	z-index: 100;
}
