* {
margin: 0;
padding: 0;
}

body {
	background: #fff;
	color:#009999;
	text-align: center;
	font-size: 10pt;
	font-family: Verdana, Tahoma, "MS UI Gothic", serif;
	line-height: 140%;
	}

a {
	font-weight: bold;
	text-decoration: none;
	color:#009999;
}

a:visited {
	color:#009999;
}

a:hover {
	text-decoration: underline;
	}

img {
	border:none;
}

/* BLOCK */
#live {
	margin: 4px auto;
	width:556px;
	text-align: left;
}

#live p {
	padding: 4px 0;
}

ul {
	margin-left: 24px;
}

/*TABLE
------------------------------------------------------------*/
table {
	margin: 4px auto;
	font-size: 10pt;
	border-collapse: collapse;
	width:556px;
	}

/* TEAL BORDER */
.tealB {
	background: #f5fffa;
}

.tealB th {
	border: 1px solid teal;
	padding: 4px;
	font-weight: normal;
	width: 120px;
}
.tealB td {
	border: 1px solid teal;
	padding: 4px;
}

/* LIVE-TEAL */
.teal {
	background: #f5fffa;
	margin-bottom: 14px;
}

.teal th {
	border: 1px solid teal;
	background: #f5fffa;
/*	width: 120px;*/
	padding: 4px;
	white-space: nowrap;
}

.teal td {
	border: 1px solid teal;
	padding: 4px;
	width: 428px;
}

.teal th.date {
	border: 1px solid teal;
	background: teal;
	color: #fff;
	font-size: 16pt;
}

.teal th.lives {
	background: #f0fff0;
	text-align: left;
}

/* UNDERLINE PX1 */
.tealline {
	border-bottom: 1px solid teal;
}

.teallinetop {
	border-top: 1px solid teal;
	padding-top: 10px;
}

/*PARAGRAPH
------------------------------------------------------------*/
.right{
	text-align: right;
}

.bold {
	font-weight: bold;
}

/*COLOR*/
.gray {
	color:gray;
}

/*SIZE*/
.tx8 {
	font-size: 8pt;
}

.tx16 {
	font-size: 16pt;
}

