/**** CTHF CSS ****/
/* HTML Defaults */
	
P,TD  { font: 10pt Tahoma; }
INPUT,TEXTAREA,SELECT	{ font: 8pt Verdana;
						  border: 1px solid #505050;
						  background-color: #f5f5f5;
						}

UL	{ margin-top: 5px; margin-left: 15px; padding-left: 0px; }

/* Colors */
.blk { color: #000000; }
.m	{ color: #800000; }
.r	{ color: #C42634; }
.g	{ color: #505050; }
.gn	{ color: #006000; }
.lg	{ color: #a0a0a0; }
.dg	{ color: #404040; }
.t	{ color: #008080; }
.o	{ color: #ff9933; }
.gbg	{ background-color: #808080; }
.lgbg	{ background-color: #e5e5e5; }
.dgbg	{ background-color: #505050; }
.llgbg	{ background-color: #f5f5f5; }
.tbg	{ background-color: #e0e0d5; }
.ltbg	{ background-color: #eaeae5; }
.lbbg	{ background-color: #E7EDEF; }
.dtbg	{ background-color: #b0b0a0; }
.ppl	{ background-color: #D5ADD0; }
.w	{ color: #ffffff; }
.wbg	{ background-color: #ffffff; }
.mbg	{ background-color: #800000; }
.rbg	{ background-color: #C42634; }

.blbdr { border: 1px solid #3A6B81; }

/* Sizes */
.bg	{ font-size: 12pt; }
.s	{ font-size: 8pt; }
.s TD, .s P { font-size: 8pt; }
.ss { font-size: 7pt; }
.sss { font-size: 6pt; }
.ss TD { font-size: 7pt; }
.h { font-size: 14pt; }
.n	{ font-size: 11pt; }
.md  { font-size: 10pt; }
.v	{ font-family: Verdana; }


.hdr	{ font-size: 14pt;  }

/* Decoration & Spacing */

.p	{ padding: 4px; }
.pp { padding: 8px; }
.ppp { padding: 12px; }
.pl { padding-left: 4px; }
.ml	{ margin-left: 15px; }
.bml	{ margin-left: 30px; }
.mr	{ margin-right: 10px; }
.bmr	{ margin-right: 15px; }
.sp { line-height: 150%; }
.ssp	{ line-height: 200%; }
.b	{ font-weight: bold; }
.i	{ font-style: italic; }
.u	{ text-decoration: underline; }
.nu	{ text-decoration: none; }
.bdr	{ border: 1px solid #505050; }
.bdr-t	{ border-top: 1px solid #505050; }
.bdr-b	{ border-bottom: 1px solid #505050; }
.bdr-r  { border-right: 1px solid #505050; }
.bdr-l  { border-left: 1px solid #505050; }
.nbdr	{ border: none; background: none; }
.nb	{ font-weight: normal; }
.lshift	{ margin-left: 0px; margin-right: 4px; }

.nmb { margin-bottom: 0px; }

A.hvr		{ text-decoration: none; }
A.hvr:hover { text-decoration: underline; }



.nav A {
  color: #ffffff;
  font-size: 9pt;
  font-family: Tahoma;
  font-weight: bold;
  font-variant: small-caps;
}

.nav A:hover {
  color: #cccccc;
}



a {
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	color:#800000;
}

a.1 {
	color:#787878;
}

.style1 {
	color: #979595;
	font-weight: bold;
}
.style2 {
	color: #008ADD;
	font-weight: bold;
}



.tabs {
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	font-family: Verdana;
	display: block;
	padding-bottom: 2px;
}

.tabs:hover {
  color: #EFC064;
}

.hdr {
	color: maroon;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	font-family: Verdana;
	font-variant: small-caps;
	
}
form
{
	margin:0px;
}

.content { margin: 15px; }

H1 { font-size: 14pt; font-family: "Gill Sans",Arial; font-variant: small-caps; }
H2 { font-weight: bold; font-size: 12pt; font-family: "Gill Sans",Arial; }


/* MENU STUFFS */

DIV.menu {
  position: absolute;
  display: block;
  visibility: hidden;
}

.menu UL {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background-color: #173853;
  background-image: url(/images/rightgrad.jpg);
  background-repeat: repeat-y;
  border: 1px solid #3A6B81;
}

.menu LI {
  padding: 2px 10px 3px 5px;
}

.menu A {
	font: 8pt Arial;
	font-variant: small-caps;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}