body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	background-color: #FFFFFF;
	color: #2D3437;
}
a {
	color:#000066;
	text-decoration:none;
}
a:hover {
	color:#000000;
}
h1, h2, h3, h4 , h5, h6{
	margin: 0px 0px 5px 0px;
	line-height: 110%;
}
p, ul, ol{
	margin: 0px 0px 10px 0px;
}
ul, ol {
	padding:0px;
}
li {
 	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin:0px;
	background-position: left 2px;
}
h1 {
	font-size: 26px;
	font-weight:normal;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 18px;
	font-weight:normal;
}

h3 {
	font-size: 15px;
	font-weight:normal;
}

h4 {
	font-size: 13px;
	font-weight:bold;
}

.spUp{
	padding-top: 20px;
}

.spDn{
	padding-bottom: 20px;
}

.mgUp{
	margin-top: 20px;
}

.mgDn{
	margin-bottom: 20px;
}

.spSx {
	float:left;
	margin-right: 4px;
}

.spDx {
	float:right;
	margin-left: 4px;
}
img {border:0px none;}
form {margin:0px;}
.cella {float: left;margin-right: 4px;}
.clear{clear:both; height:0px; overflow:hidden;}
* html .clear{height:1px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}
