@charset "UTF-8";
/* CSS Document */

/* Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
body,h1,h2,h3,h4,h5,h6,p { font-size: 10px; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
img { border: none; }

/* Type */
body { font-family: Arial, Helvetica, sans-serif; color: #000; }

h1 { font-size: 22px; color: #624C38; }
h2 { text-transform: uppercase; color: #FEA33D; margin: 10px 0px 10px 0px; }
h3 { color: #507811; }
h4 { color: #a3c380; font-size: 20px; font-weight: bold; }

p { padding-bottom: 10px; }

a { font-size: 10px; color: #624C38; text-decoration: none; text-transform: uppercase; }
a:link { /* to be defined */ }
a:visited { /* to be defined */ }
a:hover { text-decoration: underline; }
a.textorangechevron { color: #FEA33D; padding-right: 9px; background: url('../images/bullets/chevron-orange.gif') no-repeat right; }
a.chevron { padding-right: 9px; background: url('../images/bullets/chevron-brown.gif') no-repeat right; }

/* Layout */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }