body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	background: #b2071b;
	text-align: center;
}

td
{
	font: 12px/16px trebuchet MS, Arial Narrow, arial;
	color: #000;

	vertical-align: top;
	text-align: left;
}

h1
{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h3
{
	margin: 20px 0px 0px 0px;
	padding: 0px;

	font: bold 16px/16px trebuchet MS, Arial Narrow, arial;
	color: #333;

	text-transform: uppercase;
}

h4
{
	font: bold 14px/16px trebuchet MS, Arial Narrow, arial;
	color: #333;

	margin: 0px 0px 0px 0px;
	padding: 0px;

	text-transform: uppercase;
}

img
{
	display: block;
	border: 0px;
}

table.width
{
	width: 100%;
}

a
{
	color: #333;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

form
{
	display: inline;
}

input.text
{
	width: 190px;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #aeaeae;
	margin-bottom: .2em;

	font: 12px/16px trebuchet MS, Arial Narrow, arial;
}

select.text
{
	width: 190px;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #aeaeae;
	margin-bottom: .2em;

	font: 12px/16px trebuchet MS, Arial Narrow, arial;
}

textarea.text
{
	width: 265px;
	height: 120px;
	border: 1px solid #e2e2e2;
	border-top: 1px solid #aeaeae;

	font: 12px/16px trebuchet MS, Arial Narrow, arial;
}


input.submit
{
	width: 100px;
	border: 1px solid #176771;
	background: #176771;

	font: 12px/16px trebuchet MS, Arial Narrow, arial;
	color: #fff;
	font-weight: bold;
}


