fp {
	padding:0px;
	margin:0px;
}
img {
	border:none;
	text-align: center;
}
td, tr {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}
a {
	color:#656565;
	text-decoration:underline;
}
a:hover {
	color:#86c543;
	text-decoration:underline;
}
/************** Design **************/
.greytext {
	color:#b0b0b0;
}
.darkgreytext {
	color:#424242;
}
.pagetitle {
	background-image: url(../images/layout/bck_pagetitle.jpg);
	font-size: 14px;
	color: #FFF;
	padding:11px 0px 20px 20px;
	background-repeat: repeat-x;
}
.imageborder {
	border: 2px solid #4e4e4e;
}
.imageleft {
	float: left;
	margin:0px 10px 10px 0px;
}
.image-with-border-left {
	float: left;
	margin:0px 10px 10px 0px;
	border: 2px solid #4e4e4e;
}
.imageright {
	float: right;
	margin:0px 0px 10px 10px;
}
.image-with-border-right {
	float: right;
	margin:0px 0px 10px 10px;
	border: 2px solid #4e4e4e;
	text-align: left;
}
/************** NAVIGATION **************/
.navl1 {
	font-size: 10px;
	padding: 0px;
	float: left;
}
.navl1 a:link, .navl1 a:active, .navl1 a:visited {
	display: block;
	padding: 4px 0px 4px 5px;
	color: #3c3c3c;
	width: 127px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66a028;
	font-size:11px;
}
.navl1 a:hover, .currentnavl1 {
	text-decoration: none;
	background-color: #cbe5ae;
}
.navl2 {
                font-size: 11px;
                padding-bottom: 0px;
                background-color:#d9ecc3;
                float:left;
}
.navl2 a:link, .navl2 a:active, .navl2 a:visited {
                display: block;
                padding: 4px 0px 4px 12px;
                color: #66a028;
                text-decoration: none;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #e7f3d9;
                width: 120px;
                color: #66a028;
}
.navl2 a:hover, .currentnavl2 {
                background-color: #cbe5ae;
                text-decoration: none;
                color: #66a028;
}


.TitleGreen
{
	color:#66a028;
	font-weight:bold;
}

.GreenText
{
	color:#66a028;
}

