@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/bg.gif)	repeat-x #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

table#main {
  margin-top:50px;
}

td.body {
	background: url(images/body_bg.jpg) no-repeat;
	padding-right:35px;
}
h1,h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin: 5px 0;
}
h2 {
  font-weight:normal;
	margin-top:10px;
	font-size:20px;
	
}
p {
	line-height: 20px;
}
p.copy {
 margin:0;
 font-size: 12px;
 font-weight:bold;
 line-height:16px;
 width:255px;
}

td.footer {
  font-size:9px;
  color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

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