body {
	font: 13px/1.357 "lucida grande",tahoma,verdana,arial,sans-serif;
	/* for IE6/7 */ *
	font-size: small;
	/* for IE Quirks Mode */ *
	font: x-small;
	color: #555555;
}

p {
	padding-bottom: 0.9em;
	word-wrap:break-word;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,input,button,textarea,button {
	font: 99% "lucida grande",tahoma,verdana,arial,sans-serif;
	border: 1px solid #FF5A33;
	padding:4px;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size: inherit;
	font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,code,kbd,samp,tt {
	font-family: monospace; *
	font-size: 108%;
	line-height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	color:#505050;
	/* font-family:"Helvetica Neue",Georgia,Arial,sans-serif; 
	word-spacing:1px;
	letter-spacing:0.25px; */
	padding-bottom:0.75em;
}

h1 {
	font-size: 207%;
}

h2 {
	font-size: 148.5%;
}

h3 {
	font-size: 138.5%;
}

h4 {
	font-size: 123.1%;
	font-weight:normal;
}

a {
	color: #FF5A33;
	text-decoration: none;
}

a:hover {
	color: #CC3300;
	text-decoration: underline;
}

a:active {
	color: #D03C3A;
}
