		body, div, span, p, tr, td, a {
			font-family: trebuchet ms, verdana, sans-serif; font-size: 11px;
		}

		h1, h2, h3, h4, h5
		{
			display: inline;
			padding: 0px;
			margin: 0px;
			font-weight: 700;
			line-height: 1em;
			font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		}
		
		h1 {
			font-size: 20px;
		}
		
		h2 {
			font-size: 16px;
		}
		
		h3 {
			font-size: 14px;
		}
		
		h4 {
			font-size: 12px;
		}
	
		p {
			padding: 0px;
			margin: 0px;
		}
		
		a {
			
		}
		
input, textarea, select
{
	color : #000000;
	font-size: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border: 1px solid #666;
}

.form-input, .form-select, .form-submit, .form-textarea, textarea.form-input
{
	color: #000000;
	font-size: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	border-color: #666;
	border-width: 1px;
}


