/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/* end reset */

body {
	font-family: gotham, verdana, sans-serif;
	font-size: 14px;
	color: #222;
}

p {
	line-height: 1.5;
	margin: 1.5em 0;
	text-align: left;
}

abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}

em {font-style: italic;}

strong {font-weight: bold;}

del {text-decoration:line-through;}

ul, ol {
	margin: 1.5em 0 1.5em  40px;
	line-height: 1.5;
	text-align: justify;
}

ul ul, ol ul, ul ol, ol ol {margin: 1.5em 0 1.5em 30px;}

ul {list-style: disc outside;}

ul ul, ol ul {list-style: circle outside;}

ol {list-style: decimal outside;}

ol ol, ul ol {list-style: lower-latin outside;}

li {margin: 1.5em 0;}

li p {margin: 1.5em 0;}

dl {
	margin: 1.5em 0;
	line-height: 1.5;
	text-align: justify;
}

dt {
	margin: 1.5em 0 1.5em 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
}

sup {
	font-size: .7143em;
	line-height: 0;
	vertical-align: super;
}

sub {
	font-size: .7143;	
	line-height: 0;
	vertical-align: sub;
}

h1, h2, h3, h4, h5, h6 {font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;}

h1 {
	margin: 1.1667em 0 1.7778em 0;
	font-size: 1.2857em;
	line-height: 1.1667;
	color: #009800;
	font-style: italic;
}

h2 {
	margin: 1.3125em 0 1.3125em 0;
	font-size: 1.1429em;
	line-height: 1.3125;
	font-weight: normal;
}

h3 {
	margin: 1.5em 0 1.5em 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h4 {
	margin: 1.5em 0 1.5em 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h5 {
	margin: 1.5em 0 1.5em 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
}

h6 {
	margin: 1.5em 0 1.5em 0;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	line-height: 1.5;
}

a:link {
	text-decoration: underline;
	color: #993e20;
}

a:visited {
	text-decoration: underline;
	color: #333;
}

a:hover {text-decoration: none;}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	color: #77562b;
	text-decoration: none;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {text-decoration: none;}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration: underline;}

blockquote {
	margin: 1.5em 0 1.5em 20px;
	border-left: 2px solid #333;
	padding-left: 20px;
}

blockquote cite {
	display: block;
	text-align: right;
	font-style: italic;
}

code {
	font-family: Monaco, ProFont, "Bitstream Vera Sans Mono", "American Typewriter", "Andale Mono", monospace;
	line-height: 1.75;
	font-size: .8571em;
}

pre {
	background-color: #d5cdc1;
	padding: 1.45em 0 1.45em 18px;
	border: 1px solid #afa8a0;
	overflow: scroll;
}

.figure {
	background-color: #d5ceaa;
	float: right;
	margin: 0 0 1.5em 20px;
}

.figure.alt {
	float: left;
	margin: 0 20px 1.5em 0;
}

.figure.large {
	width: 440px;
	margin: 0 0 1.5em 0;
}

.figure.small {width: 140px;}

.figure p.caption {
	font-style: italic;
	color: #333;
	padding: .5em 10px;
	margin: 0;
	text-align: left;
	background: #d5ceaa url(../images/gradient.gif) repeat-x 0 0;
}

.figure.small p.caption {line-height: 1.25;}

.figure p.caption span {
	font-weight: bold;
	line-height: 1.1667;
	font-family: Georgia, Serif;
	font-style: normal;
	color: #000;
	margin-right: .5em;
}

.figure p.caption cite {
	display: block;
	text-align: right;
	color: #333;
	font-size: .8571em;
	line-height: 1.8;
	font-style: normal;
}

span.reference {
	font-weight: bold;
	font-family: Georgia, Serif;
	font-style: normal;
	color: #000;
}