@import url("header.css");
@import url("page.css");
@import url("form.css");

body
{
	border:0;
	width:100%;
	margin: 0px;
	background:#fff;
	min-width:600px;
	font-size:90%;
	font-family: Trebuchet MS, Georgia, arial, helvetica, sans-serif;
}

a {
	color:#247;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-weight: normal;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
	border: 0px;
}

input, select, textarea {
	margin-bottom: 4px;
	font-family: Trebuchet MS, Georgia, arial, helvetica, sans-serif;
}

label {
	width: 130px;
	padding-right: 15px;
	float: left;
}

.clear {
	clear: both;
}