body {
/*	font-family: "Myriad Pro", "Lucida Sans Unicode", "Trebuchet MS", Garamond;*/
		font-family: 'Lucida Grande','Segoe UI','Lucida Sans Unicode','Trebuchet MS',sans-serif;
	font-size: 1.1em;
}
p{
margin-bottom:10px;
margin-top:5px;
}
blockquote
{
border-left: 3px;
border-left-style:dotted;
border-left-color: #efefef;
margin-left: 1%;
padding-left: 1%;
color: #111;
}
input, select, textarea {
		font-family: 'Lucida Grande','Segoe UI','Lucida Sans Unicode','Trebuchet MS',sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Optima, Cambria, serif;
}
h1
{
	font-size:2.3em;
	font-weight:normal;
	color:#FFC762;
}
h2
{
	font-size:1.9em;
	font-weight:normal;
	
}
h3
{
	font-size:1.7em;
	font-weight:normal;
}
h4
{
	font-size:1.5em;
	font-weight:normal;
}
h5
{
	font-size:1.4em;
	font-weight:normal;
	color:#EB9749;
}
h6
{
	font-size:1.2em;
	font-weight:normal;
}
strong, b
{
font-weight: bold;
}