a img { display:block; }

.dblock { display:block; }
.dnone { display:none; }

.fl { float:left; }
.fr { float:right; }
.cl { clear:left; }
.cr { clear:right; }
.cb { clear:both; }
.clz { clear:left; font-size:0em; line-height:0em; }
.crz { clear:right; font-size:0em; line-height:0em; }
.cbz { clear:both; font-size:0em; line-height:0em; }

.mr10 { margin-right:10px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb25 { margin-bottom:25px; }

li ul, li ol {
	margin:0 1.5em;
}

ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type:disc;
}

ul ul {
	list-style-type:circle;
}

ul ul ul{
	list-style-type:square;
}

ol {
	list-style-type:decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

.tac {	text-align:center;}
.tal {	text-align:left;}
.tar {	text-align:right;}

.bigger { font-size:125%; }
