/* CSS Document */

BODY {
	
	background-position: top left;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}
h1 {color:#F87A3A;
font-size: 14px;}
h2 {color:#F87A3A}
h3 {color: #F87A3A}

P, TD, UL, OL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.bold {color: #F87A3A;
font-weight: bold;}

a:link {
  color: #F87A3A;
  text-decoration:none;
  font-weight: bold;
  }
a:visited {
  color:#F87A3A;
  text-decoration:none;
  font-weight: bold;
  }
a:hover {
  color: #666666;
  text-decoration:underline;
  }
UL, Ol { line-height: 18px; }

TD.alignRight { text-align: right; }
TD.alignRightBottom { text-align: right; vertical-align: bottom; }
TD.alignCenter { text-align: center; }
TD.alignTop { vertical-align: top; }
TD.alignCenterTop { vertical-align: top; text-align: center; }
TD.alignBottom { vertical-align: bottom; }

TD.cellBg {
	background-image: url(images/cell_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #C7C7C7;
	vertical-align: top;
	text-align: left;
}

TD.cellBg_Bar {
	background-image: url(images/cell_bgbar.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 28px;
}

/* Navigation Bar */
TD.navCell {
	background-image: url(images/divline01.gif);
	background-position: top right;
	background-repeat: repeat-y;
	padding-top: 13px;
	color: #15496D;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}



