/*
	ELEMENTS
*/
* {
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
body, div, td, span, input, textarea{
  font-size: 12px;
	font-family: Arial, Verdana, "Sans-Serifa";
}
a{
	font-weight: bold;
}
h1,h2,h3,h4,h3 a,h4 a{
}
h1{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 22px;
}
h2{
	font-size: 24px;
	font-weight: bold;
}
h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}
h4{
  font-size: 12px;
}
p, .text {
	line-height: 1.3em;
	/*text-indent: 2em;*/
}
ul{
  margin-left: 1.3em;
}
li{
}
/*
  CLASSES
*/
.hidden{
  display: none;
}
.clear{
  clear: both;
}
/*
  FORM
*/
div.row {
	clear: both;
	height: 1.5em;
	margin-bottom: 1em;
}
div.row span.label {
	float: left;
	width: 6em;
	text-align: left;
}
div.row span.field {
	float: left;
	width: 10em;
	text-align: left;
}
.hand {
  cursor: hand;
  cursor: pointer;
}
