/* Print CSS Document */

body { background: #FFF url(none); }
.NoPrint { display: none; }
#Container {
	width: 600px;
	border: none;
}
#BodyArea, #ContentArea { background: #FFF url(none); }
#ContentArea {
	padding: 0;
}
#Menu, #ImageArea, .LangLink { display: none; }
#PageTitle {
	background: #FFF url(none); 
}
	#PageTitle .PageTitleLeft, #PageTitle h2 { display: none; }
	#PrintPageTitle {
		display: block;
		font-size: 18px;
		font-weight: bold;
		color: #204758;
		font-style: italic;
		margin-bottom: 20px;
	}
.SubTitle {
	background: url(none);
	text-indent: 0;
	border-bottom: 1px solid #A4001D;
}
#Footer {
	/*background: #FFF;
	color: #204758;
	font-size: 10px;
	border-top: 2px solid #204758;
	clear: both;*/
	display: none;
}
	/*.Copyright {
		float: none;
		font-weight: normal;
		text-align: center;
	}
	.Links { display: none; }*/

#ApplicationForm input, #ApplicationForm textarea { 
	border: none; 
}
#ApplicationForm textarea, #PaymentForm textarea {
	height: 180px;
}
.Fieldset { margin: 0 0 5px; }
.WhatsThis { display: none; }

