.center	{margin-left: auto; margin-right: auto; text-align: center;}
.left	{text-align		:	left;}
.right	{text-align		:	right;}
.top	{vertical-align	:	top;}
.middle	{vertical-align	:	middle;}
.bottom	{vertical-align	:	bottom;}
.xxs	{font-size		:	xx-small;}
.xs		{font-size		:	x-small;}
.s		{font-size		:	small;}
.m		{font-size		:	medium;}
.l		{font-size		:	large;}
.xl		{font-size		:	x-large;}
.xxl	{font-size		:	xx-large;}
.f7		{font-size		:	7pt;}
.f8		{font-size		:	8pt;}
.f9		{font-size		:	9pt;}
.f11	{font-size		:	11pt;}
.f12	{font-size		:	12pt;}
.f14	{font-size		:	14pt;}
.f16	{font-size		:	16pt;}
.f18	{font-size		:	18pt;}
.f20	{font-size		:	20pt;}

/*	yBODYzvf	*/
body{
	background-color	:	#999999;
	color				:	#FFFFFF;
	margin				:	0px;
	padding				:	0px;
}

/*	yBODYzvf	*/
h1{
	font-size			:	xx-large;
	font-weight			:	bold;
}

/*	yFORMzvf	*/
form{
}

/*	yDIVzvf		*/
div{
}
	div.Canvas{
		background-color	:	#333333;
		color				:	#FFFFFF;
		padding-top			:	0px;
		padding-bottom		:	15px;
		margin				:	0px;
		background-image	:	url("./img/logo.gif");
		background-repeat	:	no-repeat;
		background-position	:	right bottom;
	}

/*	yPzvf		*/
p{
}
	p.Title{
		color				:	#FFFFFF;
		padding				:	3px;
		padding-left		:	15px;
		margin				:	0px;
		border-style		:	solid;
		border-width		:	0px;
		border-bottom-width	:	1px;
		border-right-width	:	10px;
		border-bottom-color	:	#CC6633;
		border-right-color	:	#CC6633;
	}

/*	yTABLEzvf	*/
table{
}
	table.Contents{
		border-size			:	0px;
		border-style		:	separate;
		background-color	:	#666666;
		margin-bottom		:	3px;
	}

	table.Org{
		border-size			:	0px;
		border-style		:	separate;
		background-color	:	#999999;
		margin-top			:	10px;
		width				:	120px;
	}

	table.Kanbu{
		border-size			:	0px;
		border-style		:	separate;
		background-color	:	#999999;
		margin-bottom		:	15px;
	}

	table.Link{
		border-size			:	0px;
		border-style		:	separate;
		background-color	:	#999999;
		margin-left			:	10px;
		margin-bottom		:	15px;
	}

	table.Katsudo{
		border-size			:	0px;
		border-style		:	separate;
		background-color	:	#999999;
		margin-left			:	10px;
	}

/*	yTRzvf		*/
tr{
}
	tr.Kanbu{
		background-color	:	#FFFFFF;
		color				:	#000000;
		height				:	20px;
	}

	tr.Link{
		background-color	:	#666666;
		color				:	#FFFFFF;
		height				:	40px;
	}

	tr.Katsudo{
		background-color	:	#666666;
		color				:	#FFFFFF;
	}

	tr.prgOdd{
		background-color	:	#ffffff;;
		color				:	#000000;
	}

	tr.prgEven{
		background-color	:	#dddddd;
		color				:	#000000;
	}

/*	yTHzvf		*/
th{
}
	th.Org{
		background-color	:	#666699;
		color				:	#333366;
		padding-top			:	4px;
		padding-bottom		:	4px;
	}

	th.Kanbu{
		background-color	:	#CCCCCC;
		color				:	#333333;
	}

	th.Link{
		background-color	:	#CCCCCC;
		color				:	#333333;
	}

	th.Katsudo{
		background-color	:	#CCCCCC;
		color				:	#333333;
	}

/*	yTDzvf		*/
td{
	background-color	:	inherit;
}
	td.Org{
		background-color	:	#FFFFFF;
		color				:	#333333;
	}

/*	yINPUTzvf	*/
input{
}

/*	yTEXTAREAzvf	*/
textarea{
}

/*	ySELECTzvf	*/
select{
}

/*	ySPANzvf	*/
span{
}

/*	yIMGzvf	*/
img{
	border-width		:	0px;
}

/*	yIMGzvf	*/
hr{
	margin-left			:	15px;
	margin-right		:	15px;
}

/*	yAzvf		*/
a
{
	text-decoration		:	none;
}
a:link
{
	color				:	#ffffff;
}
a:visited
{
	color				:	#ffffff;
}
a:active
{
	color				:	#ff9900;
}
a:hover
{
	color				:	#ff9900;
}

