html, body, div, span, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {vertical-align: top;}

body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 62.5%;*/
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	width: 100%;
	color: #000;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

.clear { display: inline-block; }   
.clear:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* CORNER */
.corner {
	background: transparent;
}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}

.xb2 {margin:0 2px; border-width:0 2px;}
.xb3 {margin:0 1px;}
.xb4 {height:1px; margin:0 1px;}

.xb2, .xb3, .xb4 { border-left:1px solid #cecccd; border-right:1px solid #cecccd;}
.xb1 {margin:0 4px;}
/* END CORNER */
.block {display: block; margin: 0 auto;}
.bold {
	font-weight: bold;
}
a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

.ver-middle {vertical-align: middle;}

.clearboth {height: 0px;clear: both;}
.text-right{text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.white {color: #fff;}
.float-left { float: left; }
.float-right { float: right; }
.marleft-five {	margin-left: 5px; }
.marleft-ten { margin-left: 10px; }
.martop-five { margin-top: 5px; }
.martop-ten { margin-top: 10px; }
.marright-five { margin-right: 5px; }
.marright-ten { margin-right: 10px; }
.marbottom-five { margin-bottom: 5px; }
.marbottom-ten { margin-bottom: 10px; }
.margintop-twenty {margin-top: 20px;}
.marginbottom-twenty {margin-bottom: 20px;}
.padtop-ten {padding-top: 10px;}
.padtop-five {padding-top: 5px;}
.padbottom-ten {padding-bottom: 10px;}
.padbottom-five {padding-bottom: 5px;}
.padleft-five {padding-left: 5px;}
.padleft-ten {padding-left: 10px;}
.padright-five {padding-right: 5px;}
.padright-ten {padding-right: 10px;}
