body
{
	font-family: Arial, sans-serif;
	color: #808080;
	font-size: 70%;
	line-height: 1.4em;
	overflow-x:hidden
}

.subtitle
{
	font-size: 1.2em;
	color: #F39;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	line-height: 1.2em;
}

.fineprint
{
	color: #FCF;
	font-size: .9em;
	line-height: 1.2em;
	margin: 30px 0 0 0;
}

.fineprint a:link,
.fineprint a:visited { color: inherit; }

.fineprint a:hover,
.fineprint a:active { color: #F69; }

H1
{
	font-size: 1.5em;
	line-height: 1.2em;
	color: #F39;
	margin: 0px;
}

H2
{
	font-size: 1.25em;
	line-height: 1.2em;
	color: #F39;
	margin: 0px;
}

H3
{
	font-size: 1.25em;
	line-height: 1.2em;
	color: #F39;
	margin: 0px;
	display: inline;
}



td H3 { color: #FFF; }


H4
{
	font-size: 1em;
	display: inline;
	color: #666;
}

H5
{
	font-size: 1em;
	display: inline;
	color: #F39;
}

.divider
{
	width: 100%;
	background-image: url(../images/hr_curve.gif);
	height: 13px;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	clear: both;
	display: block;
	margin: 10px 0px 10px 0px;
}

INPUT, SELECT, TH, TD, TEXTAREA {font-size:1em; font-family: Arial, sans-serif;}

a:link
{
	color: #C36;
	text-decoration: none;
	cursor: hand;
}
a:visited
{
	color: #039;
	text-decoration: none;
	cursor: hand;
}
a:hover
{
	color: #F33;
	text-decoration: underline;
	cursor: hand;
}
a:active
{
	color: #F33;
	text-decoration: underline;
	cursor: hand;
}

img { border: none; }

ul {
	color: #C36;
	margin-top:0px;
}

ul li
{
	margin-left:-25px;
}

a.linkHilite:link,
a.linkHilite:visited
{
	background-image: url(../images/paw_hilite1.gif);
	display: inline;
	padding-left: 15px;
	text-align: left;
	background-repeat: no-repeat;
	height: 10px;
}

a.linkHilite:hover,
a.linkHilite:active
{
	background-image: url(../images/paw_hilite2.gif);
	display: inline;
	padding-left: 15px;
	text-align: left;
	background-repeat: no-repeat;
	height: 10px;
}

a.lowcarb:link,
a.lowcarb:visited
{
	background-image: url(../images/lowcarb1.gif);
	display: inline;
	text-align: left;
	background-repeat: no-repeat;
	height: 9px;
	padding: 0px 0px 0px 60px;
}

a.lowcarb:hover,
a.lowcarb:active
{
	background-image: url(../images/lowcarb2.gif);
	display: inline;
	text-align: left;
	background-repeat: no-repeat;
	height: 9px;
	padding: 0px 0px 0px 60px;
}

.star
{
	background-image: url(../images/littleStar.gif);
	display: inline;
	padding-left: 12px;
	text-align: left;
	background-repeat: no-repeat;
	height: 10px;
}