@charset "UTF-8";












* {
  border-color: #F3D530;
}

body {
  background-color: #FFFFFF;
  color: #333333;
}

a {
   color: #F2A200;
}

a:visited {
   color: #BA8900;
}

#header #description {
  background-color: #EC8E30;
  color: #FFFFFF;
}

h2 {
    background: -webkit-gradient(linear, left top, left bottom, from(#ec8e30), color-stop(0.40, #f0984a), to(#ffb69a));
    color: #FFFFFF;
}

    h2 a, h2 a:visited, a h2, a:visited h2 {
        color: #FFFFFF;
    }

h3 {
    background: -webkit-gradient(linear, left top, left bottom, from(#ec8e30), color-stop(0.40, #df7e31), to(#b85034));
    color: #FFFFFF;
}

    h3 a, h3 a:visited, a h3, a:visited h2 {
        color: #FFFFFF;
    }

ul.link-list, ul.link-list li a {
   color: #333333;
}

body.index.pattern3 {
   background-image: url(background.jpg);
}

hr {
    color: #F3D530;
    border: 1px solid #F3D530;
    background: none repeat scroll 0% 0% #F3D530;
}


