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

body {
	background-image: url(../bg2.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.2;
}
a:link {
	color: #FF5F11;
	text-decoration: none;
}
.cell {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
a:visited {
	text-decoration: none;
	color: #FF864A;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}
h1 {
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #FF5F11;
}
p {
	line-height: 1.5em;
}
.style2 {color: #666666}
.spaced {
	line-height: 1.7em;
}
.style4 {color: #666666; font-size: 11; }
.style6 {font-size: 11px}
.notice {
	background-color:#E7E7D0;
	border-color: #000000;
	padding: 10px;
	font-size: 14px;
	}
