body									{ background: white;
										  margin-top: 0;
										  padding: 0;
										  color: #666666;
										  font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
										  font-size: 10px; }

a										{ color: #ce0000;
										  text-decoration: none; }
	a:hover									{ color: #ce0000;
											  text-decoration: underline; }


/* -- Content Styles -- */
	.homeSubHeader						{ font-size: 14px;
										  color: #ce0000;
										  font-family: georgia, 'times new roman';
										  font-weight: bold; }

	.navTD								{ background: url('../images/bg_navigationBar.jpg'); }

	.homeRedBox							{ background: url('../images/bg_homeMainContent.jpg');
										  font-size: 15px;
										  font-family: georgia, 'times new roman';
										  color: white;
										  padding-left: 45px;
										  padding-right: 50px;
										  line-height: 35px; }
		.homeRedBox a						{ color: yellow;
											  font-size: 10px;
											  text-align: right; }

	.content							{ padding-top: 35px;
										  padding-bottom: 35px;
										  font-size: 11px; }

	.subContent							{ padding: 35px; }

	.subContentHeader					{ font-size: 17px;
										  color: #ce0000;
										  font-family: georgia, 'times new roman';
										  font-weight: bold; }

	.footerBar							{ background: #e2e2e2;
										  color: #666666;
										  height: 28px;
										  padding-top: 5px;
										  padding-bottom: 5px;
										  padding-right: 15px;
										  font-size: 9px;
										  font-family: arial, helvetica, sans-serif; }


/* -- HTML Form Styles -- */
	.form								{ margin: 0; }
		.form input							{ font-size: 10px;
											  vertical-align: middle;
											  padding: 1px; }
		.form textarea						{ font-size: 11px;
											  font-family: verdana, arial, helvetica, sans-serif;
											  vertical-align: middle; }
		.form select						{ font-size: 11px;
											  font-family: verdana, arial, helvetica, sans-serif;
											  vertical-align: middle; }

		.form button						{ font-size: 10px;
											  font-family: verdana, arial, helvetica, sans-serif; }

	.button								{ background: #f7f7f7;
										  border: solid 1px #525252;
										  padding: 2px;
										  color: #525252;
										  font-size: 10px;
										  font-weight: bold;
										  font-family: verdana, arial, helvetica, sans-serif; }

