/* Base body
----------------------------------------------- */
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a {
	border: none;
}
img {
	border: none;
}

h2 {
	border-left: 10px solid #009900;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	background-color: #DEFFD1;
	padding: 5px;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
}

p {
	font-size: 14px;
	line-height: 18px;
}
ul {
	font-size: 14px;
	line-height: 18px;
}
ol {
	font-size: 14px;
	line-height: 18px;
}
td {
	font-size: 14px;
	line-height: 18px;
}

