﻿body {
  margin: 0;
  padding: 0;
  text-align: center;
}


h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}

body, h1, h2, h3, h4, h5, h6, p, div, td, input, textarea {
  font-family: Tahoma, Arial, Sans-Serif;
}


div, p {
  font-size: 11pt;
}

textarea {
  font-size: 10pt;
}




#Header {
  background-image: url(images/HeaderBackground.jpg);
  background-repeat: repeat-x;
  height: 160px;
}


#Logo {
  background-image: url(images/LogoXTop.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 60px;
}


#Subtitle {
  color: White;
  height: 48px;
  background: url(images/LogoXBottom.jpg) no-repeat top right;
  font-family: Tahoma, Times New Roman, Sans-Serif;
  font-size: 16pt;
  font-weight: normal;
  padding-top: 20px;
  padding-left: 10px;
}



div.Container {
  width: 860px;
  margin: 0 auto;
  text-align: left;
}


#Footer {
  background-image: url(images/FooterBackground.jpg);
  background-repeat: repeat-x;
  height: 100px;
  padding-top: 10px;
  font-size: 9pt;
}



h3 {
  color: #9A0809;
  font-weight: bold;
  font-size: 13pt;
  margin-bottom: 6pt;
}


h4 {
  font-size: 11pt;
}



a.FooterLink {
  font-weight: bold;
  color: #303030;
  text-decoration: none;
}

a.FooterLink:hover {
  color: #883030;
  text-decoration: underline;
}



div.Group {
  float: right;
  font-size: 9pt;
  border: 1px solid #cc0000;
  margin: 0 0 20px 20px;
}



div.GroupHeader {
  background: url(/images/GroupHeaderBackground.jpg) #b74c4c repeat-x left top;
  padding: 3px;
  font-weight: bold;
  font-size: 9pt;
  color: white;
  text-align: center;
}


div.GroupContent {
  background-position: right bottom;
  background-image: url(/images/GroupBackground.jpg);
  background-repeat: repeat-x;
  background-color: #f6f6f6;
  padding: 10px;
  font-size: 9pt;
  margin: 0;
  line-height: 1.5em;
}

