/* DEFAULT STYLES FOR (X)HTML ELEMENTS
-------------------------------------------------------------------------------- */

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,caption,pre,p,blockquote,input,textarea {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 12pt;
	line-height: 20pt;*/
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #222;
}

a { 
  text-decoration: underline; 
  outline:none;
  color:#3c2320;
}

a:hover { 
text-decoration: underline;
color: #f7ab11;
 }

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-weight: bold;
}


h1 { font-size: 2.9em; line-height: 1em; padding-top: 18px; padding-bottom: 18px; }
h2 {
/*	font-size: 16pt;
	line-height: 20pt;*/
	font-size: 16px;
	line-height: 20px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #3c2320;
}
h3 { font-size: 1.6em; line-height: 1em; padding-top: 9px; padding-bottom: 9px; }
h4 { font-size: 1.4em; line-height: 1em; padding-top: 9px; padding-bottom: 9px; }
h5 { font-size: 1.2em; line-height: 1em; padding-top: 9px; padding-bottom: 9px; }
h6 { font-size: 1.0em; line-height: 1em; padding-top: 9px; padding-bottom: 9px; }

p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}

ul, ol {
	margin-top: 18px;
	margin-bottom: 18px;
	padding-left: 16px;
	list-style-position: outside;
	list-style-type: disc;
	font-size:12px;
	line-height: normal;
	font-weight: normal;
}
ol { list-style-type: decimal;
 }
dl {
  margin-top: 18px;
  margin-bottom: 18px;
}
dl dt {
  font-weight: bold;
}


blockquote {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 17px;
  line-height:21px;
  font-style: italic;
    font-size:100%;

}
blockquote * { color: #666; }

strong { font-weight: bold; }

em { font-style: italic; }

/* DEFAULT STYLES FOR COMMON CLASSES
-------------------------------------------------------------------------------- */

.small {
  font-size: 10px;
  line-height: 18px;
}

.large {
  font-size: 14px;
  line-height: 18px;
}

.quiet {
  color: #666;
}


/* EXTRA DEFAULT STYLES FOR COMMON TYPOGRAPHIC IDIOMS
-------------------------------------------------------------------------------- */

.caps {	
	text-transform: uppercase;
	}
.serif {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.italic {
	font-style:italic;
	}
.mini {
	font-size:.88em;
	}
.light {
	font-weight:100;
	}
.heavy {
	font-weight:900;
	}
.highlight {
  	background:#FFC;
  	}
.error {
  	color:#CE4538;
  	}
.clear { clear: both; }
