
body {
		background-color: #cccccc ;
		font-size: 12pt;
		line-height: 130%;
		color: #333333;
		margin: 10px 5% 10px 5%
	}
		
P.bun1 {
		font-size: 12pt ;
		line-height: 170% ;
		margin: 5px 5% 5px 5%
	}
		
P.table {
		font-size: 12pt ;
		line-height: 130% ;
		margin: 5px;
		empty-cells: show;
	}
		
P.foot {
		font-size: 9pt ;
		line-height: 170% ;
		margin: 5px 10% 5px 10%
	}

TR,TD.nocolor {
		font-size: 12pt ;
		line-height: 170% ;
		padding: 5px ;
		background-color: #cccccc;
	}

TR,TD.nikki {
		font-size: 12pt ;
		line-height: 130% ;
		padding: 5px ;
		background-color: #999999;
	}

a { 
		text-decoration:none; 
	}

a:hover {
		color: #000000; 
		background-color: #ffffff;
	}

H3 {
		font-color: #ffffff;
		background-color: #555555;
	}

h2 {
		font-color: #ffffff;
	}
h1 {
		font-color: #111111;
		background-color: #666666;
	}


DT {
		margin-top: 1em; font-weight: bold;
	}


