.italicheading {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}
.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.textlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0000CC;
	text-decoration: underline;
}
.imageborder {
	border: thin solid #990000;
}
.smitalicheading {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.minicaption {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.nounderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.tableborder {
	border: -1px solid #990000;
}
