body {
	margin: 0;
	padding: 0;
}
body, p, td, th, div {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C1422;
}
h1, h2, h3, h4 {
	color: #1D5B8A;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 5px 0 2px 0;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 2px 0;
}
#content p {
	margin: 2px 0 8px 0;
	line-height: 1.5em;
}
#content a {
	color: #1D5B8A;
}
#content a:hover {
	color: #140C22;
/* abandoned the following, as it (the background declation) cause WinIE to behave oddly:
	color: #fff;
	text-decoration: none;
	background: #1D5B8A;
*/
}

/* Form
----------------------------------------------- */

form th, form td {
	xfont-size: 11px;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	}
form table {
	width: 445px;
	}
form th {
	font-weight: normal;
	text-align: left;
	width: 200px;
	padding-top: 3px;
	}
form input.textfield, form textarea {
	width: 100%;
	}
/* \*/
* html form input.textfield, * html form textarea {
	width: 98%;
	}
/* */
form input#submit {
	font-size: 14px;
	}
form textarea {
	height: 60px;
	}
form.preview td, form.preview th {
	border: 1px solid #EFEFEF;
	border-width: 1px 0 0 0;
	}
form.preview th.header, form.preview td.spacer {
	border-width: 0;
	}
form.preview th strong {
	font-weight: normal;
	}
form.preview td, form.preview th.header, form.preview th.header strong {
	font-weight: bold;
	}
form strong.error {
	color: #FF6600;
	}
form td.error{
	color: #FF6600;
	}
form th.error {
	color: #FF6600;
	}
