body {
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 80%
}

#logo {
	width: 100%;
	background-image: url("base/header_tklogo.gif");
	background-repeat: no-repeat;
	background-position: top right;
	padding-bottom: 3.5em;
}

#navBreadcrumbs, #navGlobal, #sidebar, ul#navService, #footer ul, p.top, dd.top {
	display: none;
}


#content, contentFull {
	width: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

li {
	line-height: 140%;
}

dt {
	font-size: 1.2em;
	font-weight: bold;
}

dd {
	margin-bottom: 1em;
}

h1 {
	font-size: 1.5em;
	
}

h2 {
	font-size: 1.2em;
	margin: 2em 0 .5em 0;
}


/*-- Tables -----------------------------------------------------------------------*/

table {
	width: 100%;
	color: #333;
}

th {
	padding: 5px;
	color: #fff;
	background-color: #333;

}

td {
	padding: 3px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	vertical-align: bottom;
}

td.fixed { 
	width: 15%;
	text-align: right;
}

td.subHeading {
	font-size: 1.1em;
	font-weight: bold;
}

td.oa_c2a, td.oa_c2b {
	width: 10%;
	text-align: center;
}


