body {
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Geneva, sans-serif;
	color: #333333;
	font-size: 12px;
}

body.gray {
	background-color: #999999;
	font-family: Trebuchet MS, Geneva, sans-serif;
	color: #333333;
	font-size: 12px;
}

td	{
	font-family: Trebuchet MS, Geneva, sans-serif;
	color: #333333;
	font-size: 12px;
}

img {
	border-color: black;
}

img.silver {
	border-color: #333333;
}

h1 {
	font-size: 24px;
	text-align: center;
	color: #ff0000;
}

h2 {
	font-size: 18px;
	text-align: center;
	color: #999999;
}

h3 {
	font-size: 18px;
	font-style: italic;
	color: #999999;
}

h4 {
	font-size: 14px;
	text-align: center;
	color: #999999;
}

p {
	text-indent: 2em; margin-top: 0; margin-bottom: 0;
}

p.flush {
	text-indent: 0em;
}

p.center {
	text-indent: 0em; text-align: center;
}

p.copy {
	text-indent: 0em; text-align: center;
	font-size: 10px;
}

p.update {
	text-indent: 0; text-align: left; font-size: 10px; color: red; font-weight: bold; font-style: italic;
}

a:link {
	color: #0099cc;
}  /* for unvisited links */

a:visited {
	color: #0099cc;
} /* for visited links */

a:active {
	color: #0099cc;
} /* when link is clicked */

a:hover {
	color: #999999;
} /* when mouse is over link */

a:link.gray_bkgd {
	color: #333333;
}  /* for unvisited links */

a:visited.gray_bkgd {
	color: #333333;
} /* for visited links */

a:active.gray_bkgd {
	color: #333333;
} /* when link is clicked */

a:hover.gray_bkgd {
	color: #cccccc;
} /* when mouse is over link */




