body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: white;
	margin: 0px;
	padding:0px;
}

.titleBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

.main_table {
	background: url(../images/travelturtle_bckg.gif) bottom no-repeat #0064C6;
	font-family: Arial, Helvetica, sans-serif;
}

.healthtool {
	font-size: 11px;
}

td.healthtool {	
	padding-left: 5px;
	padding-right: 5px;
}

h1.healthtool {
	color: #345082;
	font-size: 16px;
	font-weight: bold;
}

.header {
	color: #EF9E08;
	font-size: 13px;
	padding-left: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}


a.healthtool {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

a.healthtool:hover {
	color: white;
}

a.desclaimer {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
}

a.desclaimer:hover {
	text-decoration: underline;
}

select {
	border: solid 1px #999999;
	font-size: 10px;
}

input.add {
	width: 25px;
	height: 25px;
	background-image: url(../images/add_button.gif);
	border: solid 0px;
}

input.remove {
	width: 25px;
	height: 25px;
	background-image: url(../images/remove_button.gif);
	border: solid 0px;
}

input.submit {
	width: 82px;
	height: 27px;
	background-image: url(../images/submit_button.gif);
	border: solid 0px;
}
