/*------------------html elements-----------------------*/

* {
	margin:0px;
	outline:none;
	padding:0px;
}

body {
	text-align:center;
}

body,
textarea {
	font-size:62.5%; /*--1em = 10px--*/
}

body.size1 div.contentWrapper2,
body.size1 textarea {
	font-size:100%;
}

body.size2 div.contentWrapper2,
body.size2 textarea {
	font-size:120%;
}

body.size3 div.contentWrapper2,
body.size3 textarea {
	font-size:130%;
}

body.size4 div.contentWrapper2,
body.size4 textarea {
	font-size:140%;
}

body.size5 div.contentWrapper2,
body.size5 textarea {
	font-size:150%;
}

.menu { font-size: 10px !important; }

div {
	clear:none;
	display:inline;
	float:left;
}

em {
}

hr {
	background-color:#e5e5e5;
	border:none;
	color:#e5e5e5;
	height:1px;
	margin:0px 0px 18px 0px;
	*margin:-8px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

img {
	border:0px;
	float:left;
}

/*------------------generic classes-----------------------*/

.clear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

.hide {
	position:absolute; 
	left:-9999em;
	top:-9999em;
	width:1px;
	height:1px;
	overflow:hidden;
}
