
body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 10pt; 
  width: 100%;
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#th {
	font: bold verdana, arial, 'sans serif'; 
	font-size: 10pt;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 8px;
	background: #c6d7ef url(images/bg_header.jpg) no-repeat;
}

#th.nobg {
	border-top: 1px;
	border-left: 1px;
	border-right: 1px solid #C1DAD7;
	background: #c6d7ef url(images/bg_header.jpg) no-repeat;
}


#right, #left, #banner, #footer { 
  display : none; 
}
#center {
  display : inline;
	}
