
a, body, table, td, textarea, tr, p, div, h1, h2, h3, h4, h5, input {
	/*This property describes the color of the text on the whole page*/
	color: Black;
	/*This property describes the size of the text on the whole page*/
	font-size: 11px;
	/*This property describes the type of the text on the whole page*/
	font-family: Arial, Helvetica, sans-serif;
} 

BODY {
	background-image : url(../images/TCBackground.jpg);
	background-repeat: repeat; 
	background-position: left top;
	margin:0px;
	padding:0px;
}

.tablelink {
	cursor:pointer;
}

/* TBC */
.date {
	float:right;
	color:#FFFFFF;
	margin-right:5px;
	padding-top:5px;
}
.timezone {
	float:right;
	color:#FFFFFF;
	margin-right:20px;
	padding-top:5px;
}
.mn_tbl {
	background:url(../thorny/mn.jpg);
	height:30px;
}
.mn {
	background:url(../thorny/mn_sep.jpg) right no-repeat;
	padding-right:20px;
	padding-left:20px;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	float:left;
	padding-top:5px;
}
.mn a:link, .mn a:visited {
	text-decoration:none;
	color:#FFFFFF;
	float:left;
	font-size:12px;
	font-weight:normal;
}
.mn a:hover {
	text-decoration:none;
	color:#FF9900;
	font-weight:normal;
}
img { border:none;}