
h1 {
	color:#7F7F7F;
	font-size:2.2em;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:normal;
    line-height: 1.2em;
}
h2 {
  color:#7F7F7F;
  font-size:1.6em;
  margin-bottom:10px;
  text-transform:uppercase;
 	font-weight:normal;
 line-height: 1.4em;
}
h3 {
	font-size:1.4em;
	color:#5e5e5e;
	margin-bottom:5px;
	line-height:1.4em;
	text-transform:none;
    font-weight: normal;
}
h5 {
	font-size:1.3em;
	line-height:1.5em;
	color:#7F7F7F;
}
h4{
	font-size:1.3em;
	color:#ED1B23;
	line-height:1.5em;
	margin-bottom:5px;
}
h6 {
	font-size:1.2em;
	color:#5e5e5e;
	display:inline;
	line-height:1.5em;
}

blockquote {
	margin-top:30px;
}
span.quote {
  font-size: 1.8em;
  font-weight: normal;
  margin: 20px 0;
  display:block;
}
p.nomargin {
  margin:0;
}
p.marginbottom5px {
  margin-bottom:5px;  
}
td.rightcolumn_BG_bordergrey2px_not_bold {
  background-color:#e0e0e0;
  border-bottom:2px solid #7e7e7e;
}
td.norightborder {
  border-right:0 none;
}

hr
{
  border-bottom:solid 2px #e0e0e0;
  margin-bottom:15px;
}
p
{
	font-size:1.3em;
	margin-bottom:16px;
	line-height:1.5em;
}

a,a:hover
{
	color:#ED1B23;
	text-decoration:underline;
}
a:hover
{
	color:#f04a4e;
}

ol {
  padding-left:18px;
  list-style-position: outside;
}

ul
{
  list-style-position:outside;
	list-style-type:disc;
	list-style-image:url(../images/list_dot.gif);
}
ul, ol
{
	margin-bottom:15px;
}

ul li
{
	font-size:1.3em;
	line-height:16px;
}
ol li
{
	font-size:1.3em;
	margin-bottom:10px;
}

a,img
{
    outline:none;
}

h6.small-red,
h6.small-red-bordertop {
	font-size:1em;
	line-height:1em;
	margin-bottom:5px;
	color:#ef3f23;
	display:block;
	text-transform: uppercase;
}
h6.small-red {
	margin-bottom:10px;
}
h6.small-red-bordertop {
	border-top:1px solid #ef3f23;
	padding-top:5px;
}
h5.red {
	font-size:1.2em;
	margin-bottom:5px;
	color:#ef3f23;
	text-transform: uppercase;
}

p.redbordertopbottom {
	border-bottom:1px solid #ef3f23;
	padding:15px 0 10px 0;
	background:url("../images/bg_reddoubleline.gif") repeat-x left top;
	margin:0 0 5px 0;
}
p.reddoublebordertop {
	padding-top:15px;
	background:url("../images/bg_reddoubleline.gif") repeat-x left top;
}
p.redborderbottom,
p.redborderbottomsmall {
	border-bottom:1px solid #ef3f23;
	margin:0 0 5px 0;
	padding-bottom:10px;
}
p.redborderbottomsmall {
	font-size:11px;
}
p.indent,
p.indentwithlessspacebefore {
    padding-left: 15px;
    text-indent: -15px;
}
p.indentwithlessspacebefore {
    margin-top: -15px;
}
span.big-red {
	font-size:2.2em;
	color:#ef3f23;
}
ul.arrow {
  list-style:none;  
}
ul.arrow-greytext {
  list-style:none;  
}
ul.greytext {
  list-style:none;  
}
ul.arrow li {
  background:url(../images/arrow.png) no-repeat 0 3px !important;
  line-height:22px !important;
  padding-left:45px !important;
  margin-bottom:15px;
}
ul.arrow-greytext li {
  font-size:16px !important;
  line-height:27px !important;
  background:url(../images/arrow.png) no-repeat 0 6px !important;
  padding-left:45px !important;
  color:#333 !important;
}
ul.arrow-greytext b,
ul.arrow-greytext strong {
  color:#ed1b23;
  font-size:21px;
}
p.footnote {
  font-size:11px;
  line-height:13px;
}
p.greytext {
  color:#7F7F7F;
}
p.redbiggertext {
  color:#ef3f23;
  font-size:22px;
  line-height:27px;
}
p.greybiggertext {
  color:#545454;
  font-size:14px;
  line-height:18px;
}
p.align-center {
  text-align:center;
}

