@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #707070;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}
h1 {
	margin-top:0px;
	margin-bottom:.5em;
	font-size: 2em;
	color: #690;
}
h2 {
	font-size: 1.3em;
	color: #690;
	margin-bottom: 0.5em;
	margin-top: 0px;
}
h3 {
	font-size: 1em;
	color: #690;
	margin-bottom: 0px;
	margin-top: 0px;
}
a {
	color:#6C0;
	text-decoration: underline;
}

a:hover {
	color:#707070;
	text-decoration: underline;
}
a:visited {
	color:#690;
	text-decoration: underline;
}
.redbox a {
	color: #FC3;
	text-decoration: underline;
}
.redbox a:hover {
	color: #FF3;
	text-decoration: underline;
}
.redbox a:visited {
	color: #FC3;
	text-decoration: underline;
}
.greenbox a {
	color: #FC3;
	text-decoration: underline;
}
.greenbox a:hover {
	color: #FF3;
	text-decoration: underline;
}
.greenbox a:visited {
	color: #FC3;
	text-decoration: underline;
}
.eggbox a {
	color: #636;
	text-decoration: underline;
}
.eggbox a:hover {
	color: #669;
	text-decoration: underline;
}
.eggbox a:visited {
	color: #636;
	text-decoration: underline;
}
.copyright a {
	color: #636;
	text-decoration: underline;
}
.copyright a:hover {
	color: #639;
	text-decoration: underline;
}
.copyright a:visited {
	color: #636;
	text-decoration: underline;
}
#boxback {
	background-repeat: no-repeat;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	color: #690;
	font-size: 24px;
}
#textonred {
	color: #FFF;
}
#textongreen {
	color: #FFF;
}
#textonyellow {
	color: #9A0000;
}
#greentext {
	color: #690;
}
#greentext-lg {
	color: #690;
	font-size: 1.4em;
}
