html, body, div{
	margin: 0;
	padding: 0;	
}

body, td {
	margin: 0px;
	padding: 0px;
	background-color: #89C72C;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
p{
	margin: 0px;
	padding: 0px;
	margin-bottom:10px;
}
#page{
	margin-top:30px;
}
#leftcontent{
	width:120px;
	float:left;
	text-align:left;
}

#rightcontent{
	margin-left:130px;
	width:460px;
}
.leftcontent_inside{
	margin-top:0px;
}
.white{
	color:#00000; 
	margin-top:25px;
}
a.blacklink, a.blacklink:link, a.blacklink:hover, a.blacklink:focus, a.blacklink:active, a.blacklink:visited{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}
a.blacklink:hover, a.blacklink:focus, a.blacklink:active{	
	color: #FFFFFF;

}
/* ******************** greenlink **************************** */
a.greenlink, a.greenlink:link, a.greenlink:hover, a.greenlink:focus, a.greenlink:active, a.greenlink:visited{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height:15px;
	color:#89C72C;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}
a.greenlink:hover, a.greenlink:focus, a.greenlink:active{
	color: #000000;
}
