@charset "utf-8";
/* CSS Document */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	color: #333;
	}
	
em {
	font-style:normal;
	}
	
/*
.formContainer {
	width:700px;
	}
*/
	
.formSection {
	}
	
.formSectionTitle {
	font-size: 1.625em; /* 16x1.625=26px */
	padding-top: 0.3em;
	line-height: 1.4em;
	}
	
.formQuestionContainer {
	}
	
.formQuestionTitle {
	font-size: 1.125em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
	padding-top: 0.5em;
	}
	
.formQuestion {
	}
	
.formInputLabel {
	}
	
.formSecondaryInputLabel {
	}
	
.formExplanation {
	font-style:italic;
	}
	
.formSmallText {
	color: #185dad;
	font-size: 11px;
	font-weight:normal;
	}
	
/* key area classes */
.formKeyArea {
	}
.formKeyAreaTitle {
	font-size: 1.125em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
	padding-top: 0.5em;
	}
.formKeyAreaExplanation {
	}	
.formKeyAreaList {
	list-style:none;
	}
.formKeyAreaSubList {
	list-style:none;
	}
	
/* budget table */
.formBudgetTotalRow {
	}
	
