*, html, form, * {
	margin: 0;
	padding: 0;
}


body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
	color: #666;
	padding:20px;
	}

img {
	border: 0;
	}

a {
	color: #48b9ab;
	text-decoration: none;
	}

sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

a:hover {
	color: #000;
	text-decoration: underline;
	}

p {
	margin: 0px 0 10px 0;
	line-height: 14px;
	}

h1 {
	font-size: 22px;
	}

h3 {
margin:15px 0 0 5px;	
}

table {
width:450px;
}

.label {
width:100px;
}

.checkbox {
text-align:center;
}
