.LogoTop {
	background-attachment: scroll;
	background-image: url(../images/Logo_Top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.BackBottom {
	background-attachment: scroll;
	background-image: url(../images/Back_Bottom.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.BackTop {
	background-attachment: scroll;
	background-image: url(../images/Back_Middle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.Footer {
	background-attachment: scroll;
	background-image: url(../images/Footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.LeftTop {
	background-attachment: scroll;
	background-image: url(../images/LEFT_TOP.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.RightTop {
	background-attachment: scroll;
	background-image: url(../images/RIGHT_TOP.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.LEFT {
	background-attachment: scroll;
	background-image: url(../images/LEFT.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.RIGHT {
	background-attachment: scroll;
	background-image: url(../images/RIGHT.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.FooterRight {
	background-attachment: scroll;
	background-image: url(../images/Footer_right.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.FooterLeft {
	background-attachment: scroll;
	background-image: url(../images/Footer_left.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
	font-size: 11px;
}
.TextLarge {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FF2D00;
	font-size: 14px;
}
.Pics {
margin-left:6px;
margin-right:6px;
margin-top:5px;
margin-bottom:5px;
border: solid 4px #FF2D00;
}
.floatleft{
float:left;
}
