﻿/* CHOOSE FROM INDIVIDUAL PROPERTIES */
.arial { font-family      : Arial; }
.verdana { font-family    : Verdana; }
.trebuchet { font-family  : Trebuchet MS; }
/*
.font9px  { font-size : 9px;  }
.font10px { font-size : 10px; }
.font11px { font-size : 11px; }
.font12px { font-size : 12px; }
.font13px { font-size : 13px; }
.font14px { font-size : 14px; }
.font15px { font-size : 15px; }
.font16px { font-size : 16px; }
.font17px { font-size : 17px; }
.font18px { font-size : 18px; }
.font19px { font-size : 19px; }
.font20px { font-size : 20px; }
.font21px { font-size : 21px; }
*/

.bold { font-weight  : bold; }
.normal { font-weight  : normal; }
.italic { font-style : italic; }
.underline { text-decoration:underline; }

.lineheight20 {line-height:20px;}

/* CHOOSE PREFAB PROPERTIES */

h1, h2, h3, h4, h5 {
  margin : 0px;
  padding : 0px;
  }


h1 {
/*class="h1 orange padleft10 floatleft" */
  font-size: 12px;
  font-weight: bold;
  color: #000;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  float: left;
  border-bottom: solid 1px #cacaca;
  width: 99%;
  }
/*class="h1 black bordermedium_grey_bottom padbot10 homeheader_middle"*/

h2 { 
/*orange bordermedium_light_grey_bottom padbot10 homeheader_middle"*/

  font-size: 12px;
  font-weight: bold;
  /*color: #FF6200;						02122008 RH*/
  /*color: #cb3900;*/
  /*color: RGB(203,57,0);*/
  color:							#CB3900;
  border-bottom: solid 1px #e4e4e4;
  padding: 0 0 10px 0;
  margin: 10px 0 10px 0;
  width:auto;
  clear:left;
}

h3 {
 	font-size: 12px;
 	font-weight: bold;
 	width: 99%;
  color: #888;
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  border-bottom: solid 1px #e4e4e4;
}
  
h4 {
  font-size: 12px;
  font-weight: bold;
  color: #888;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  float: left;
  border-bottom: solid 1px #e4e4e4;
  width: 99%;
  }
/*class="h1 black bordermedium_grey_bottom padbot10 homeheader_middle"*/
