/* Styles for the Page Properties, Title and Text Information */
body
{
background: #FFFFFF;
}
body, div, p, blockquote, ol, ul, dl, li, dt, dd, td, th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;  
}
.white
{
	color: #FFFFFF;
}
.xsmall
{
	font-size: x-small;
}
.indent
/* use this to indent a block of text, but you MUST use the div tag and not p */
{
	margin-left: 20px;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}

/* Styles for the search and the forms on the first page */
.forms, .forms select, .forms input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

/* Styles for the Links at the bottom of every page; we need to the NewLine Style to add
a little space between separate menus */
.bottomLinks
{
	font-size: x-small;
	text-align: center;
}
.bottomLinks a:link
{
	color: #3399CC;
}
.bottomLinks a:visited
{
	color: #996600;
}
.bottomLinks a:active
{
	color: #6B6D6B;
}
.bottomLinksNewLine 
{
	font-size: medium;
}

/* Style for the Copyright at the bottom of every page */
.copyright
{
	font-size: x-small;
	text-align: center;
}

/* Styles for the Go buttons on the home page */
.yellowGo
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}
.greenGo, .orangeGo, .redGo, .purpleGo
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
}

/* Styles for the For Your Health back button and gray search text */
.back
{
	color: #000000;
	font-size: x-small;
}
.back a:link
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.back a:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.back a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.back a:active
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.search
{
	color: #000000;
	font-weight: bold;
	font-size: x-small;
}