html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, table {
	margin: 0;
	padding: 0;
	border: 0;
}
img {padding: 0;border: 0;}

html, body {
  width: 100%;
  height: 100%;
}
.red {color: #f00;}
.bold {font-weight: bold;}
.normal {font-size: 12px;}
.small {font-size: 11px;}
.smaller {font-size: 10px;}
.clear {clear: both; width: 100%; overflow: hidden;}
.inline {display: inline;}
.block {display: block;}
.left {float: left;}
.right {float: right;}

blockquote, q{quotes: none;}

ul li {list-style-type: none;list-style-position: outside;list-style-image: none;}

ol {margin-left: 27px;}

.va_middle {vertical-align: middle;}
.nobg {background: none;}

.va_top {vertical-align: top;}
table.va_top td {vertical-align: top;}

.ta_left {text-align: left;}
.va_middle {vertical-align: middle !important;}

.mr_4 {margin-right: 4px;}
.pb_3 {padding-bottom: 3px;}
.pl_80 {padding-left: 80px;}
.mt_3 {margin-top: 3px;}
.pl_20 {padding-left: 20px;}
.pb_127 {padding-bottom: 127px;}

.pt_20 {padding-top: 20px;}
.mr_10 {margin-right: 10px;}
.mb_9 {margin-bottom: 9px;}

.spacer17 {height: 35px;}


