body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 11px;
	color: #666666;
}
.textnocolor {
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 11px;
}
.tinytext {
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 10px;
	color: #666666;
}
.heading {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	color: #7A1D25;
	font-weight: bold;
}
.subheading {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.list {
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 11px;
	color: #666666;
	list-style-image: url(../img/ls.gif);
	list-style-position: outside;
	line-height: 12pt;
}
a:link {
	color: #7A1F24;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #7A1F24;
}
a:hover {
	text-decoration: underline;
	color: #E1812A;
}
a:active {
	text-decoration: none;
	color: #7A1F24;
}
a.mainlevel-nav:link, a.mainlevel-nav:visited {
	font-family     : Tahoma, "Trebuchet MS", Arial;
	font-size       : 12px;
	color		: #000000;
	text-decoration	: none;
	font-weight: bold;
}
a.mainlevel-nav:hover {
	font-family      : Tahoma, "Trebuchet MS", Arial;
	font-size        : 12px;
	color			 : #990000;
	text-decoration	 : none
}
.input {
	background-color: #EDE6B3;
	height: 13px;
	width: 135px;
	border: 1px solid #cccccc;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 10px;
	color: #666666;
	padding-left: 3px;
}
.selectlarge {
	background-color: #EDE6B3;
	height: 18px;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 11px;
	color: #333333;
}
.button {
	background-color: #993300;
	letter-spacing: normal;
	border: 0;
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
}
.sq_block_green {
	border: 1px solid #807741;
}
.sq_block_brightgreen {
	border: 1px solid #97b22a;
}
.sq_block_orange {
	border: 1px solid #ff6b1d;
}
.sq_block_gray {
	border: 1px solid #cccccc;
}
.sq_block_maroon {
	border: 1px solid #7A1D25;
}