@import"layout.css";

* {
	margin: 0; padding: 0;
}

h2 {
	font-size: 1.2em;
	margin-bottom: .5em;
}

h3 {
	font-size: 1.1em;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

address {
	margin-bottom: 1em;
	font-style: normal;
}

table {
	width: 95%;
	margin: 1em 0;
	border-collapse: collapse;
}

thead {
	color: #403a2d;
	border-bottom: 1px solid #ee7423;
}

th {
	padding-bottom: .25em;
	font-size: 1.1em;
	color: #635a45;
	text-align: left;
}

th em {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #404040;
}

td {
	padding: .25em 0;
	font-size: 1.1em;
}

/* Classes
---------------------------------------------------------- */
.clear {
	clear: both;
}

.note {
	color: #ee7423;
}

.content-divider {
	overflow: hidden;
	margin: 15px 0;
}

input.text {
	height: 19px;
	margin-bottom: 7px;
	padding: 2px 7px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: .9em;
	color: #403a2d;
}

input.text,
textarea {
	border: 1px solid #000;
}

input.submit {
	width: 95px;
	height: 23px;
	padding: 2px 9px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: .9em;
	text-align: left;
	color: #fff;
	background: url("../images/bullets/submit-button.gif") #403a2d center right no-repeat;
	border: 0;
}

a.button {
	display: block;
	width: 165px;
	height: 19px;
	margin-top: 5px;
	padding: 2px 9px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: .9em;
	text-decoration: none;
	color: #fff !important;
	background: url("../images/bullets/submit-button.gif") #403a2d center right no-repeat;
}
