	body {
		margin: 0px;
		padding : 0px;
		background-color: white;
		font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
		color : Black;
		line-height: 16px;
	}
	
	.smaller {
		font-size : 11px;
		line-height: 14px;
	}
	span.twelve {
		font-size: 12px;
	}
	A:active, A:focus, A:link, A:visited {
		font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #4ea618;
		text-decoration : underline;
	}
	A:hover {
		font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;
		color : #5bdd0b;
		text-decoration : underline;
	}
	H1 {
		font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
		font-size : 20px;
		line-height: 24px;
		font-weight: normal;
	}
	
	ul {
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 3px;
	}

	ul li {
		list-style-image: url(/form/images/clear.gif);
		background-position: -1px 5px;
		background-repeat: no-repeat;
		background-image: url(/form/images/marker.gif);
		padding: 0px 0px 0px 40px;
		margin: 0px 0px 0px 0px;
		display: block;
	}
	SPAN.phone {
		font-size : 43px;
		color: #349a21;
		line-height: 43px;
	}
	#panel {
		display: none;
		font-size: 11px;
		font-family: Tahoma;
		
	}
	.btn-slide {
		cursor: pointer; 
		cursor: hand;
		display: block; 
		height: 36px; 
		width: 143px; 
		background: none;
		border: none;
		padding: 0px; 
		margin: 0px;		
		background-position: 0px -108px;
		background-position: 0px 108px;
		background-image: url(/form/images/buttons.jpg); 
	}
	
	#busy	{
	  display: none;
	  color: black;
	}
	
	#check_caption {
	}
	
	.active {
		background-position: 0px -72px;
	}		
	
	.active_over {
		background-position: 0px 0px;
	}
	
	.over 
	{
		background-position: 0px -36px;
	}
		
	.check_form 
	{
		font-family: Tahoma;
		font-size: 11px;
		height: 100%;
		color: #349a21;
		display: none;

	}	
	td.input_passive {
		background: url(/form/images/inputs.gif) 0px -31px no-repeat;
		height: 31px;
	    width: 333px;
		padding: 0px;
		padding-left: 8px;
	}
	input.text {
		border: 0px;
		width: 315px;
		font-size: 11px;
		font-family: Tahoma;
		margin: 0px;
		padding: 0px;
	}	
	#thx {
		font-family: Tahoma;
		font-size: 21px;
		width:100%;
		text-align:center;
	}
	.thx_caption {
		padding-left: 25px;
		padding-top: 43px;
		line-height: 24px;
	}
	textarea {
		border: none;
		margin: 0px;
		background: none;
		font-family: Tahoma;
		font-size: 11px;
		
	}	
	.textarea {
		background: url(/form/images/textareas.gif) 0px 0px no-repeat;
		height: 108px;
	    width: 500px;
		padding: 0px;
		margin: 0px;
	}


