.StdText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
}
.StdTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-weight: bold;

}
.StdTextItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-style: italic;

}
.StdTextItalicSml {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-style: italic;
	font-size: x-small;

}
a:link {
	color: #FFCC33;
	font-family: "Book Antiqua";
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #FFCC33;
	font-family: "Book Antiqua";
	font-weight: bold;
	text-decoration: none;


}
a:active {
	color: #FFCC33;
	font-family: "Book Antiqua";
	font-weight: bold;


}
a:hover {
	color: #CC0000;
	font-family: "Book Antiqua";
	font-weight: bold;
	text-decoration: underline overline;


}
.divRedL {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #993300;
	height: 100%;
}
