@charset "utf-8";

body { 
  background-image: url('images/newsletter_bg.gif');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: 50% 50%; 
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	font-size: 18px;
	color: #00AFC9;
	
}
.contents {
	font-size: 14px;
	color: #333333;
}
.contents a {
	font-size: 14px;
	color: #0066FF;
}
.contents a:hover {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #993300;
}
a:link {
}
.menu {
	font-size: 12px;
	color: #666666;
}
.menu a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.menu a:hover {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #990000;
	display: block;
}
.hr_1 {
	border-top: 1px dashed #cc6600;
	height: 1px;
	width: 90%;
	align: center;
	noshade: noshade;
}
