/* ELEMENTS */
a:visited {
	color: #8B775F;
}

a:hover	{
	color: #fff;
	background:  #8B775F;
	text-decoration: none;
}

body	{
	margin: 0;
	padding: auto;
	color: #000;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

abbr, acronym	{
	border-bottom: none;
	}

dd {
	margin: 0;
	padding: 0 0 0 2em;
}


dl {
	margin: 0;
	padding: 0 0 0 2em;
}

dt {
	text-indent: -2em;
	padding: 1em 0 0 2em;
}


h1	{
	color: #000;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.75em;
	margin: 0;
	padding: 5px 10px 10px 10px;
	line-height: 1.2em;
}

h2	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.55em;
	margin: 0;
	padding: 10px;
	color: #000;
}


h3 {
	clear: left;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	margin: 0;
	padding: 5px 10px 10px 10px;
	font-size: 1.25em;
}

h4 {	
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	padding: 5px 10px 10px 10px;
}

h5 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	padding: 0 10px 10px 10px;
}

h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 5px 10px 10px 10px;
}


ol	{
	margin: 0 0 1em 3em;
}

p	{
	margin: 0;
	padding: 5px 10px 5px 10px;
}


table	{
	text-align: center;
	background-color: #fff;
	border: 1px solid #8B775F;
	border-collapse: collapse;
	}

caption {
	font-weight: bold;
	border-top: 1px solid #8B775F;
	border-right: 1px solid #8B775F;
	border-left: 1px solid #8B775F;
	background-color: #FCF4E9;
	margin: auto;
}

th	{
	font-weight: bold;
	font-style: italic;
}

td, th, caption	{
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	padding: 7px;
	}

ul	{
	margin: 0 0 1em 3em;
}


/* CLASSES */
.color	{
	color: #8B775F;
}

.date	{
	padding: 2em 10px 0 10px;
	font-size: .75em;
}

.footer {
	text-align: center;
}

.part {
	padding: 1em 0;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}


.small {
	font-size: .75em;
	color: #000;
}


.screen {
	display: none;
}

.references {
	margin: -10px 0 1em 0;
}

tr.zebra {
	 background-color: #FCF4E9;
}

/* IDs */
#case_teaching_notes {			/* For span tag in notes title block */
	font-variant: small-caps;
	color: #8B775F;
}

#credit	{
	font-size: .75em;
}

#for	{				/* For span tag in notes title block */
	font-size: smaller;
	font-style: italic;
	font-weight: normal;
	color: #8B775F;
}

#go_back {
	margin: 1em 0;
	font-weight: bold;
	text-align: center;
}

#nav	{
	border: 0;
}


#byline	{
	font-style: italic;
	}

.figure {
	margin: 0 auto;	/* centers in all browsers except MSIE */
	text-align: left;
	}

li.a	{
	list-style-type: lower-alpha;
	}

ol.pad	{
	padding-top: 10px;
	}

.centering_wrapper_ie {
	text-align: center;
	}


#notes h3 {
	font-size: 1.5em;
	letter-spacing: 1px;
        font-variant: small-caps;
}

#notes h4 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	font-size: 1.3em;
	font-style: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 10px;
}


#pdf	{
	border: 0;
}

.wrapper {
	background-color: #fff;
	padding: 15px;
	line-height: 1.4em;
	}

.center {text-align: center;
	}

#table2 td {
	width: 50%;
	}


#narrow {			/*To set width of first column in Table 1 */
	width: 9em;
	}

sup, sub	{
	font-size: 70%;
	line-height: 0em;
	}