	
	/* Duh */
	body
		{ text-align: center; font-family: Verdana; font-size: x-small; }
	
	/* Used on Questionnaire Page */
	.QuestionsHeader 
		{ font-family: Verdana; font-size: small; background: #00155A; font-weight: bold; color: #FFFFFF; }
		 
	/* Used in nomination forms */
	.Header 
		{ font-family: Verdana; font-size: small; background: #00155A; font-weight: bold; color: #FFFFFF; }
	
	/* Used for text within the QuestionHeader, so it sits the same BGColor */
	.ScaleHead
		{ font-size: xx-small; color: #FFFFFF; font-weight: bold; }
	
	TR
		{ font-family: Verdana; font-size: x-small; }
		
	
	
	/* First Row */
	TR.QuestionRow1
		{ font-family: Verdana; font-size: x-small; background: #ffffff; }
	
	/* Alternate Row */
	TR.QuestionRow0
		{ font-family: Verdana; font-size: x-small; background: #ffffff; }
		  
		
	
	/* First Col */
	.ResponseCol1
		{ text-align: center;font-family: Verdana; font-size: x-small; background: #dddddd; }
	
	
	/* Alternate Col */
	.ResponseCol0
		{ text-align: center;font-family: Verdana; font-size: x-small; background: #ffffff; }
	
		
	/* Radio Button column */
	.ResponseCol
		{ text-align: center; }
		
		
	
		
	/* First Col */
	.NACol1
		{ text-align: center;font-family: Verdana; font-size: x-small; background: #cccccc; }
		 
	/* Alternate Col */ 
	.NACol0
		{ text-align: center;font-family: Verdana; font-size: x-small; background: #eeeeee; }
	
	
	
	/* Used for text display. Not used in tables. */
	.Heading
		{ font-weight: bold; color: #00155A; }
		
	.BigHeading
		{ font-size: medium; font-weight: bold; color: #00155A; }



	/* Used for advanced nomination process. */
	.emailGood { font-size:10px; color:#339900; }
	.emailBad { font-size:10px; color:#ff0000; }
