/* 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: 12px;
  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;
}

td p, th p {
  padding: 0;
  margin: 0;
}

table.noBorder {}

table.border, table.border tr, table.border th, table.border td {
  border-right: none;
  border-left: none;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: collapse;
}

ul li {
  color: #FFFFFF;
}

img.top_left_image {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

img.top_right_image {
	float: right;
	margin: 0 10px 0 10px;
	padding: 0;
}


