
/* Header */

#logo {
	width: 670px;
	height: 88px;
	margin: 0 auto;
	padding: 20px 0 0 100px;
	background: url(images/img02.gif) no-repeat 0px 10px;
}

#logo h1, #logo p {
	color: #FFFFFF;
}

#logo h1 
{
	margin-top:10px;
}

#logo p {
	margin: 0;
	padding: 0 0 0 2px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

.standard_cell, .quarterly_cell
{
	color:Black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	font-size:8pt;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}

.standard_cell_tm, .quarterly_cell_tm
{
	border-top:1px solid black;
}
.standard_cell_lm, .quarterly_cell_lm
{
	border-left:1px solid black;
}
.standard_cell_hh, .quarterly_cell_hh
{
	height:20px;
}
.standard_cell_fh, .quarterly_cell_fh
{
	height:40px;
}
.standard_cell_hw, .quarterly_cell_hw
{
	width:20px;
}
.standard_cell_fw, .quarterly_cell_fw
{
	width:40px;
}

