@charset "utf-8";
.WebBorder {
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bed62d;
	border-right-color: #bed62d;
	border-bottom-color: #bed62d;
	border-left-color: #bed62d;
	background-image: url(Images/BlueBG.gif);
	width: 791px;
	height: 465px;
}
.GrassBG {
	background-image: url(Images/grassBG.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.footerType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.BorderNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.BodyType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4B4A;
}
.BoldType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: 333333;
}
.Boldtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4C4B4A;
}
.ImageBorder {
	border: 4px solid #FFFFFF;
}
