.L_side {
	background-image: url(Images/L_Side.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	background-attachment: fixed;
	background-position: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #5B8327;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ABBED2;
}
.NavText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #739E29;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #739E29;
	border-top-color: #739E29;
	border-bottom-color: #739E29;
	border-left-color: #739E29;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F78A31;
}

.R_side {
	background-image: url(Images/R_Side.gif);
	background-color: #FFF;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: right;
	clip: rect(auto,auto,auto,auto);
	right: 35px;
}
.Bottom {
	background-image: url(Images/R_Bottom.gif);
}
.Top {
	background-image: url(Images/R_Top.gif);
}
.black {
	background-image: url(Images/back_black.gif);
	background-repeat: repeat-x;
}
.logo {
	background-image: url(Images/logo_back.gif);
	background-repeat: repeat-x;
}
.white {
	background-image: url(Images/back_white.gif);
}

.green {
	background-image: url(Images/back_green.gif);
	background-repeat: repeat;
}
.BMI {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #CCC;
	background-image: url(Images/back_blue.gif);
	background-repeat: repeat;
}
.BMIbox {
	width: 50px;
}
.BMIboxSmall {
	width: 25px;
}
.BMIbutton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	height: 30px;
	width: 110px;
	border: thin none #333;
	cursor: default;
	background-color: #999;
}


.BMItext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	text-align: center;
	background-image: url(Images/back_blue.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	border: 0px solid #FFF;
	font-weight: bold;
}
.inclementWeather {
	background-image: url(Images/snowflake.gif);
	background-repeat: repeat;
}
