/* this could be cleaned up A LOT. Didn't give much thought to hierarchies... */


body 
 {  	
	background-color: PaleGoldenrod; 
	}


p.title 
 { 	
	text-align: center; 
	font-size: x-large; 
	font-family: sans-serif;
	font-weight: bold ;
	margin: 20px 10px ;
	}



p.surveyIntroText
 {
 	text-align: left;
	font-size: medium;
	font-family: serif ;
        margin: 2px 10%



 }



.highlightThis
 {
	background-color: red ;
  	border: thick solid black ;
  	margin: 10px ;
  	font-size: smaller ;
  	font-weight: bold ;
  	font-family: sans-serif ;
 }



div.buttons 
 {
 	text-align: center ;
 	margin: 50px 20% 20px 20%;
 	font-family: sans-serif ;
 	font-weight: bold ;
	font-size: large ;


 }

.buttonText {
 	font-family: sans-serif ;
	font-weight: bold ;
	font-size: medium ;
}

p.item {
  	font-size: medium ;
  	font-family: serif;
	font-family: serif;
	font-weight: normal;
	margin: 50px 2% 10px 2%;
  }


span.INum 
 { 	
	font-size: x-large ; 
	font-family: sans-serif ; 
	font-weight: bold ;
	margin-right: 5px  ;
	}


span.IIntro
 {


	}


div.radioQuestionBody
 {	
	margin: 5px 15% 5px 15%
	}


div.shortTextQuestionBody
 {	
	margin: 5px 15% 5px 15%
	}

span.shortTextQuestionBody
 {
	margin: 0px 15%
 }



table.multiST {
	margin: 5px 15% ;
	}

tr.multiST {
	}
td.multiST {
	/* for both input and desc */
	}