@charset "utf-8";
/* CSS Document */

h2 {
	color:#2A0000;
	padding: 5px;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4c4d2a;
	border-top-width: 2px;
	border-top-style:inset;
	border-top-color: #414723;
	background-image: url(CSSImages/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 25px;
}
.TextBold {
	font-weight:bold;
}
.TextBoldUnderline {
	font-weight:bold;
	text-decoration:underline;
}
.tick {
	color:#00F;
}
.cross {
	color:#F00;
	font-weight:bold;
}
