body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../templates/images/bg_line.gif);
	background-repeat:repeat-x;
	color: #666;
	padding-top: 10px;
}
td {
	font-size: 10px;
}
a {
	font-size: 10px;
	color: #666;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

.content {
	text-align: center;
	padding: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px 9px 0px 9px;
	/*background-color: #fff;*/
}

.content h1 {
	font-size: 12px;
	margin: 0px;
}
.content p {
	margin-top: -5px;
}