	
	body
	{
		margin: 0px;
	}
	
	.navCell
	{
		width: 155px;
		padding-top: 5px;
		padding-left: 5px;
	}
	
	.contentCell
	{
		width: 630px;
		padding-right: 30px;
	}
	
	.contentCell, .contentCell td
	{
		font-family: tahoma, verdana, arial;
		font-size: 0.7em;
	}
	
	.footer
	{
		font-family: verdana, tahoma, arial;
		font-size: 10px;
		color: #95C9FC;
		background-color: #658BC0;
		padding: 2px;
	}
	
	.padding2px
	{
		padding: 2px;
	}
	
	a.mainNav
	{
		font-family: verdana, tahoma, arial;
		font-size: 0.8em;
		text-decoration: none;
		color: #999999;
		
	}
	
	a.mainNav:hover
	{
		color: #658BC0;
	}
	
	.navItem
	{
		margin-bottom: 2px;
	}
	
	a
	{
		text-decoration: none;
		color: blue;
	}
	
	a:hover
	{
		text-decoration: underline;
	}
	
	.defaultInput
	{
		width: 220px;
	}
	
	.button
	{
		cursor: hand;
		cursor: pointer;
	}