body {
}
.greenBG {
  background-image: url(../images/SE_spacer-green.gif);
	background-repeat: repeat;
}
.stripeBG {
  background-image:url(../images/SE_spacer-blue.gif);
	background-repeat:repeat;
}
.mainBG {
  background-image:url(../images/SE_mainBG.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #000000;
}
.b {
  font-weight: 900;
}
.sm {
  font-size: 9px;
	font-weight: 500;
}
.h1 {
  font-size: 24px;
	font-weight: 900;
	font-family: Arial, sans-serif;
}
.h3 {
  font-size: 16px;
	font-weight: 900;
	font-family: Arial, sans-serif;
}
.h4 {
  font-size: 14px;
	font-weight: 900;
	font-family: Arial, sans-serif;
}
a:link {
	color: #FF6600;
	text-decoration:none;
}
a:visited {
	color: #FF6600;
	text-decoration:none;
}
a:hover {
	color: #009900;
	text-decoration:underline;
}
