body {
	font:11px/18px arial, verdana, sans-serif;
	font-weight: normal;
  	line-height: 12px;
  	color: #000;
	text-align:left;
	margin:0;
	padding:0;
}

a img{
	border:0;
}

.levelOneTitle {
	color: #00008B;
	font-size: 20pt;
	font-weight: bold;
	line-height: 28pt;
}

.levelTwoTitle {
	color: #6B6BB6;
	font-size: 16pt;
	font-weight: bold;
	line-height: 20pt;
}

table.report {
	background-color: rgb(247, 247, 255);
	width: 97%;
	margin: 5px 10px 5px 10px;
	valign: top;
	border-collapse: collapse;
}

table.report td.headerLive {
	text-align:center;
	font-weight:bold;
	padding-top:10.0px;
	border-bottom:2px black solid;
}

table.report td {
	font-size:11pt;
	line-height:14pt;
	text-align: center;
}

table.report td.rowTitle {
	text-align: left;
}

table.report tr.alternate {
	background-color: rgb(222,222,255);
}

table.report td.alternateWarning {
	color: rgb(255,0,0);
	font-weight: bold;
}

.rowTitle {
	font-size: 11pt;
	font-weight: bold;
	line-height: 14pt;
}

.warningText {
	color: rgb(255,0,0);
	font-weight: bold;
}

div.loading {
	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: grey;
}