.TopLeftFade {
	background-image:  url(images/fades/TopLeftFade.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
body {
	background-color: #FCFE3F;
	margin: 0px;
	padding: 0px;

}
.TopFade {
	background-image:  url(images/fades/TopFade.png);
	background-repeat: repeat-x;
}
.TopRightFade {
	background-image:  url(images/fades/TopRightFade.png);
	background-repeat: no-repeat;
	background-position: left bottom;

}
.LeftFade {
	background-image:  url(images/fades/LeftFade.png);
	background-repeat: repeat-y;
	background-position: right;
}
.RightFade {
	background-image:  url(images/fades/RightFade.png);
	background-repeat: repeat-y;
	background-position: left;
}
.BottomRightFade {
	background-image:  url(images/fades/BottomRightFade.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 200px;
}
.BottomFade {
	background-image:  url(images/fades/BottomFade.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 200px;

}
.BottomLeftFade {
	background-image:  url(images/fades/BottomLeftFade.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 200px;

}
.BackGround {
	background-color: #409F3F;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1C381F;
	border-right-color: #1C381F;
	border-bottom-color: #1C381F;
	border-left-color: #1C381F;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;


}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
}
.box {
	margin: 0px;
	padding: 0px;
	width: 300px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}

