body {
	font-size: 13px;
}

body, input, textarea, select, option, optgroup, button {
	font-family: Arial, Helvetica, sans-serif;
}

.l { text-align: left; }
.r { text-align: right; }
.j { text-align: justify; }
.c { text-align: center; }
.fl { float: left; }
.fr { float: right; }
.in { display: inline; }
.bl { display: block; }
.dn { display: none; }
.oa { overflow: auto; }
.oh { overflow: hidden; }
.ov { overflow: visible; }
.abs { position: absolute; }
.rel { position: relative; }
.va-m { vertical-align: middle; }
.center { margin-left: auto; margin-right: auto; }
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.p0{
padding: 0px;}
.pt0{
padding-top: 0px;}
.pl0{
paddnig-left: 0px;}
.pr0{
padding-left: 0px;}
.pb0{
padding-bottom: 0px;}

.m0{
margin: 0px;}
.mt0{
margin-top: 0px;}
.ml0{
margin-left: 0px;}
.mr0{
margin-left: 0px;}
.mb0{
margin-bottom: 0px;}



.clearflow {
	overflow:hidden;
	word-wrap:break-word;
}

li {padding-bottom: 8px;}