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

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

body {
	font-family:Georgia, serif;
	font-size:62.5%; /*--1em = 10px--*/
	text-align:center;
}

label,
input,
select,
textarea {
	font-family:Georgia, serif;
}

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;
}

ol {
	margin:0px 0px 15px 30px;	
}

ol ol {
	margin:0px 0px 0px 30px;	
}

ol ul {
	margin:0px 0px 0px 20px;	
}

ul {
	margin:0px 0px 15px 20px;
}

ul ul {
	margin:0px 0px 0px 20px;
}

ul ol {
	margin:0px 0px 0px 30px;
}

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

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

.hide {
	height:1px !important;
	left:-9999em !important;
	overflow:hidden !important;
	position:absolute !important;
    margin-bottom:-10px !important;
	top:-9999em !important;
	width:1px !important;
}

.layout {
	clear:none;
	display:inline;
	float:left;
}

.layout img {
	border:none;
	float:left;
}