/*  HTML usage:

	<head>
		<link rel="stylesheet" type="text/css" href="THCstyles.css" />
	</head>
*/

body {background-image: url('cartbackground2.jpg')}  /* Background for all pages */

p.margin1 {margin: 1cm 1cm 1cm 1cm}
p.margin2 {margin: 1cm 1.5cm 1cm 1.5cm}
p.margin3 {margin: 1cm 3cm 1cm 3cm}

a.pub:link     {color: #00BBFF}                     /*  Blue           */
a.pub:visited  {color: #006699 }                    /*  DarkSlateBlue  */
a.pub:hover    {color: #00BBFF; font-size: 104% }   /*  DeepSkyBlue    */
a.pub:active   {color: #006699 }                    /*  Black          */

a.mem:link     {color: #00CC00; text-decoration: underline }  /*  Green   008000   */
a.mem:visited  {color: #336633; text-decoration: underline}   /*  Dark Green */
a.mem:hover    {color: #00CC00; font-size: 104% }             /*             */
a.mem:active   {color: #000000;  text-decoration: underline}  /*  Black      */

a.defn:link    {background: #FFFF00; color: Black; text-decoration: none}      /* Black w/ Yellow highlight             */
a.defn:visited {background: #FFFF00; color: Gray; text-decoration: none}       /* Grey w/ Yellow highlight              */
a.defn:hover   {background: #FFFF00; color: Gray; text-decoration: underline}  /* Grey w/ Yellow highlight, underlined  */
a.defn:active  {background: none; color: Black; text-decoration: underline }   /* Black w/ no highlight, underlined     */

h1.main1 {
	color: black;
	font-family: Times New Roman;
	font-size: 36pt;
	text-transform: uppercase;
	font-weight: bold
	}
h2.main2 { color: black; font-family: Times New Roman; font-size: 24pt; text-transform: uppercase; font-weight: bold }
h3.main3 {
	color: black;
	font-family: Times New Roman;
	font-size: 16pt;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
}
.huttn {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
}
.cayce {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt; 
	font-style:normal;
}

h4.main4 { color: black; font-family: Times New Roman; font-size: 14pt; text-transform: capitalize; font-weight: bold }


p.hutton { color: black; font-family: Times New Roman; font-size: 14pt; font-style: normal; font-weight: normal }
p.cayce  { color: black; font-family: Times New Roman; font-size: 14pt; font-style: italic; font-weight: normal }
p.quote  { color: black; font-family: Arial; font-size: 12pt; font-style: normal; font-weight: normal }
p.quote3 { color: black; font-family: Arial; font-size: 14pt; text-transform: capitalize; font-weight: bold }
p.quote4 { color: black; font-family: Arial; font-size: 12pt; text-transform: capitalize; font-weight: bold }
p.verbal { color: black; font-family: Comic Sans; font-size: 10pt; font-style: normal; font-weight: normal }



/* use as: <ul class="classname"> */
ol.footnote {color: black; font-family: Arial; font-size: 10pt; font-style: normal; font-weight: normal }
ul.redtri { list-style-image: url('images/listicon/red_arrow.gif') }
ul.redball { list-style-image: url('images/listicon/reddot.gif') }

hr {color: #330000}

/* This is for the general appearance of the Summary tooltips */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background:url("cartbackground2.jpg") #eef2f9;  
  border:1px solid #336; 
  width:250px; padding:4px;
  color:#000; font-size:11px; line-height:1.2;
}
div.tp1 { font-size:12px; color:#336; padding-top:4px }
div.tp2 { font-weight:bolder; color:#337; padding-top:4px }

