BODY {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
	/*background: #FFFFCC; */
}

TT {
	line-height: 175%;
	font-size: small;
	font-weight: normal;
	text-align: left;
	color: #333;
}

P {
	margin-top: 0.75em;
	margin-left: 40px;
	margin-right: 1em;
	line-height: 200%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	color: #333;
}

P.quote {
	margin-left: 65px;
	margin-right: 3em;
	font-style: italic;
	font-size: x-small;
	color: #FF9933;
}

P.byline {
	line-height: 100%;
	text-align: center;
	margin-left: 0em;
	color: black;
	font-size: 80%;
	font-family: "times new roman", times, serif;
}

P.footnote {
	margin-left: 65px;
	margin-right: 2em;
	text-align: left;
	font-size: 70%;
	line-height: 115%;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
}

P.author {
	/* Added Oct 4/2004 */
	margin-top: 0.3em;
	margin-bottom: 0em;
	margin-left: 65px;
	margin-right: 1em;
	text-align: left;
	font-size: 70%;
	line-height: 105%;
	color: #666666;
	font-style: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
}

HR {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 40px;
	color: #A52A2A;
}

HR.tight {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 40px;
}

PRE {
	font-size: 75%;
	margin-left: 50px;
}

A {
    background-color: white;
    /* color: #A52A2A; */
	/* color: #FF9933; */
	/* font-weight: bold; */
	text-decoration: none;
	border-color: #A52A2A;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	color: #333;
	background-color: inherit;
}

A:hover {
    /* background-color: #FF9933; */
    /* color: #990000; */
    background-color: #A52A2A;
    color: white;
	border-style: none;
    /* border-top: thin #A52A2A dotted; */
    /* border-bottom: thin #A52A2A dotted; */
	/* font-weight: bold; */
	/* background: goldenrod; */
}

A.small {
    /* Same thing as normal, but slightly smaller font size */
    /* Don't worry about :hover, it inherits this size */
	font-size: 75%;
}

A.plain {
    /* Undefine default behaviour */
    background-color: white;
    color: #660000;
    border-top: none;
    border-bottom: none;
    text-decoration: none;
}

A.plain:hover {
    /* Undefine default behaviour */
    background-color: white;
    color: #660000;
    border-top: none;
    border-bottom: none;
    text-decoration: none;
}

IMG {
	border-style: none;
	margin-left: 40px;
	margin-top: 1em;
	margin-bottom: 1em;
}

IMG.novertpad {
	border-style: none;
	margin-left: 40px;
}

UL {
	list-style-type: square;
}

LI {
	margin-left: 50px;
	margin-right: 1em;
	margin-top: 0.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
	font-size:small;
	font-weight:normal;
	color: #333;
}

LI.tight {
	margin-left: 40px;
	margin-right: 1em;
	margin-top: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
	font-size:small;
	font-weight:normal;
	color: #333;
}

TABLE {
	margin-left: 40px;
}

DT {
	margin-left: 40px;
	margin-top: 0.5em;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
	font-size:small;
	font-weight:normal;
	color: #333;
}

DD {
	margin-left: 8em;
	margin-top: 0.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
	font-size:small;
	font-weight:normal;
	color: #333;
}

H1 {
	background: #A52A2A;
	color: white;
	/* color: #FF9933; */
	font-size: 20px; /* Specifying in pixels so that it lines up with the title graphic. Yes, this is dumb. */
	font-weight: bold;
	text-align: right;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0px;
	padding: 0px 10px 0px 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
	/* text-shadow: rgba(0,0,0,.5) 0px 2px 5px; /* Safari-only, but cool */
}

H2 {
	color: #A52A2A;
	font-size: 140%; /* Was: 110%, when I used wider spacing */
	font-weight: normal;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left: 40px;
	/*text-transform: uppercase;*/
	/*letter-spacing: 0.2em;*/ /* Original: wider spacing */
	letter-spacing: -1px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
}

H3 {
	color: #A52A2A;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0em;
	margin-left: 40px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
}

H4 {
	color: #A52A2A;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0em;
	margin-left: 40px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Helvetica, Arial, sans-serif;
}
