﻿
/*

HEALTH HUT STYLE SHEET

Colors:

GREEN 0 0 9F62 original
GREEN new 04A004
PURPLISH BLUE 353A90
TAN E7CE8F
GOLD F1AF00
LIGHT BEIGE FFFFCC


*/

a:link
{
	color: #04a004;
}
a:visited
{
	color: #04a004;
}
a:active
{
	color: #04a004;
}
a:hover
{
	color: #a0522d;
	font-weight:bold;
}


body
{
	background-color: White;
	font-family: Verdana;
	font-size:10pt;
	color:#353A90;
}

.imageStyle
{
	border: medium solid #C0C0C0;
}


.divCaption
{
	padding: 5px;
	color: #04A004;
	font-size: 14pt;
	text-align: center;
}
.divCaptionBLUE
{
	color: #0000FF;
	font-size: 12pt;
	text-align: left;
}

.imageStyle
{
	border: 1px solid #C0C0C0;
}

.divPageHeading
{
	color: #04a004;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}


h1
{
	color: #04a004;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
h3
{
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h4
{
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	font-weight:normal;
	color:353A90;
}

.subheadText
{
font-size:14;
font-weight:bold;
color:	#3F07EE;
}

a:hover
{
}
