body {
	font-family: Arial, Helvetica, "Sans Serif";
	font-size: 11px;
	color: #000000;
	margin: 5px 5px 5px 5px;
	padding: 1px;
	background-color: #ffffff;
}
h1 {
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	color: #777777;
}

h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	color: #777777;
}

h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #777777;
}

a:hover {
	color: #525151;
	font-weight: 500;
}

a:link {
	color: #525151;
	font-weight: 500;
}

a:visited {
	color: #525151;
	font-weight: 500;
}
table.moduletable {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #000000;
}

table.moduletable th {
	background: url(../images/dtm/boxheaderbg.jpg) repeat-x;
	background-position: center top;
	background-color: #e1e1e1;
	color: #777777;
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	border: 1px solid #000000;
}

table.moduletable td {
	font-size: 12px;
	padding: 1px;
	margin: 1px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000000;
}
p.copyright {
	font-size: 10px;
	font-weight: normal;	
}
table.moduletable_live {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 2px;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #000000;
}

table.moduletable_live th {
	background: url(../images/dtm/boxheaderbg.jpg) repeat-x;
	background-position: center top;
	background-color: #e1e1e1;
	color: #777777;
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle;
	border: 1px solid #000000;
}

table.moduletable_live td {
	font-size: 14px;
	padding: 3px;
	margin: 1px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #000000;
}