* {	margin: 0px;padding: 0px; }

body { width: 100%;height: 100%;margin: 1em;padding: 0; }

.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.print, .hover, .hidden { display: none; }

span.epost {}

img { border: none; }

ul { margin: 0.5em 1.5em;padding: 0; }
li { margin-bottom: 0.3em;padding: 0;list-style-type: square; }

BR.clear {
	float: none !important;
	display: block !important;
	clear: both !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	height: 0.1px !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
BR.clear:after { /* EJ IE */
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

* html BR.clear { height: 1%; } /* Bara IE6 */

hr {
	width: 99%;
	display: block;
	margin: 0.5em 0;
	height: 1px;
	border-top: 1px dashed #ccc;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-color: transparent;
	color: #fff;
}

.wrapper { /* ALLA */
  	position: relative;
  	max-width: 1100px;
  	margin: 0 auto;
}
* html .wrapper { width: expression(document.body.clientWidth > 1100 ? "1100px" : "98%"); }  /* Bara IE6 */
.wrapper[id] { width: 98%;height: 100%; } /* EJ IE < 7 */

DIV.row { float: left;display:inline;position: relative;width: 100%;margin-bottom: 1em; }
DIV.twoColumns,
DIV.threeColumns,
DIV.fourColumns { width: 100%; }
DIV.column { float: left;display: inline;position: relative; }

DIV.twoColumns DIV.column { width: 48%; }
DIV.threeColumns DIV.column { width: 32%; }
DIV.fourColumns DIV.column { width: 24%; }

DIV.one { margin: 0 1%; }
DIV.threeColumns DIV.two, DIV.fourColumns DIV.two, DIV.fourColumns DIV.three  { margin-right: 1%; }

DIV.row,
DIV.text,
DIV.leftTop,
DIV.rightTop,
DIV.leftBottom,
DIV.rightBottom { display: block;min-height: 50px; }

* html DIV.row,
* html DIV.text,
* html DIV.leftTop,
* html DIV.rightTop,
* html DIV.leftBottom,
* html DIV.rightBottom { display: block;height: 50px; }

table { width: 99%;margin: 1em 0;padding: 0; }
th { font-weight:bold; }
th, td { padding: 0 0 0.3em 0;vertical-align: top;text-align: left; }

form { margin: 0;padding: 0;border: none;font-size: 0.9em; }

input {
	margin: 0;
	padding: 0 0.2em;
	border: 1px solid #d3d3d3;
	background-color: #fff;

	font-size: 10px;
}


