/*
 * Relies on YUI fonts.css
 */

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Arial, sans-serif;
}
h1 {
	font-size:138.5%;  
}
h2 {
	font-size:123.1%;  
}
h3 {
	font-size:116%;  
}
h4 {
	font-size:108%;
}
h5 {
	font-size:100%;
}
h6 {
	font-size:100%;
}
h1,h2,h3,h4,h5,h6 {
	margin:.5em 0 .5em 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;
}
ol, ul, dl {
	margin-left: 1em;
	padding-left: 0;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
ul li,
ol li {
	margin-top: .2em;
	margin-bottom: .2em;
	margin-left: 1em;
}
ol ol, ul ul, ol ul, ul ol {
	margin-top: .5em;
	margin-bottom: .5em;
}
dl dd {
	margin-left:1em;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
pre {
	overflow: auto;
	width: 100%;
	margin-bottom: 1em;
}
a 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, textarea, select {
	font-size: 92%;
}