body {
  margin: 0px;
  padding: 0px;
  background-color: #292958;

  color: white;
  font-family: arial, helvetica, sans-serif; 
  border-color: #AF102E;
}

H1, H2, H3, H4, H5, H6 {
  font-family: arial, helvetica, sans-serif; 
	font-style:italic;
}
H1 {
	font-size:120%;
}
H2 {
	font-size:110%;
}
H3 {
	font-size:100%;
}
H4 {
	font-size:90%;
}
P, LI, H5, H6 {
  font-family: arial, helvetica, sans-serif; 
	font-size:90%;
}

TD, {
  font-family: arial, helvetica, sans-serif; 
}

a:link {
	text-decoration: underline;
	color: #9E4F7F;
}
a:visited {
	color: #7E639B;
}
a:hover {
	text-decoration: none;
}


td.topic {
  background-image: url(images/topicbg.gif);
  background-position: left;
  background-repeat: repeat-x;
}
td.topic table {
  background-image: url(images/topic-bg.jpg);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 5px;
}
td.topic table td {
  width:25%;
  text-align:center;
  padding-left: 5px
}
td.topic table img {
  margin-top: 9px;
}
td.tagline table {
  background-color: #9E4F7F;
  background-image: url(images/taglinebg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}
img.arrows {
  margin: 45px 0px 96px 84px;
}
td.content {
padding: 20px;
}
td.content img {
  border-color: #594176;
  margin: 10px;
}
td.footer {
	font-size:70%;
}
td.footer a:link {
	text-decoration: none;
	color: white;
}
td.footer a:visited {
	text-decoration: none;
	color: white;
}
td.footer a:hover {
	text-decoration: underline;
}
