html, body{
	margin:0px;
	padding:0px;
	height:100%;
}

body{
	font-family:Arial, Verdana;
	font-size:12px;
	line-height:15px;
	text-align:center;	
	
	background:#ffffff url('../images/background-test.jpg') repeat-x;
}

div{
	border:0px solid #000;
	padding:0px 0px 0px 0px;
	margin:0px;
	position:relative;
}


h1, h2, h3{
	padding:0px 0px 15px 0px;
	margin:0px;
}

h4, h5{
	padding:0px 0px 5px 0px;
	margin:0px;
}

p{
	padding:0px 0px 10px 0px;
	margin:0px;
}

form{
	margin:0px;
}

h1{
	font-size:17px;
}

h2{
	font-size:15px;
}

h3{
	font-size:14px;
}

h4{
	font-size:13px;
}

h5{
	font-size:12px;
}

img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
}

ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

li{
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 0px;
	list-style-type: none;
}

input, textarea, select{
	border:1px solid #737373;
	background:#FFF;
	color:#737373;
}

input[type=checkbox] { 
	border: none;
	background:transparent;
}

input[type=radio] { 
	border: none;
	background:transparent;
}

input[type=submit] { 
	border:1px solid #3f8538;
	color:#3f8538;
	background-image:url(../images/tick.gif);
	background-repeat:no-repeat;
	background-position:2px 0;
	padding-left:18px;
}

a{
	font-size:12px;
	color:#1e1e1e;
}

a:hover{

}

strong{
	
}

hr{
	border:1px solid #737373;
}

.clear{
	clear:both;
	visibility:hidden;
}

