	
.workspace {
	width: 100%;
	height: 100%;
	margin: 0px;	
	padding: 10px;
	text-align: center;
	vertical-align: top;	
	background-color: #ffffff;
	border-color: #999999; 
	border-width: 1px; 
	border-style: solid;	
}

.datadiv {
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	float: left;
	overflow: auto;
	background-color: #f7f7f7;
	border: 1px solid #999999;
}

.grouptext{
	width:100%;
	color:#000099;
	font:10pt verdana, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	border-style:none
}	

.label {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
}	

.value {
	font-size: 8pt;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
}	

.querymodelabel {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
}

.groupheaderbar{
	width:100%;
	color:#000099;
	font:16pt verdana, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	border-style:none
}

.navigationbar{
	width:100%;
	color:#000099;
	font:16pt verdana, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	border-style:none
}

.groupheadertext{
	width:100%;
	color:#000099;
	font:14pt verdana, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	border-style:none
}

.listcolumnheader{
	background-color: #f7f7f7; 
	width: 100%;
	color: #f27900;
	font: 10pt verdana, sans-serif;
	font-style: normal;
	border-style: none;
	cursor: default
}

.listcolumnheaderlink{
	background-color:#f7f7f7; 
	width:100%;
	color:#f27900;
	font:10pt verdana, sans-serif;
	font-style:normal;
	border-style:none;
}

a.tabbutton { 
	text-decoration:none;
	text-align: center;
	background-color:#dfdfdf;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	font-weight:bold;
	color: #000000;
	height: 18px;	
	width: 80px;	
	padding-top: 2px;
	padding-bottom: 2px;		
}

a.tabbutton:hover { 
	text-decoration:none;
	text-align: center;	
	background-color:#dfdfdf;
	border-color: #a9d0fc;
	border-width: 1px;
	border-style: solid;
	font-size: 70%;
	font-weight:bold;
	color: #000000;	
	height: 18px;
	width: 80px;
	padding-top: 2px;
	padding-bottom: 2px;	
}	

a.tabstaticbutton { 
	text-decoration:none;
	text-align: center;
	background-color:#dfdfdf;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	font-weight:bold;
	color: #000000;
	height: 18px;	
	width: 80px;	
	padding-top: 2px;
	padding-bottom: 2px;	
}

.corpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	text-align: justify;
}

.corpoheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	font-style:italic;
	color: #003366;
	text-decoration: none;
	text-align: justify;
}

.corponumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	text-align: right;
}

.corpodate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	text-align: center;
}

.required {
        background:#9999ff; 
        font-size: 10px; 
        color: #000; 
        font-family: verdana,arial,helvetica,sans-serif;
        HEIGHT: 18px; 
}
	
.normal {
        font-size: 10px; 
        color: #000; 
        font-family: verdana,arial,helvetica,sans-serif;
        HEIGHT: 18px; 
}


