
body,
input,
textarea,
select {
  font-family: "Droid sans", "Arial", "Verdana", sans-serif;
  color: #333;
}

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

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

/** font style of links **/
a {
  color: #666666;
  text-decoration: none;
  font-family : "Droid sans", "Arial", "Verdana", sans-serif;
}

a:hover {
  text-decoration:underline;
  /*color: #007EE4;*/
}

a:visited {
  color: #1394bf;
}

a.active {
  color: #a00000;
  /*text-decoration:underline;*/
}

p {
  margin-bottom: 10px;
}

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 {
  font-weight: normal;
  margin: 10px 0px;
  line-height: 1.2em;
  font-family: "Questrial", "Century Gothic", "Arial", "Verdana", sans-serif;
  color: #666666;
}

h1 {
  font-size: 2em;
 }

h2 {
  font-size: 1.8em;
  color: #72a9ba;
}

body.front h2{
	/*text-transform: uppercase;*/
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.7em;  
}


/* Tabs */
li a.active{
  color: #a00000;
}


/* 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;
}


/* Extra Styles */

h3 a{
	color: #849b73;
}

h3 a:hover{
	text-decoration : none;
	color : #3b4732;
}

h3 a:visited{
	text-decoration : none;
	color : #3b4732;
}
