	
	body
	{
		margin: 0px;
	}
	
	.leftCell
	{
		border-style:solid;
		border-color:black;
		border-top-width:1px;
		border-right-width:0px;
		border-bottom-width:1px;
		border-left-width:1px;
	}
	
	.contentCell
	{
		border-style:solid;
		border-color:black;
		border-width:1px;
		padding: 10px;
		background-color: #E9E9E9;
	}
	
	.rightCell
	{
		border-style:solid;
		border-color:black;
		border-top-width:1px;
		border-right-width:1px;
		border-bottom-width:1px;
		border-left-width:0px;
	}
	
	.joinDiv
	{
		position: relative;
		width: 300px;
		border-style: dotted;
		border-width: 1px;
		border-color: #890404;
		padding: 10px;
		background-color: #ffffff;
	}
	
	td, p, a
	{
		font-family: verdana, arial, helvetica;
		font-size: 11px;
		color: #333333;
	}
	
	a
	{
		color: blue;
	}
	
	h2
	{
		font-size: 22px;
	}
	
	h3
	{
		font-family: arial, verdana, helvetica;
		font-size: 21px;
		font-weight: normal;
		color: #333333;
	}
	
	h4
	{
		font-family: arial, verdana, helvetica;
		font-size: 14px;
		color: #890404;
	}
	
	.mainContent
	{
		padding: 0px, 10px, 0px, 10px;
	}
	
	.arialBlack
	{
		font-family: arial black;
	}
	
	.error, ul.error
	{
		color: red;
	}
	
	.tableHead
	{
		font-family: arial, verdana, helvetica;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #890404;
		
	}
	
	.tableCell
	{
		font-weight: bold;
		color: #333333;
	}
	
	ul.home
	{
		font-family: arial, verdana, helvetica;
		font-size: 14px;
		margin-bottom: 3px;
		color: #890404;
	}
	
	.input
	{
		width: 250px;
	}
	
	.button
	{
		font-size: 13px;
		font-weight: bold;
		background-color: #890404;
		border-color: #eeeeee;
		color: white;
	}
	
	#employmentDiv
	{
		 display: none;
		 color: red;
		 width: 250px;
	}
	
	#creditDiv
	{
		 display: none;
		 color: red;
		 width: 250px;
	}

	.carloans
	{
		display: none;
	}