body		{
			margin: 0px;
			padding: 0px;
			background-color: #D2FFF0;
			background-image: url(../img/startbg1.gif);
			background-repeat: repeat-x;
			background-position: bottom;
			font-style: Times;
}
div			{
			border: 0px;
			border-color: Lime;
			border-style: solid;
			border-collapse: collapse;
			margin: 0px;
			padding: 0px;
}
table		{
			border: 0px;
			border-color: black;
			border-style: solid;
			border-collapse: collapse;
			margin: 0px;
			padding: 0px;
}
td			{
			border: 0px;
			border-color: silver;
			border-style: solid;
			border-collapse: collapse;
			margin: 0px;
			padding: 0px;
}
img			{
			border: 0px;
			margin: 0px;
			padding: 0px;
}

/*CLASSES*/

/*fullwidth*/

.fullwidth	{
			width: 100%;
}
/***********************************************************************************

//*lefttree*/

.righttree	{
			width: 100%;
			background-image: url(../img/righttreebg.jpg);
			background-repeat: no-repeat;
			background-position: bottom right;
}
.lefttree	{
			width: 100%;
			background-image: url(../img/lefttreebg.jpg);
			background-repeat: no-repeat;
			background-position: bottom left;
}
/***********************************************************************************

//*top*/

.top	{
			width: 100%;
			background-color: #BEFFF0;
}
.content	{
			padding: 20px 100px 20px 100px;
			font-size: 0.8em;
			font-weight: bold;
			text-decoration: none;
			text-align: justify;
			font-family: Arial;
			color: #1C381C;
}
.content1	{
			padding: 20px 100px 20px 100px;
			font-size: 0.8em;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			font-family: Arial;
			color: #1C381C;
}
/***********************************************************************************