body,html{
	margin:0px;
}
body{
    background-image: url(images/back.png);
    background-repeat: repeat;
    background-color: white;
}
h1,h2,h3,h4{
	margin-top:0px;
	text-align:center;
}
h5{
    text-align: center;
    font-size:11px;
}
p{
	text-align:justify;
}
body,p,div{
	font: 11px Verdana;
	line-height:22px;
}
td{
	vertical-align:top;
	padding:0px;
}
table{
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
}
a{
	text-decoration:none;
	color: inherit;
}
input{
    margin-top:2px;
    margin-bottom: 8px;
}
img{
    border:0px;
    margin:0px;
    padding:0px;
}