html {
	background : #ffffff;
    color: #333;
	font-family: Arial,Helvetica, Arial, sans-serif;
	padding: 0px;
    border-top: .4em solid #666;
    border-bottom: .4em solid #666;
    margin: 0;
}

i {

}

body {
	margin: 0px;
	#font-size: 13px;
	margin-left: 4em; 
	width: 40em;
    font: 10pt/15pt "Neue Helvetica", Helvetica, "Lucida Grande", Verdana, sans-serif;
}

th {
	font-size: 13px;
	font-weight: bold;
}

td {
	font-size: 13px;
}

.title {
	font-weight: bold;
	font-size: 15px;
}

.textTitle {
	font-weight: bold;
}

.menuDivider {
	font-weight: normal;
	color: #cccccc;
	letter-spacing: 1;
}

.unselected:hover {
	text-decoration: none; 
	font-weight: normal;
	color: #333333;
	text-transform: capitalize;
	font-size: 11px;
	#font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1;
}

.unselectedMenu {
	text-decoration: none; 
	font-weight: normal;
	color: #b00000;
	text-transform: capitalize;
	font-size: 12px;
	#font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1;
}

.unselectedMenu:hover {
	text-decoration: none;
	font-weight: normal;
	color: black;
	text-transform: capitalize;
	font-size: 12px;
	#font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1;
}

.selectedMenu {
	text-decoration: none;
	font-weight: bold;
	color: black;
	text-transform: capitalize;
	font-size: 12px;
	#font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1;
}

.selectedMenu:hover {
	text-decoration: none; 
	font-weight: bold;
	color: black;
	text-transform: capitalize;
	font-size: 12px;
	#font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1;
}

.indexSectionTitle {
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 4;
	color: #666666;
	font-size: 13px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}

.indexEntry {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 13px;
	text-transform: capitalize;
	#font-family: Helvetica, Arial, sans-serif;
}

.headerTitle {
	text-decoration: none; 
	font-weight: normal;
	color: #b00000;
	font-size: 2.2em;
	#font-size: 25pt/150pt;
	letter-spacing: .136em;
	text-transform: uppercase;
}

.headerSubtitle {
	text-decoration: none; 
	font-weight: normal;
	color: #aaaaaa;
	font-size: 1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	#text-transform: capitalize;
}

.headlineTitle {
	text-decoration: none; 
	font-weight: normal;
	color: #777777;
	font-size: 20px;
	letter-spacing: 2;
	text-transform: none;
}

.headlineSubtitle {
	text-decoration: none; 
	font-weight: normal;
	color: #888888;
	font-size: 20px;
	letter-spacing: 1;
	text-transform: none;
}

.essayTitle {
	text-decoration: none; 
	font-weight: normal;
	color: #333333;
    font: 1.5em "Neue Helvetica", Helvetica, "Lucida Grande", Verdana, sans-serif;
    letter-spacing: 0px;
}

.essaySubtitle {
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1;
	color: #888888;
	font-size: 13px;
}

.essayText {
	text-decoration: none;
	font-weight: normal;
	color: #222222;
	font-size: 13px;
}

.divider {
	color: #eeeeee;
	font-size: 11px;
}


.dateSection {
	color: #999999;
	font-size: 1em;
	font-weight: bold;
}

a {
	color : #b00000;
	text-decoration : none;
}

.editLink {
	color : #cccccc;
	text-decoration : none;
	font-weight: bold;
}

.editLink:hover {
	color : #b00000;
	text-decoration : none;
	font-weight: bold;
}

A[href]:hover {
	text-decoration: none; 
	color: #ff0000; 
}

ul {
	padding: 0px 0px 0px 50px;
}

.lower {
	text-transform: lowercase;
}

pre {
	width: 80%;
	font-family: Courier, Courier New, mono;
	font-size: 12px;
	font-weight: normal;
	background: #f3f3f3;
	border: solid #dddddd;
	border-width: 1;
	padding: 8px;
	line-height: 1.2em;
}

h1 {
  color:              #333;
  font-weight:        bold;
  font:               24pt/28pt "Neue Helvetica", Helvetica, "Lucida Grande", Verdana, sans-serif;
  letter-spacing:     -1px;
  margin: 0;
  margin-top:         25px;
  margin-bottom:      25px;
}


h2 { 
	text-decoration: none; 
	font-weight: normal;
	color: #333333;
    font: 1.5em "Neue Helvetica", Helvetica, "Lucida Grande", Verdana, sans-serif;
    letter-spacing: 0px;
}

h3 {
	color: #999999;
	font-size: 1em;
	font-weight: bold;
}

h4 {
    font:              10pt/15pt "Neue Helvetica", Helvetica, "Lucida Grande", Verdana, sans-serif;
  text-transform: lowercase;
  font-variant: small-caps;
  color:              #666;
  font-weight:        normal;
  float:              left;
  text-align:         right;
  margin-top:         0px;
  margin-left:        -276px;
  width:              250px;
  position:           relative;
  padding-bottom:     0;
  padding-top:     0;
    clear: both;
   display: inline;
}



h5 {
  color:              #333;
  font:               10pt/15pt "Neue Helvetica", Helvetica, "Lucida Grande", Verdana, sans-serif;

}

h5 a:visited {
  color:              #666;
  border-bottom: none;
}
h5 a:hover {
  color:              #333;
 border-bottom: none;
}
