.warnings {
	font-family: "Bookman Old Style", "Century Gothic", "Franklin Gothic Medium", "Lucida Console";
	font-size: 12px;
	font-style: oblique;
	font-weight: bolder;
	color: #FF0000;
	background-color: #CCCCCC;
	padding: 10px;
	border: 1px ridge #000000;
}
.Headers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
}
.Sidelinks {
	font-family: "Bookman Old Style", "Century Gothic", "Franklin Gothic Medium", "Lucida Console";
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #663300;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dashed;
	border-bottom-color: #663300;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px groove #000000;
}

