
/* HEADINGS 
	
#Visualizer h1, h2, h3, h4, h5, h6
{
    margin: 5px 0;
    padding: 5px 0;
}*/
#Visualizer h1 {
	font-size:1.3em;
	}
	
#Visualizer h2 {
	font-size:1.1em;
	}
	
#Visualizer h3
{
    font-size: 1em;
    color: #3366FF;
}
	
#Visualizer h4
{
    font-size: .9em;
    color: #009933;
}
	
#Visualizer h5 {
	font-size:.8em;
	}
	
#Visualizer h6 {
	font-size:.8em;
	}
	
.chkChoice 
{

} 

.divcenter {
  width: 865px ;
  margin-left: auto ;
  margin-right: auto ;
}

#fuvTable
{
    text-align: center;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.vis-h3
{
    font-size: 1em;
    color: #3366FF;  
}

.vis-h4
{
    font-size: .9em;
    color: #009933;
}

#fuvTable li 
{
    display:inline-table;
}

#fuvScoreNumeric 
{
    font-family: Arial, Tahoma, Sans-Serif;
    color: Blue;
}

#fuvScoreImage  {
	width		: 400px;
	height		: 90px;		/* Height of the graphic */
	background-image : url(/Styles/Images/progress-empty.gif);
	background-repeat: no-repeat; 
}

#fuvScoreImage #fuvBar {
    width       : 0px;
    height      : 90px;     /* Height of the graphic */
    background-image : url(/Styles/Images/progress-full.gif);
    background-repeat: no-repeat;
}



