@charset "UTF-8";
a
{
  outline: none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.lineB {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
html {
	height: 100%;
}
body {
}
.fullheight {
	height: 100%;
}
#credit_old {
	position: absolute;
	bottom: 0px;
	right: 0px;
	overflow: auto;
}
#main {
}
#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #534840;
	font-size: 18px;
	background-color: #FFFFFF;
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
	margin-left: 12px;
	letter-spacing: 2px;
}
#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #534840;
	font-size: 12px;
	background-color: #FFFFFF;
	display: inline;
	padding-right: 6px;
	letter-spacing: 1px;
	padding-left: 8px;
}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-right: 14px;
	padding-left: 14px;
}
#main a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}
#main ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	color: #666;
}
#main ul li{
	padding-left: 15px;
}
.lineL {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCC;
}
.centerLine {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: center 9px;
}
#creditLink {
	background-image: url(../images/credit.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	width: 100%;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}
#creditLink a {
	height: 21px;
	width: 140px;
	background-image: url(../images/credit.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
#creditLink a span {
	visibility: hidden;
	right: 0px;
	bottom: 0px;
	position: absolute;
}
