/* default values */
body {
	margin: 0; padding: 0;
	background: white;
	font-size: 80%;
}
body, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, "Geneva CE", lucida, sans-serif;*/
}
th, td { vertical-align: top; }
h1, h2, h3, h4 {
	margin: 0; padding: 0;
	font-weight: bold;
	font-style: normal;
	/*font-size: 12px;*/
	font-size: 100%;
}
a, a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0; margin: 0;
}
ul, ol, li, dl, dt, dd, select {
	margin: 0; padding: 0;
}
/*
li {
	list-style-position: inside;
}
*/
form, input, textarea, select {
	margin: 0; /*border: none;*/
}
/*
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
*/
p, blockquote {
	margin: 0; padding: 0;
}
p {
  margin-top: 1em;
}


/* universal classes */
.hidden {
	display: none;
}
.IE-hidden {
	_display: none;
}
.bold {
	font-weight: bold !important;
}
.normal {
  font-style: normal !important;
  font-weight: normal !important;
}
.linethrough {
  text-decoration: line-through;
}
.clear {
	clear: both;
	height: 1px;
	visibility: hidden;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.top {
  vertical-align: top;
}
.bottom {
  vertical-align: bottom;
}
.nowrap {
	white-space: nowrap;
}
.border {
	border: 1px solid black;
}
