
body,
input,
textarea,
select {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  color: #000000;
}


/* This technique neutralizes font size differences for monotype fonts. */
html > body,
html > textarea {
  font-size: 13px;
}

body {
  font-size: 13px;
  line-height: 14px;
}

#site-name {
  font-size: 18px;
}

/** font style of links **/
a {
  text-decoration: none;
  color: #6F1904;
  font-weight:bold;
  font-size:13px;
}

a:hover {
  text-decoration:underline;
}


a.active {
  color: #B3472D;
}

p {
	margin-top: 5px;
	text-align:justify;
}
/*
.node-wrapper {
	  text-shadow: #000000 .6px 0px 0px;
}
*/


address {
  font-style: normal;
  margin-bottom: 1.5em;
}

blockquote {
  margin-bottom: 1.5em;
  padding-left: 20px;
  font-style: italic;
  border-left: 5px solid #E6E6E6;
}

code, pre {
  font-family: Monaco, "Lucida Console", monospace;
  white-space: pre;
  overflow: auto;
  margin-bottom: 1.5em;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0px;
  line-height: 1.1;
}

h1,h1 a {
  font-size: 24px;
  margin-top:15px;
}

h2,h2 a {
  font-size: 20px;
  font-weight:bold;
  margin-top:15px;
}

h3,h3 a {
  font-size: 14px;
  font-weight:bold;
  margin-top:15px;
}

h4,h4 a {
  font-size: 13px;
  font-weight:bold;
}

h5,h5 a {
  font-size: 11px;
  font-weight: bold;
}

h6,h6 a {
  font-size: 1em;
  font-weight: bold;
}


/* Messages */

.status {
  background-color: #CDFFD1;
}

.help {
  background-color: #D2D9FF;
}

.notice {
  background-color: #FFFDB5;
}

div.error {
  background-color: #FCC;
  border: none;
}

tr.error {
  background-color: #FCC;
  color: #333;
}
