body, h1, h2, h3, h4, h5, p
{
    font-family: Trebuchet MS;
    margin-left: 0;
    padding: 0;    
}

.fbaheaderleft
{
    float: left;
    background-image: url(images/header_left.jpg); 
    background-position: top left;   
    background-repeat: no-repeat;
    width: 45%;
    height: 101px;
}
.fbaheaderright
{
    float: right;
    background-image: url(images/header_right.jpg);    
    background-position: top right;
    background-repeat: no-repeat;
    width: 45%;
    height: 101px;
}

.buttonbar
{
    width: 100%;
    padding: 3px 0px 3px 4px;    
    background-color: #FBD6AA;     
    font-family: Trebuchet MS;
    color: #78859F;  
    width: 100%;    
    margin: 0;
    float: left;
    clear: both;   
}

.surveytitle
{
    background-color: #F89828;
    font-size: 2em;
    font-family: Trebuchet MS;
    color: #FFFFFF;  
    width: 100%;
    padding-left: 5px;
    margin: 0;
    float: left;
    clear: both;    
}

.instructionsbox
{
    width: 100%;
    padding-left: 5px;
    background-color: #FBD6AA;
    float: left;
    clear: both;     
}

.instructions
{
    border: 1px #000 solid;
    width:80%;
    margin: 0px auto;
    padding:10px; 
    background-color: #FFF;
    font-family: Trebuchet MS;   
    color: #000;
}

.instructions p
{
    margin: 0px;    
}

.qouter
{
    float: left;    
    clear: both;
    width: 100%;
}

.questionnaire
{
    border: 1px #000 solid;
    margin: 10px auto;
    width: 98%;    
    font-family: Trebuchet MS;  
}

.sectionheader
{
    background-color: #F89828;    
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    font-family: Trebuchet MS;
    width: 100%;        
}

.tableheader 
{
    background-color: #BEC9E0;
    color: #607296;
    font-size: 1em;
    font-weight: bold;
    font-family: Tahoma;
    padding-left: 5px;
}

input.bluebutton 
{
    background-color: #F89828;
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 1.0em;
    color: #FFFFFF;
}

input.ltbluebutton 
{
    background-color: #FBD6AA;
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 1.0em;
    color: #FFFFFF;
}


.report
{    
    margin: 10px auto;
    width: 98%;    
    font-family: Trebuchet MS; 
    clear: both;     
}

.reportpage
{
    page-break-after: always;    
}

.adminbox
{
    width: 95%;
    border: 1px solid black;
    padding: 0;
    background-color: #EEEEFF;
}

table th
{
    background-color:#bec9df;
}
.tabletitle
{
    background-color:#858c9c;
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    
}

.sectiontitle
{
	background-color: #AAAAAA;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Trebuchet MS;
	width: 95%;
}
