﻿html, body {width:100%; /*height:100%; */ padding: 0; margin :0;}
table {border-collapse: collapse; /* width: 100%; */ } 
input:focus {outline: none;}
.clear {clear: both; height: 0; text-indent: -9000px; overflow: hidden;}
img, table {border: none;}
a:link,a:visited {text-decoration: none; color: #a01b1b;}
/* a:hover {text-decoration: underline;} */
a:hover {text-decoration: none;} 
a:focus {outline: none;}
/*	clearfix			*/
.clearfix{_height: 1%; _overflow: visible;}
.clearfix:after{content: "."; display: block; height: 0px; clear: both; visibility: hidden; line-height:0px; font-size:0px;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*	clearfix			*/