@import url('fonts-min.css');

body, h1, h2, h3, h4, h5, h6 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
strong, em, .notes, .note {
    font-family:"Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.mac strong, .mac em, .mac .notes, .mac .note {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h1 {
	font-size:138.5%;  
}
h2 {
	font-size:123.1%; 
}
h3 {
	font-size:108%;  
}
h1,h2,h3 {
	margin:.2em 0 1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold; 
}
abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	font-style:italic;
}
blockquote,ul,ol,dl {
	margin:1em;
	margin-left:0;
}
ol,ul,dl {
	margin-left:0;
	margin-left:0;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left:1em;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
pre {
	overflow: auto;
	width: 100%;
}
img {
	border: 0;
}
p {
	line-height: 1.2em;
	margin: 0em 0em 1.2em 0em;
}
li p {
	margin-top: 0.2em;
}
pre, code, .code {
	font-family: monospace;
	font-size: 92%;
}
strong, b {
	font-weight: bold;
}
th {
	font-weight: bold;
}
input {
	font-size: 92%;
}
select {
	font-size: 92%;
}