BODY {
	background-image: url('/images/background.gif');
	background-position: center top;
	background-repeat: repeat-y;
	}

TD {
	color: #65696D;
	font-family: trebuchet ms, arial;
	font-size: 12px;
	cursor: default;
	}

P {
	text-align: justify;
	}

.mainmenu {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	white-space: nowrap;
	}

.footermenu {
	font-size: 11px;
	text-decoration: none;
	white-space: nowrap;
	}

.sp {
	font-family: arial;
	font-size: 9px;
	text-decoration: none;
	white-space: nowrap;
	line-height: 10px;
	}

A {
	text-decoration: underline;
	color: #318559;
	}

A:hover {
	text-decoration: none;
	color: #46BE7F;
	}

INPUT.txt {
	font-family: arial;
	font-size: 11px;
	color: lightgrey;
	width: 100%;
	border: 1px solid #A5ACB2;
	background-color: white;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='white', EndColorStr='#F4FFF9');
	}

TEXTAREA.txt {
	font-family: arial;
	font-size: 11px;
	color: lightgrey;
	width: 100%;
	border: 1px solid #A5ACB2;
	background-color: white;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='white', EndColorStr='#EDF9F2');
	overflow: auto;
	}

INPUT.btn {
	font-family: arial;
	font-size: 10px;
	}

.secHeading {
	color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	letter-spacing: -1px;
	}

.linknote {
	font-size: 10px;
	line-height: 10px;
	text-align: justify;
	}