body {
	font: 0.8em Arial;
}

a:link, a:visited {
	color: #05834c;
	text-decoration: underline;
}
a:hover {
	color: #18bc74;
	text-decoration: none;
}

h1,h2,h3,h4 {
	margin: 3px 0;
}
h1 {
	color: #05834c;
}
h2 {
color: #f7a646;
}
h3 {
	color: #aa0000;
}


#container #footer-wrap {
	font-size: 0.8em;
	color: #969696;
}

/* BUTTONS */
a.button {
    background: transparent url(/images/button_bg.gif) no-repeat scroll top right;
    display: block;
    float: left;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}
a.button:link, a.button:visited {
	color: black;
}
a.button:hover {
	color: #646464;
}
a.button span {
    background: transparent url(/images/button_bg.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: black;
    outline: none;
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
} 