* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

body {
	background-image: url(../gfx/Body.jpg);
	background-position: left -13px;
	background-color: #E21616;
}

#Content {
	width: 100%;
	float: left;
	background-image: url(../gfx/Content.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	height: 302px;
	padding-top: 34px;
	padding-bottom: 11px;
}

#Content h1 {
	color: #E21616;
	font-size: 14px;
	font-weight: bolder;
	margin-left: 22px;
	margin-top: 11px;
	margin-bottom: 11px;
}

td,
th {
	padding: 5px;
}

#Content th {
	font-weight: normal;
}

#Content .display .left {
	text-align: right;
}

#Content .display .left {
	text-align: right;
}

#Content .display {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

#Content .display .dark {
	background-color: #D8D8D8;
}

#Content .display .light {
	background-color: #E8E8E8;
	padding-left: 10px;
}

/*------BMI----------------------------------------------------------*/
#bmi {
	background-image: url(../gfx/Body.jpg);
	background-position: left -13px;
	background-color: #E21616;
	height: 402px;
	font-size: 12px;
}

#bmi form {
	background-color: #E8E8E8;
	padding-top: 19px;
	padding-bottom: 19px;
}

#bmi h1 {
	color: #E21616;
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 20px;
	margin-left: 12px;
}

#bmi td {
	padding: 0px;
	padding-left: 12px;
}

#bmi label {
	font-weight: bold;
	display: block;
	font-size: 10px;
	padding-left: 3px;
}

#bmi input {
	width: 150px;
}

#bmi .submitpic {
	background-image: url(../gfx/button_submit.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #E21616;
	padding-left: 19px;
	height: 19px;
	border: none;
	color: #fff;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#bmi .filler {
	background-image: url(../gfx/bmi_background.jpg);
	background-position: bottom left;
	height: 59px;
}