/* CSS Document */

body, html {
margin:0px auto;
background-color:#8E8D7E;
color:#000;
background-image: url(/images/gradient_bg.jpg);
background-repeat:repeat-x;

}

body {
min-width:800px;
font-size:12px;
}

body, p, li, td, div {
font-family: Helvetica, Arial, Trebuchet, Verdana, sans-serif;
color:#666666;
}

p, li, td, div {
font-size:1em;
line-height:1.35em;
}


h1, h2, h3, h4, h5, h6 {
color:#666666;
font-weight:normal;
}


h1 {
font-size:1.5em;
}

h2 {
font-size:1.3em;
text-transform:uppercase;

}

h3 {
margin-top:1.8em;
font-size:1.1em;
text-transform:uppercase;
}

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

h5 {
font-size:.9em;
text-transform:uppercase;
font-weight:bold;
}

h6 {
font-size:.85em;
text-transform:uppercase;
}



img {
border:none;
}

a:link, a:visited, a:active {
color:#990000;
text-decoration:none;
}

a:hover {
color:#663300;
}


a.more {
font-size:.9em;
text-transform:uppercase;
}



