html, body {
	height:100%;
}

img {
	border:0;
}

form {
 margin:0px;
}

.p0 {
 padding:0px;
}


h1 {font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}

h1 , h2, h3, h4, h5, h6, p {
 margin:0px 0px 10px 0px;
 padding:0px;
}


.top {
 vertical-align:top;
}

.bottom {
 vertical-align:bottom;
}

.vcenter {
 vertical-align:middle;
}

.hcenter {
 text-align:center;
}



.m0 {
 margin:0px;
}

.w100 {
 width:100%;
}


.h100 {
 height:100%;
}

.col {
 border-collapse:collapse;
}

:focus {
	outline: 0;
}

.lt {
 text-decoration:line-through;
}

.u {
 text-decoration:underline;
}