/* CSS Document */
body{
	background-color:white;
	margin:0px 30px 0px 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	letter-spacing:0.05em;
	line-height:24px;
	color:#223870;
	background-image:url('background.jpg');
	background-position:top center;
	background-repeat:repeat-x;
	}
	
table.content{
	border-width:0px;
	border-spacing:0px;
	background-position:top center;
	background-repeat:no-repeat;
}
td{
	border-width:0px;
	padding:0px 20px 0px 20px;
}
a{text-decoration:none; color:#223870;}
a:visited{text-decoration:none; color:#223870;}

