@charset "utf-8";
a.bonsai:link,/* CSS Document */ a.bonsai:visited {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: 999999;
	text-decoration: underline;
}
ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
	background-image: url(../images/dot-point.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 14px;
}

.text {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.image {
	border: 3px solid #CCCCCC;
}


a.bonsai:hover, a.bonsai:active {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: 999999;
	text-decoration: none;
}

a.nav:link, a.nav:visited {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0099cc;
	text-decoration: underline;
}

a.nav:hover, a.nav:active {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.main:link, a.main:visited {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #0099cc;
	text-decoration: underline;
}

a.main:hover, a.main:active {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #0099cc;
	text-decoration: none;
}
a.email:link, a.email:visited {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #0099cc;
	text-decoration: underline;
}

a.email:hover, a.email:active {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #0099cc;
	text-decoration: none;
}
.blue-footer {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #0099cc;
}
.grey-footer {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.blue-headings {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: 006699;
}
