

/* Paragraph text */
p {
color: #333333
}

/* Links within paragraphs (subtle) */
p a {
color: #666666;
text-decoration: none;
}

/* Links within paragraphs (revealed) */
p:hover a {
color: blue;
text-decoration: underline;
}

/* Rollover effect for links within paragraphs */
p a:hover {
color: red;
}

.pageHdg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #990099;
}
.pageSubHd {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #9900CC;
}
.bottomText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
}
.rellinks {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.topgraphic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	color: #000099;
}
body
{
background-image:
url("images/lavender_swirl_marble.gif")
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}
.topLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000088;
}
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-align: right;
}
.gray {
	color: #999999;
}
.newslinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
}
.intextlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
.update {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}
.red {
	color: #FF0000;
}
