﻿a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #33875d;
	font-weight: bold;
}
p {
	margin: 0px;
	line-height: 155%;
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #444444;
}
ul {
	list-style-type: square;
	color: #006633;
	line-height: 135%;
	margin: 5px 0px 10px 30px;
}
img {
	border-width: 0px;
	margin: 0px;
}
.tit {
	margin: 0px;
	font-size: 10pt;
	color: #006633;
	font-weight: bold;
}
.copy {
	margin: 0px;
	line-height: 100%;
	font-size: 8pt;
	color: #006633;
}
.bg-main {
	background-position: top;
	background-image: url('images/main-bg.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.bg-white {
	background-color: #FFFFFF;
}
.bg-gray {
	background-color: #CCCCCC;
}
.bg-menu {
	background-image: url('images/menu-bg.jpg');
}
.bg-green {
	background-color: #006633;
}
.bg-greencell {
	background-color: #F4FFF4;
}
