.header {
	 height:201px;
	 background:#000;
	 text-align:center;
}
.center {	
	margin:0px auto;
}
.centerin {
	width:862px;
	border:0;
	padding:0px;
	margin:0px auto;
/*	background:#0a0a0a;*/
	background:#000;
}
.header_pic {
	margin:0px auto; 
	width:862px; 
	height:200px; 
	overflow:hidden; 
	background:url("images/headpic.jpg");
}
.bg_header_pic {
	height:210px;
	/*background:url("images/headnear.png");*/
}
body{
	margin:0px;
	padding:0px;
}

/* Table1c */
#table1c {
	text-align:center;
	font:12px tahoma;
	color:#cccccc;
	width:500px;
	margin:0 auto;
	border:#666 solid 1px;
}
#table1c tr th {
	background:#222;
	padding:5px;
}
#table1c tr td {
	padding:5px;
}

/* Table2c */
#table2c {
	text-align:center;
	font:12px tahoma;
	color:#cccccc;
	width:600px;
	margin:0 auto;
	border:#666 solid 1px;
	padding:0px;
}
#table2c tr th {
	background:#222;
	padding:5px;
	margin:0px;
	border-top:#555 solid 1px;
	border-bottom:#555 solid 1px;
}
#table2c tr td {
	vertical-align:top;
	background:#111;
	padding:5px;
	margin:0px;
}
#table2c tr {
	padding:0px;
	margin:0px;
}
#table2c tr td.CL {
	text-align:left;
	border-right:#555 solid 1px;
}
#table2c tr td.CLB {
	text-align:left;
	border-bottom:#555 solid 1px;
	border-right:#555 solid 1px;
}
#table2c tr td.CLH {
	text-align:left;
	border-right:#555 solid 1px;
	font:14px tahoma;
}
#table2c tr td.LC {
	text-align:right;
}
#table2c tr td.RC {
	text-align:left;
}
#table2c tr td.RCH {
	text-align:left;
	font:14px tahoma;
}
#table2c tr td span {
	text-decoration:underline;
}

/* Special Link */
.linkToTeetek {
	cursor:pointer;
	position:absolute;
	right:285px;
	bottom:45px;
}
.linkToTeetek a {
	font-size:24px;
	color:#FFF;
	text-decoration:none;
}
.linkToTeetek a:hover {
	color:#000;
}