body {
	background-image: url(background.gif);
	background-repeat: repeat-x;
	color: #717171;
	font-size: 12px;
}

td.header {
	background-image: url(header.png);
	background-repeat: no-repeat;
	width: 530px;
	height: 125px;
}

td.header a {
	display: block;
	wudth: 530px;
	height: 125px;
}

td.bottom {
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	width: 530px;
	height: 15px;
}

td.content {
	background-color: #FFF;	
	font-family: Arial;
	padding: 20px;
}

td.content h1 {
	color: #E55102;	
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 5px;
}

td.content p {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}

hr.line {
	margin: 0px;
	padding: 0px;
}

a {
	color: #174879;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}