body {
	background-color: white;
}

form {
	padding: 0px;
	margin: 0px;
}

div {
	padding: 0px;
	margin: 0px;
}

input, select, textarea {
	font-size: 100%;
}

/*
a.clean, a.veryclean	{text-decoration: none;}
a:hover.clean					{text-decoration: underline;}
*/

.sml				{font-size: 90%;}
.strong			{font-weight: bold;}
.noul				{text-decoration: none;}
.noul:hover	{text-decoration: underline;}
.left				{float: left;}
.right			{float: right;}
.hidden			{display: none;}
.textleft		{text-align: left;}
.textright	{text-align: right;}
.textcenter	{text-align: center;}
.hidden			{display: none;}
.offscreen	{position: absolute; top:-1000px; left: -1000px;}