@charset "UTF-8";
/* CSS Document */

	body {
		font-family:Verdana, Geneva, sans-serif;
		font-size: 14px;
		color: #333;
	}
	
	.small_head {
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 16px;
	}
	
	.big_head {
		font-family: Georgia, Times New Roman, Times, serif;
		font-size: 26px;
		font-weight: 200;
	}
	
	.spaced_row {
		padding-top: 6px;
		vertical-align: top;
		/*width: 100px;*/
	}
	
	.large_spaced {
		padding-top: 16px;
	}
	
	.mini_section {
		padding-top: 16px;
		font-style: oblique;
	}
	
	.caption_contact {
		font-size: 12px;
		padding-left: 20px;
		padding-top: 0px;
	}

	.required {
		font-size: 10px;
		color: #C00;
		font-style: oblique;
		text-align: right;
	}
	
	.rightlabel {
		text-align: right;
	}
	
	#downloadable_pdf {
		padding-top: 50px;
		line-height: 25px;
	}
