@charset "utf-8";


h5 {
	background-color: #99CC00;
}

#sidebar1   p,h1,h2,h3, h5, a, #mainContent img{
	color: #99CC00;
}
h4 {
	border-bottom-color: #99CC00;
	border-top-color: #99CC00;
	border-right-color: #99CC00;
	border-left-color: #99CC00;
}


#sidebar1 a {
	display: block;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-transform: uppercase;
	font-size: 10px;
}

#sidebar1 a:link {
	background-color:#77AA00
}
#sidebar1 a:visited {
	background-color:#77AA00
}
#sidebar1 a:hover {
	background-color:#99CC00
}
a:link  {
	background-color:#000000
}
a:visited  {
	background-color:#000000
}
a:hover  {
	background-color:#77AA00;
	color: #FFFFFF;
}

#mainContent img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

