body {
	font-family: verdana;
	font-size: 14px;
}

h1 {
	font-size: 24px;
}

td.tab
{
	background-color: #0099ff;
	font-weight: bold;
	color: white;
}

td.tabi
{
	background-color: #ffcc80;
	font-weight: bold;
	color: #666666;
	cursor: pointer;
}

td {
	font-size: 14px;
}

span.linklike { 
	color: blue; text-decoration: underline; cursor: pointer; 
}

div.cp_holder { 
	width: 256px; 
}

div.cp { 
	background-color: black; 
	height: 25px; 
	width: 1px; 
}

div.tabContent {
	position: relative;
	height: 300px;
	width: 100%; 
	background-color: #EDF8FF;
	background-image: url(gradient1.gif); 
	background-repeat: repeat-x;
}

div.text_row
{
	margin: 0px 10px 0px 10px;
	background-color: #ffcc80;
	height: 30px;
	position: relative;
}

div.text_rowEven
{
	margin: 0px 10px 0px 10px;
	background-color: #ffeecc;
	height: 30px;
	position: relative;
}

div.text_col1 {
	position: absolute; 
	left: 10px;
	top: 5px;
	font-family: arial;
	font-size: 14px;
}

div.text_col2 {
	position: absolute; 
	left: 100px;
	top: 30px;
	display: none;
}

div.text_col3 {
	position: absolute; 
	left: 250px;
	top: 30px;
	display: none;
}

div.text_col4 {
	position: absolute; 
	left: 360px;
	top: 30px;
	display: none;
}

div.text_col5 {
	position: absolute; 
	left: 500px;
	top: 30px;
	display: none;
}

div.text_col6 {
	position: absolute; 
	left: 680px;
	top: 30px;
	display: none;
}

div.bb_image
{
	position:absolute; 
	width: 120px; 
	height: 90px;
	font-size: 12px;
	cursor: pointer;
	display: none;
}

div.bb_name
{
	position:absolute; 
	width: 120px; 
	height: 40px;
	font-size: 12px;
	display: none;
}
