/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	font-weight:normal;
	
	}
	
body{
font-size:100%;
}
		 
table{
	border-collapse:collapse;
	border-spacing:0;
	}
	 
fieldset,img{
	border:0;
	} 
	
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
	}
	 
caption,th {
	text-align:left;
	}
	 
q:before,q:after{
	content:'';
	}
	 
a{
	border:0px;
	}

a:link {
	color: #00c;
}

a:visited {
	color: #609;
}

a:hover {
	text-decoration: underline;
	color: red;
	}
			
*{
	margin:0;padding:0;
	}

ol,ul{
	list-style:none;
	}
.clearfix:after {
  content: ".";  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

img{
vertical-align: bottom;
border:none;}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

