/***************************************************
   HTML Element Styles
 ***************************************************/
table.heading { 
  background-image: url(../images/gauge.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
    
body {
  margin: 0;
  text-align: left;
  font: 11px 'Century Gothic', verdana, arial;  
  line-height: 170%;
  color: #000000;
  background-color: #FFFFFF;
}

.heading_blk { 
  padding-top: 1px;
  padding-bottom: 1px;
  font: 15px arial,verdana;
  line-height: 170%;
  font-weight: bold;
  color: #000000;
}

p { 
  padding-top: 1px;
  padding-bottom: 1px;
  font: 11px 'Century Gothic', verdana, arial;
  line-height: 170%;
  color: #000000;
}

p.gray { 
  padding-top: 1px;
  padding-bottom: 1px;
  font: 11px 'Century Gothic', verdana, arial;
  line-height: 170%;
  color: #888F95;
}

p.red { 
  padding-top: 1px;
  padding-bottom: 1px;
  font: 11px 'Century Gothic', verdana, arial;
  line-height: 170%;
  color: #B72732;
}

p.red_medium { 
  padding-top: 1px;
  padding-bottom: 1px;
  font: 12px 'Century Gothic', verdana, arial;
  line-height: 170%;
  color: #B72732;
}

p.notice { 
  padding-top: 2px;
  font: 10px verdana, arial, sans-serif;  
}


a {
  text-decoration: underline;
  color: #000000;
}

a:visited {
  text-decoration: underline;
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #B72732;
}

#dotted_border_top {
  background-image: url('../images/dotted_border.jpg');
  background-repeat: repeat-x;
  background-position: top;
  height: 80px;
  width: 100%;
}

#dotted_border_bottom {
  background-image: url('../images/dotted_border.jpg');
  background-repeat: repeat-x;
  height: 50px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
}

.nav_top a {
  color:#FFFFFF; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  text-decoration: none; 
}

.nav_top a:hover {
  color: #C0C0C0; 
  text-decoration: none; 
}

table.outline_border_light {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	border-top-color: #c0c0c0;
}

table.red_border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #B72732;
	border-bottom-color: #B72732;
	border-left-color: #B72732;
	border-top-color: #B72732;
	background-color: #B72732;
}

td.red {
    background-color: #B72732;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 5px;
}

table.black_border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #2a2c39;
	border-bottom-color: #2a2c39;
	border-left-color: #2a2c39;
	border-top-color: #2a2c39;
}

td.black {
    background-color: #2a2c39;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 5px;
}

#box_title { 
  padding-top: 5px;
  padding-bottom: 5px;
  font: 18px 'Century Gothic', verdana, arial;
  line-height: 170%;
  color: #ffffff;
}

#refs { 
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 170%;
  background-color: #f0f0f0;
}

.references li { 

}

table.padding_top_bottom { 
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 170%;
}

#small { 
  font: 9px 'Century Gothic', verdana, arial;
}
































