/*
 * Style.css	2001/12/08, 1.0
 *
 * Copyright (c) 2001Romuald Rousseau
 * 2002/09/18- Customized for FDXS WRS by Kouichi Shirasuka
 */
 
BODY {
	margin: 10px 10px 10px 10px;
	font-family: Verdana, MS-Gothic;
	font-size: 10pt;
	background-color: #FFFFFF;
	background-image: url("../img/background.gif");
	background-repeat: no-repeat;
	background-attachement: fixed;
	scrollbar-base-color: #ECE9D8;
}

A {
	color: #333399;
	font-size: 11pt;
	text-decoration: none;
}

A:hover {
	color: #6666CC;
	font-size: 11pt;
	text-decoration: underline;
}

INPUT {
	font-size: 9pt;
}

INPUT.button {
	background: #ECE9D8;
	cursor: hand;
}

TABLE {
	font-size: 10pt;
}

TABLE.panel {
	color: #000000;
	border: #CDCDCD 1 solid;
	border-right: thin none;
	border-top: thin none;
}

TABLE.panel TH {
	text-align: left;
	color: #333399;
	border-bottom: #FFCC33 1 solid;
}

TABLE.panel TD {
}

TABLE.report {
	font-size: 9pt;
	border-color: #99CC33;
	border-width: 1px;
	border-style: solid;
	border-spacing: 0px;
	border-collapse: collapse;
}

TABLE.report TH {
	background: #DDEEAA;
	border-color: #99CC33;
	border-width: 1px;
	border-style: solid;
}

TABLE.report TD {
	border-color: #99CC33;
	border-width: 1px;
	border-style: solid;
}

TABLE.detail {
	font-size: 9pt;
	border-color: #99CC33;
	border-width: 1px;
	border-style: solid;
	border-spacing: 0px;
	border-collapse: collapse;
}

TABLE.detail TH {
	text-align: left;
	background: #DDEEAA;
	border-color: #99CC33;
	border-width: 1px;
	border-style: solid;
	font-weight: normal;
}

TABLE.detail TD {
	border-color: #99CC33;
	border-width: 1px;
	border-style: solid;
}

P.separator1 {
	background-image: url(../img/bar.gif);
	background-repeat: no-repeat;
	height: 2px;
	margin-top: 4px;
}

P.separator2 {
	border-bottom: 2px #FFCC33 solid;
}

P.separator3 {
	border-bottom: 1px #FFCC33 solid;
}

P.title {
	font-size: 20pt;
	font-weight: bold;
	color: #9C65CE;
}

P.title2 {
	font-size: 14pt;
	font-weight: bold;
	color: #9C65CE;
}

P.title3 {
	font-size: 11pt;
}

P.warning {
	color: #FF0000;
}
