	* {
		font-family: trebuchet ms, trebuchet, sans-serif;
		font-size: 12px;
	}
	
	a {
		color: #141457;
	}
	
	a:visited {
		color: #888;
	}

	body {
		background-color: #fff;
		border: 0px;
		margin: 0px;
		padding: 0px;
	}

	td#header {
		background-image: url('images/short-header-without-links.jpg');
		background-position: bottom center;
		background-repeat: no-repeat;

		background-color: #571414;
	}

	td#homeHeader {
		background-image: url('images/header-without-links.jpg');
		background-position: bottom center;
		background-repeat: no-repeat;

		background-color: #571414;
	}

	#copyright * {
		font-size: 10px;
	}

	hr {
		width: 100%;
		height: 1px;

		background-color: #571414;
		color: #571414;
		border: 0px solid #571414;
	}
	
	#mainContent {
		text-align: justify;
	}
	
	em {
		font-weight: bold;
		color: #571414;
	}
	
	table.message {
		padding: 0px;
		margin: 10px 0px;
		width: 750px;
	}

	.message td {
		padding: 2px;
		margin: 0px;
	}
	
	.message .title {
		font-weight: bold;
		border-bottom: 1px solid #571414;
	}

	.grey {
		background-color: #eee;
	}
	
	#sig {
		position: absolute;
		top: 125%;
		right: 0px;
		float: right;
		padding: 0px 10px 10px 0px;
	}
	
	#sig img {
		border: 0px;
	}
	
	.red {
		color: #571414;
	}
