/* style sheet info for BODY Selectors */

body {	background-image: url(img/haikei.gif);
				background-position: left;
				background-repeat: repeat-y;
			}

/* style sheet info for A Selectors */
a:link, a:active, a:visited {
    text-decoration: none;
    color: #000088;
    font-weight: normal;
}

a:hover {
    color: #000099;
    text-decoration: underline;
}


/* style sheet info for P */

p.lh {
			line-height: 10em;
			padding-left:10;
		}	

/* style sheet info for TD */

td {
	font-size: 10pt;
}

td.pad {
				padding-left: 10px;
				font-size: 9pt;
				padding-top: 5;
			}
			
/* style sheet info for etc */

.button {
	background-color:lightblue;
	padding-left: 10;
	padding-right: 10;
	text-align:center;
}
			
div.green {
	background-color: green;
	width: 100%;
}

div.orange {
	background-color: orange;
	width: 100%;
}

div.lime {
	background-color: #ccff33;
	width: 100%;
}

div#wf {
	color: white;
	font-weight: bold;
	font-size: 12pt;
	padding-left: 20;
	padding-bottom: 3pt;
	padding-top: 3pt;
}

#fg {
	color: green;
	font-size: 9pt;
	font-weight: bold;
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 5pt;
	padding-right: 5pt;
	border:1 solid #999999;
}

#fo {
	color: orange;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 5pt;
	padding-right: 5pt;
	vertical-align: middle;
	border: 1 solid #999;
}

#fl {
	color: yellowgreen;
	font-size: 11pt;;
	font-weight: bold;
	padding-left: 2pt;
	padding-right: 2pt;
	vertical-align: middle;
	border: 1 solid #999;
}

td.fl {
	color: yellowgreen;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 10pt;
}

span#fontl {
	color: yellowgreen;
	font-size: 10pt;
	font-weight: bold;
}
	

span.fo {
	color: orange;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10pt;
}

.fonto {
	color: orange;
	font-size:10pt;
	font-weight: bold;
}

td#sp {
	padding-left: 10pt;
}
