/*
 * Relies on YUI fonts.css
 */

body, h1, .h1,  h2, .h2,  h3, .h3,  h4, .h4,  h5, .h5, h6, .h6 {
	font-family: 'Lucida Grande', Arial, sans-serif;
}
h1, .h1 {
	font-size:138.5%;  
}
h2, .h2 {
	font-size:123.1%;  
}
h3, .h3 {
	font-size:108%;  
}
h4, .h4 {
	font-size:100%;
}
h5, .h5 {
	font-size:100%;
}
h6, .h6 {
	font-size:100%;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
	margin: 0 0 .5em 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, strong {
	font-weight:bold; 
}
abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	font-style:italic;
}
blockquote,ul,ol,dl {
	margin:0.5em 1em 1.5em;
}
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: 0.2em 1em;
}
ol ol, ul ul, ol ul, ul ol {
	margin-top: 0;
	margin-bottom: 0;
}
dl dd {
	margin-left:1em;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
pre {
	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%;
	text-align: left;
}
strong, b {
	font-weight: bold;
}
th {
	font-weight: bold;
}
input, textarea, select {
	font-size: 92%;
}
sup {
	vertical-align:super;
}

h1 a,
h2 a,
h3 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited {
	color: inherit;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
	text-decoration: underline;
}