body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(contentbkg.jpg);
	background-repeat: repeat-y;
}
.mainheading {
	font-size: small;
	color: #FFCC00;
	font-weight: bold;
}

a:link {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a.glossary:link {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a.glossary:visited {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a.glossary:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
a.glossary:active {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003366;
	text-align: justify;

}
img {
	border: 1px solid #666666;
	margin: 7px;

}
.subheading {

	font-size: x-small;
	color: #003366;
	font-weight: bold;
}
.greyedout {
	font-size: x-small;
	color: #999999;
}
