body {
  background-image: url("../images/blue_t2b_2000px.jpg");
  background-repeat: repeat-x;
  background-attachment: scroll;
  color: black;
  font-family: arial, verdana, arial, 'sans-serif';
  font-size: 8pt;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

/*** Header ***/

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  line-height: 140%;
  font-family: arial, verdana, arial, 'sans-serif';
}

h1 {
  color: #fff;
  font-size: 20pt;
}

h2 {
  color: #fff;
  font-size: 16pt;
}

h3 {
  color: #369;
  font-size: 12pt;
}

h4 {
  color: #369;
  font-size: 10pt;
}

h5 {
  color: #369;
  font-size: 9pt;
}

h6 {
  color: #369;
  font-size: 8pt;
}

.header3 {
  color: gray;
  font-weight: bold;
  font-size: 12pt;
  line-height: 1.4em;
  font-family: arial, verdana, arial, 'sans-serif';
}

.header4 {
  color: gray;
  font-weight: bold;
  font-size: 10pt;
  line-height: 1.4em;
  font-family: arial, verdana, arial, 'sans-serif';
}

.header5 {
  color: gray;
  font-weight: bold;
  font-size: 9pt;
  line-height: 1.4em;
}

.header6 {
  color: gray;
  font-weight: bold;
  font-size: 8pt;
  line-height: 1.4em;
}


/*** Anchor/Link ***/


a:link {
	font-weight: bold;
	color: #359;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: purple;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: blue;
	text-decoration: underline; 
}

a:active {
	font-weight: bold;
	color: #359;
	text-decoration: none;
}

/*** List ***/

li {
  padding: 0px;
  margin: 0px;
  color: black;
  line-height: 1.4em;
}


/*** Paragraph ***/

p {
  text-indent: 20px;
  font-style: normal;
  font-weight: normal;
  margin: 5px;
  padding: 0px;
  color: black;
  font-family: arial, verdana, 'sans-serif';
  font-size: 8pt;
  line-height: 1.2em;
}


/*** Address ***/

.addr {
  text-indent: 0px;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  color: black;
  font-family: arial, verdana, 'sans-serif';
  font-size: 8pt;
  line-height: 1.2em;
}

/*** Definition ***/

dt {
  padding: 20px;
  color: black;
  font-size: 8pt;
  font-weight: bold;
  font-family: arial, verdana, 'sans-serif';
}

dd {
  padding: 10px;
  color: black;
  font-size: 8pt;
  font-family: arial, verdana, 'sans-serif';
}



/*** Miscellaneous stuff ***/

center {
  text-align: center;
}

.para {
  text-indent: 0px;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  color: black;
  font-family: arial, verdana, 'sans-serif';
  font-size: 8pt;
  line-height: 1.2em;
  }

.underline {
  text-indent: 0px;
  font-style: normal;
  font-weight: normal;
  text-decoration:underline;
  margin: 0px;
  padding: 0px;
  color: black;
  font-family: arial, verdana, 'sans-serif';
  font-size: 8pt;
  line-height: 1.2em;
  }

.bold {
  padding-left: 10px;
  color: black;
  font-size: 8pt;
  font-weight: bold;
  font-family: arial, verdana, 'sans-serif';
}

.narrow {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.padding {
	padding-left: 30px;
}

.small {
  text-indent: 0px;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  color: black;
  font-family: arial, verdana, 'sans-serif';
  font-size: 8pt;
  line-height: 1.2em;
  }