.clearAll {
	clear: all;
}



#hdrBar {
	width: 700px;
	height: 10px;
	background-color: #444444;
	overflow : auto;
	top: 100px;
	position: absolute;
	font-size: 1pt; 
}

#hdrPicRow  {
	overflow : auto;

}

.hdrPic {
 	font-family: Arial, Helvetica, sans-serif; 
	font-style: bold;
	font-size: 10pt; 
	text-decoration: none; 
	text-align: right;
	vertical-align: bottom;
	width: 50px;
	height: 80px;
	margin-right : 5px;
	margin-left: 5px;
	float: left;
	background-color: #cccccc;
	
}

#hdrNameRow  {
	overflow : auto;
	position: absolute;
	top : 112px;
}

.hdrName {
 	font-family: Arial, Helvetica, sans-serif; 
	font-style: bold;
	font-size: 8pt; 
	text-decoration: none; 
	text-align: center;
	float: left;
	width: 50px;
	margin-right : 5px;
	margin-left: 5px;
	color : black;
}

.hdrLink {
 	font-family: Arial, Helvetica, sans-serif; 
	font-style: bold;
	font-size: 8pt; 
	text-decoration: none; 
	text-align: center;
	color : black;
}

#hdrColorRow  {
	position: absolute;
	top : 130px;
}

.hdrColor  {

 	font-family: Arial, Helvetica, sans-serif; 
	font-style: bold;
	font-size: 1pt; 
	text-decoration: none; 
	text-align: center;
	float: left;
	width: 50px;
	margin-right : 5px;
	margin-left: 5px;
	height: 4px;
	background-color: blue;
	

}

#bodyTitle  {

 	font-family: Arial, Helvetica, sans-serif; 
	font-style: bold;
	font-size: 36pt; 
	text-decoration: none; 
	text-align: center;

}

#bodyImageBox  {

 	font-family: Arial, Helvetica, sans-serif; 
	font-style: bold;
	font-size: 12pt; 
	text-decoration: none; 
	text-align: center;
	overflow : auto;


}

#bodyTextBox  {

 	font-family: Arial, Helvetica, sans-serif; 
	font-style: bold;
	font-weight: bold;
	font-size: 12pt; 
	text-decoration: none; 
	text-align: center;
	overflow : hidden;
	color : #123456


}

.bodyTextLinks  {

 	font-family: Times, serif; 
	font-style: bold;
	font-weight: bold;
	font-size: 14pt; 
	text-decoration: none; 
	text-align: center;
	overflow : hidden;
	color : black;


}

#bodyContent  {
	width: 700px;
	overflow: auto;
	
}

.hdrPicActive {
 	font-family: Arial, Helvetica, sans-serif; 
	font-style: bold;
	font-size: 10pt; 
	text-decoration: none; 
	text-align: right;
	width: 50px;
	height: 80px;
	margin-right : 5px;
	margin-left: 5px;
	float: left;
	background-color: #ccddee;
	
}


.hdrNameActive {
 	font-family: Arial, Helvetica, sans-serif; 
	font-style: bold;
	font-size: 9pt; 
	text-decoration: none; 
	text-align: center;
	float: left;
	width: 50px;
	margin-right : 5px;
	margin-left: 5px;
	color : black;
}

.hdrLinkActive {
 	font-family: Arial, Helvetica, sans-serif; 
	font-style: bold;
	font-size: 9pt; 
	text-decoration: none; 
	text-align: center;
	color : black;
}

.hdrColorActive  {

 	font-family: Arial, Helvetica, sans-serif; 
	font-style: bold;
	font-size: 1pt; 
	text-decoration: none; 
	text-align: center;
	float: left;
	width: 50px;
	margin-right : 5px;
	margin-left: 5px;
	height: 4px;
	background-color: green;
	

}


#ivParent  {
	width: 710px;



}

#ivTitleBar  {
	width: 700px;
	text-align: center;
 	font-family: Arial, Helvetica, sans-serif; 
	font-style: bold;
	font-size: 14pt; 
	text-decoration: none; 

}

#ivViewerParent{

}

#ivLeftPanel{
	float: left;
	width: 100px;
	height: 500px;
	background-color: #eeeeee;
	vertical-align: bottom;
	text-align: center;

}

#ivCenterPanel{
	float: left;
	width: 500px;
	background-color: #dddddd;

}

#ivImagePanel{
	height: 500px;
	width: 500px;
	text-align: center;
	overflow : hidden;

}

#ivImageSelect{
	text-align: center;

}

#ivRightPanel{
	float: left;
	width: 100px;
	height: 500px;
	background-color: #eeeeee;
	vertical-align: bottom;
	text-align: center;

}







