/* CSS Document */

body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	margin-bottom: 1px;
	font-family: verdana, Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

table.headertable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.headertable {
	padding: 0;
	margin-bottom: 2px;
}

table.headertable th, div.headertable h3 {
	background: url(../images/subhead_bg2.png) repeat-x;
	color: #ffffff;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.headertable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}