/*
This CSS file is used to support the old newsletters.
*/
.sidemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #003366;
	cursor: pointer;
}
.sidemenu a:visited {  color: #003366; text-decoration: none}
.sidemenu a:hover {  color: #003366; text-decoration: none}
.sidemenu a:active {  color: #003366; text-decoration: none}

.header {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #CC0000;
	text-transform: uppercase;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	cursor: pointer;
}
.sidebar a:visited {  color: #003366; text-decoration: none}
.sidebar a:hover {  color: #003366; text-decoration: none}
.sidebar a:active {  color: #003366; text-decoration: none}

.header-2 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #CC0000;
}

.header-3 {
  background: #EBEFF2;
  font-family: "Georgia", "Times", "Times New Roman", serif;
  color: #484847;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 2em;
  margin-top: 30px;
  padding: 10px;
  border-top: 1px solid #FE2002;
  border-bottom: 1px solid #FE2002;
}

.text {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}
body {
  padding: 0;
  margin: 0;
}

