/* CSS Document */



p
{
	font-size: 10pt;
}

ul
{
	font-size: 10pt;
}

ol
{
	font-size: 10pt;
}

td.eyes
{
	background-image: url(images/eye_backdrop.gif);
	background-repeat: no-repeat;
	background-position: center;
}

td.feet
{
	background-image: url(images/foot_backdrop.gif);
	background-repeat: no-repeat;
	background-position: center;
}

td.dental
{
	background-image: url(images/dental_backdrop.gif);
	background-repeat: no-repeat;
	background-position: center;
}

td.blood_pressure
{
	background-image: url(images/blood_pressure_backdrop.gif);
	background-repeat: no-repeat;
	background-position: center;
}

td.activity
{
	background-image: url(images/physical_activity_backdrop.gif);
	background-repeat: no-repeat;
	background-position: center;
}

td.stroke
{
	background-image: url(images/stroke_backdrop.gif);
	background-repeat: no-repeat;
	background-position: center;
}

td.heart_attack
{
	background-image: url(images/heart_attack_backdrop.gif);
	background-repeat: no-repeat;
	background-position: center;
}

td.education
{
	width: 150px;
}

.underline
{
	text-decoration: underline;
}

.font8ptitalic
{
	font-size: 8pt;
	font-style: italic;
}


