ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6, p {
	font-size:100%;
	font-weight:normal;
	line-height:normal;
	padding:0px;
margin:0px;
}
html, body {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #52697E;
	text-align:left;
	background: transparent;
	padding:0;
	margin:0;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-family: Arial, Helvetica, sans-serif;
}
:focus {
	outline: 0;
}
img {
	border:none;
}
a, a:visited {
	color: #1099df;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear:both;
	height:0px;
}
.fl {
	float:left !important;
}
.fr {
	float:right !important;
}
.gap {
	clear:both;
	width:100%;
	height:15px;
	float:left;
}
.nomargin {
	margin:0px!important;
}
.noborder {
	border:none!important;
}
.nobackground {
	background:none!important;
}
.shadow {
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}
.innershadow {
	-moz-box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow:inset 0 0 10px #000000;
	box-shadow:inset 0 0 10px #000000;
}
.border-radius {
	-o-border-radius: 8px;
	-icab-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border:solid 1px #000;
}
.image-display {
	clear:left;
	padding:4px;
	margin:0px 10px 10px 0px;
	border:solid 1px #cfcfcf;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	-moz-box-shadow:2px 3px 2px #dddcdc;
	-webkit-box-shadow:2px 3px 2px #dddcdc;
	box-shadow:2px 3px 2px #dddcdc;
}
