@charset "utf-8";
/* CSS Document */

	#nav A, .nav A {

		text-decoration: none;
		font: Times, "Times New Roman", serif;
		font-size: 10pt;
		line-height: 14pt;
		color: #333333;
		vertical-align: bottom;
		white-space: nowrap;
	}
	#nav TD, .nav TD, .nav DIV {

		text-align: center;
		text-decoration: none;
		font: Times, "Times New Roman", serif;
		font-size: 10pt;
		line-height: 14pt;
		color: #333333;
		padding-left: 7px;
		padding-right: 7px;
		vertical-align: bottom;
		white-space: nowrap;
	}
	
	#nav A:hover, .nav A:hover {

		text-decoration: underline;
	}
	
	.home-body {

		text-align: right;
		font: Times;
		font-size: 10pt;
		line-height: 14pt;
		padding-top: 5px;
		padding-right: 12px;
		color: #333333;
		vertical-align: top;
	}

	.about TD {

		text-align: left;
		font: Times, "Times New Roman", serif;
		font-size: 10pt;
		line-height: 14pt;
		padding-top: 5px;
		padding-right: 12px;
		color: #333333;
		vertical-align: top;
	}	
	
	.contact TD {

		text-align: left;
		font: Times, "Times New Roman", serif;
		font-size: 10pt;
		line-height: 14pt;
		padding-top: 5px;
		padding-right: 12px;
		color: #333333;
		vertical-align: top;
	}	
	
	.contact INPUT {

		font: Times, "Times New Roman", serif;
		font-size: 10pt;
		line-height: 14pt;
		color: #333333;
	}
	
	#footernav, .footernav {
		
		text-align: center;
	}
	#footernav A, .footernav A {

		text-align: center;
		text-decoration: none;
		font: Times, "Times New Roman", serif;
		font-size: 8pt;
		line-height: 12pt;
		color: #333333;
		vertical-align: bottom;
		white-space: nowrap;
	}
	#footernav TD, .footernav TD {

		text-align: center;
		text-decoration: none;
		font: Times, "Times New Roman", serif;
		font-size: 8pt;
		line-height: 12pt;
		color: #333333;
		padding-left: 7px;
		padding-right: 7px;
		vertical-align: bottom;
		white-space: nowrap;
	}
	#footernav A:hover, .footernav A:hover {

		text-decoration: underline;
	}

	.spacedlist LI {

		padding-bottom: 15px;
	}