html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, table {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
  width: 100%;
  height: 100%;
}
img {padding: 0px; border: 0;}
a img { border: 0;}

.red {color: #f00;}
.bold {font-weight: bold;}
.normal {font-size: 12px;}
.small {font-size: 11px;}
.smaller {font-size: 10px;}
.clear {clear: both; overflow: hidden; width: 100%;}
.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;}

.nobg {background: none;}

.va_top, table.va_top td {vertical-align: top;}

.ta_left {text-align: left;}
.va_middle {vertical-align: middle !important;}


