/*debug style*/
.debug{
	border: 1px solid red;
}
/*debug style*/
*{
	margin: 0px; padding: 0px;
}
html{
	font-size: 100%; width: 100%; min-height: 100%; 
}
body{
	font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; width: 100%; padding-bottom: 100px;
}
h1,h2,h3,h4,h5,h6 { 
	font-weight:normal; 
}
h1{
	font-family: "Times New Roman", Times, serif; font-size: 320%; margin-bottom: 15px;
}
h2{
	font-family: "Times New Roman", Times, serif; font-size: 220%; margin-bottom: 15px;
}
h3{
	font-family: "Times New Roman", Times, serif; font-size: 180%; margin-bottom: 5px;
}
table { 
	border-collapse:collapse; border-spacing:0; 
} 
fieldset,img {  
	border:0; 
}
p{
	line-height: 140%;
}
.clrblck{
	clear:both;
}
.hide{
	display:none;
}
.emptyblck{
	height: 100px;
}
a:hover{text-decoration: none;}
