/* CSS Document */

body {
	line-height: 1;
	font-family: Verdana;
	font-size: 12px;
	line-height: 14px;
	background-color: #000000;
	color: #F0F0F0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
  font-family: Arial;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: .67em 0;
  color: #FFFFFF;
  background; #000000;
}

h2 {
  color: #FFFFFF;
  background; #000000;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin: 1.1em 0

}

h3 {
  font-size: 12px;
  line-height: 14px;
  color: #e62c22;
  background; #000000;  
  font-weight: normal;
  margin: 1.2em 0;
}

h4 {
  color: #FFFFFF;
  background; #000000;  
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin: 1.2em 0;
}

p {
  font-size: 12px;
  line-height: 14px;
  margin: 1.2em 0;
  color: #F0F0F0;
  background: #000000;  
}

a {
  color: #FFFFFF;
  text-decoration: underline;
}

a:visited {
  color: #bbb8b0;
}

a:hover, a:active {
  color: #e62c22;
}


span.bold {
  font-weight: bold;
}

table td, table th {
  padding: 5px;
  border: 1px solid #000;
  
  font-size: 12px;
  line-height: 14px;
}

table.noBorder {
  
}

td p, th p {
  padding: 0;
  margin: 0;
}


ul li {
  color: #FFFFFF;
}