/*--------------table classes-------------*/
table
{
	margin: 0 0 10px 0;
	width:100%;	
	border-collapse:collapse;
}
td, th
{
	font-size:1.1em;
	padding:4px 0;
	vertical-align:bottom;
	border-bottom:1px solid #7e7e7e;
	border-right:6px solid #fff;
	width:7.6em;
	text-align:right;
	padding-right:5px;
}
td p, th p
{
	margin:0px;
	padding:0px;
	font-size:1em;
}
td.leftcolumn
{
	text-align:left;
	width:auto;
	padding-left:1px;
}
td.leftcolumn_top_nobottom
{
	font-size:1.2em;
	text-align:left;
	vertical-align:top;
	width:auto;
	padding-left:0px;
	border-bottom:none;
}
td.leftcolumn_bold {
  text-align:left;
	width:auto;
	padding-left:1px;
	font-weight:bold;
}
td.leftcolumn_indent
{
  padding-left:15px;
  text-align:left;
  width:auto;
}
td.leftcolumn_indent_bold
{
  padding-left:15px;
  text-align:left;
  width:auto;
  font-weight:bold;
}
td.leftcolumn_doubleindent
{
  padding-left:30px;
  text-align:left;
  width:auto;
}
td.leftcolumn_indent_bordergrey2px {
  text-align:left;
	width:auto;
	padding-left:15px;
	border-bottom:2px solid #7e7e7e;
}
td.leftcolumn_doubleindent_bordergrey2px {
  text-align:left;
	width:auto;
	padding-left:30px;
	border-bottom:2px solid #7e7e7e;
}
td.leftcolumn_bordergrey2px
{
	text-align:left;
	width:auto;
	border-bottom:2px solid #7e7e7e;
	padding-left:1px;	
}
td.leftcolumn_bordergrey2px_bold
{
	text-align:left;
	width:auto;
	border-bottom:2px solid #7e7e7e;
	padding-left:1px;
	font-weight:bold;
}
td.nobottom_border
{
text-align:left;
width:auto;
border-bottom:none;
padding-left:1px;
font-size:1.1em;
}

td.nobottom_border_fixwidth
{
text-align:left;
border-bottom:none;
padding-left:1px;
font-size:1.1em;
}


td.rightcolumn_bordergrey2px
{
  border-bottom:2px solid #7e7e7e;
}
td.rightcolumn_bordergrey2px_bold
{
  border-bottom:2px solid #7e7e7e;
  font-weight:bold;
}
td.rightcolumn_red {
  color:#ED1B23;
}
td.rightcolumn_bordergrey2px_red {
  border-bottom:2px solid #7e7e7e;
  color:#ED1B23;
  font-weight:bold;
}
td.rightcolumn_BG_bordergrey2px {
  background-color:#e0e0e0;
  border-bottom:2px solid #7e7e7e;
  font-weight:bold;
}
td.rightcolumn_BG_bordergrey2px_not_bold {
  background-color:#e0e0e0;
  border-bottom:2px solid #7e7e7e;
}
td.rightcolumn_BG {
  background-color:#e0e0e0;
  border-bottom:1px solid #fff;
}
td.rightcolumn_BG_bold {
  background-color:#e0e0e0;
  border-bottom:1px solid #fff;
  font-weight:bold;
}
td.rightcolumn_bold {
  font-weight:bold;
}

td.rightcolumn_borderblack2px
{
  border-bottom:2px solid #000;
  font-weight:bold;
}
td.rightcolumn_BG_borderblack2px {
  background-color:#e0e0e0;
  border-bottom:2px solid #000;
}
td.rightcolumn_BG_borderblack2px_bold{
  background-color:#e0e0e0;
  border-bottom:2px solid #000;
  font-weight:bold;
}

td.rightcolumn_norightborder {
  border-right:none;
}

td.centercolumn {
  text-align:center;
  width:auto;
}
td.centercolumn_bordergrey2px{
  text-align:center;
  border-bottom:2px solid #7e7e7e;
  width:auto;
}
td.centercolumn_bordergrey2px_bold {
  text-align:center;
  font-weight:bold;
  border-bottom:2px solid #7e7e7e;
  width:auto;
}
td.centercolumn_BG_bordergrey2px_bold {
  background-color:#e0e0e0;
  text-align:center;
  font-weight:bold;
  border-bottom:2px solid #7e7e7e;
  width:auto;
}
td.rowheight29px
{
  padding:0;
  font-size:1px;
  height:29px;
}
td.footnotes {
  font-size:1em;
  width:auto;
  border-bottom:none;
  text-align:left;
  padding-left:10px;
  padding-top:5px;
  text-indent:-9px;
}
span.black
{
  color:#000;
}
span.grey
{
  color:#7F7F7F;
}
span.red
{
  color:#ED1B23;
}
p.grey
{
  color:#7F7F7F;
  font-weight:bold;
}
span.noWrap {
  white-space:nowrap;
}
span.reflinktitle {
  display:block;
  color:#000;
  font-size:1.2em;
  font-weight:bold;
  margin-bottom:0.9em;
  border-bottom:1px solid #000;
  padding-bottom:0.4em;
}
/*tableol*/
table.tableol {
width:100%;
}
table.tableol td {
  border:none;
  padding:0;
  vertical-align:top;
  width:auto;
  text-align:left;
}
table.tableol td.leftcolumn {
  width:15px;
  padding:0;
}
/*tablecontent*/
table.tablecontent {
width:100%;
}
table.tablecontent td {
  border:none;
  padding:0;
  vertical-align:top;
  width:auto;
  text-align:left;
}

/*tablesigned*/
table.tablesigned {
width:100%;
margin-bottom:16px;
}
table.tablesigned td {
  border:none;
  padding:0;
  vertical-align:top;
  width:auto;
  text-align:left;
  font-size:1.2em;
}
table.tablesigned tr.highlight, table.tablesigned tr:hover {
  background:none;
}
ul.signed {
	height:70px;
}
ul.signed li {
	padding:0;
	background:none;
	width:40%;
	float:left;
}

BLOCKQUOTE sup, td sup {

	bottom:0.8ex;
	font-size:0.8em;
}
BLOCKQUOTE p {
  margin:0;
  padding-left:11px;
  text-indent:-11px;
}

