/* GENERAL STYLES */
/* Generic overrides */
html, body, div,
h1, h2, h3, h4, h5, h6, p
table, tbody, tr, th, td{
	margin: 0;
	padding: 0;
}
body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 78.5%;
}
a,
a:link,
a:active,
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	border: 0 none;
}
.clearer{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.fRight{
	float: right;
}
.fLeft{
	float: left;
}
.hidden {
	left:-10000px;
	position:absolute;
}

.hList,
.noBullets{
	list-style: none;
}

.noBullets li{
}

.hList li{
	text-align: center;
	float: left;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.framed{
	border: 5px solid #9EB8A4;
}
.ss{
	width: 256px;
	margin: 0 15px  15px 0;
}

/* EDITOR PROPERTIES */

