table, caption, tbody, tfoot, thead, tr, th, td, ul, div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}
/* styles */
table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 12px;
	margin: 0 auto 10px auto;
	background: #fff url(../img/im.wellogo.jpg) top left no-repeat;
}
table.no-bg,
table.no-bg table {
	background: transparent;
}
table td {
	padding: 5px;
	width: 200px;
}
thead span.large {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
thead div.normal {
	width: 400px;
	font-size: 25px;
}
thead td.link {
	height: 60px;
	text-align: right;
}
thead td.link a {
	background: transparent url(../img/ico.less_red.png) 0 2px no-repeat;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	color: #ee3424;
}
thead td.link a:hover {
	text-decoration: underline;
}
thead tr td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #333;
}
thead tr td.col {
	background: #fff;
}
thead tr td.nobord, thead tr td.bord {
	border-bottom: 0;
	width:110px;
}
code {
	font-size: 11px;
	color: #111;
}
ul {
	padding: 5px 10px 5px 20px;
	width: 180px;
}
li {
	margin-bottom: 5px;
}
tfoot tr td {
	font-size: 11px;
	color: #333;
	padding: 10px 5px 5px 5px;
}
tfoot td p { width: 700px; margin: 0; }
/* classes */
thead td.strong-text {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
thead td.largertext {
	font-size: 15px;
	font-weight: bold;
	color: #111;
}
thead td.largertext.col {
	padding: 0 13px 13px 13px;
}
thead td span.headtext {
	display: block;
	width: 190px;
	margin: 3px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #666;
}
.green {
	color: #666666;
}
#reading .green {
	color: #666666;
}
td.greenstrong-text {
	background: #393995;
}
#reading td.greenstrong-text {
	background: #F1B70F;
}
.green.col ul {
	list-style:url(../img/bul.purple.gif);
}
#reading .green.col ul {
	list-style:url(../img/bul.yellow.gif);
}
.red {
	color: #666666;
}
#reading .red {
	color: #666666;
}
td.redstrong-text {
	background: #F48024;
}
#reading td.redstrong-text {
	background: #ED3024;
}
.red.col ul {
	list-style:url(../img/bul.orange.gif);
}
#reading .red.col ul {
	list-style:url(../img/bul.red.gif);
}
.blue {
	color: #666666;
}
#reading .blue {
	color: #666666;
}
td.bluestrong-text {
	background: #00A060;
}
#reading td.bluestrong-text {
	background: #005DA9;
}
.blue.col ul {
	list-style:url(../img/bul.green.gif);
}
#reading .blue.col ul {
	list-style:url(../img/bul.blue.gif);
}
.greenstrong-text, .redstrong-text, .bluestrong-text {
	width: 110px;
	color: #fefefe;
	text-align: left;
	font-weight: bold;
	padding: 6px 0 0 6px;
}
.col {
	background: #f0eee1;
	padding: 5px;
}
.green, .red, .blue, .col, .bord, .greenstrong-text, .redstrong-text, .bluestrong-text {
	border-right: 1px solid #b3ac8f;
}
.blue, .red {
	background: #f0eee1 url(../img/bg.sktable.png) bottom center no-repeat;
}
.grey {
	color: #666;
}
.grey div {
	margin: 5px 20px -5px 20px;
	width: 150px;
}
.grey ul {
	padding: 5px 10px 0 20px;
}
.grey.col ul {
	list-style:url(../img/bul.grey.gif);
}
.clear-both { clear: both }

table td.container {
	margin: 0;
	padding: 0;
	text-align: left;
}


