/* Cascading Style Sheet 
 * Copyright (c) 2003 JTDWEBDESIGNS All Rights Reserved
 * Developed by JTD Webdesigns, wwww.jtdwebdesigns.info, Jeffrey Taavettilan-Davis
 *****************************************************************************************/

HTML, BODY, DIV, DL, DT, DD, LI, OL, UL, TABLE, TH, TR, TD, P {
	font-size: 100%;
	font-family: "Times New Roman", Arial, Verdana, Helvetica, "Helvetica Neue", Serif ;
	color: #000099;}

.credits {
	font-family: "Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif"; 
	font-size: 90%; 
	font-weight: bold;}

.notes {
  font-weight: bold;}

.red {
  color: #FF0000;}

.green {
  color: #336600;}
	
.blue {
  color: #0000FF;}
	
.brown {
  color: #663300;}

.error {
  color: #FF0000;
	font-weight: bold;}

.large {
	font-size: 110%;}
	
.hhTitle1 {
	color: black;
	font-size: 32pt;
	font-weight: bold;
	line-height: 1;}

.hhTitle2 {
	color: "#0000FF";
	font-size: 22pt;
	font-weight: bold;
	line-height: 1;}
	
DIV {
	align:	center;
	text-align:	center;}

HTML {
	margin: 1%;}
	
H1 { 
	text-align: center;
	color: #000000;
	font-size:	200%;
	font-weight: bold;}
	
H2 {
	color: #0000FF;
	font-size:	175%;
	font-weight: bold;}
	
H3 {
	color: #003399;
	font-size:	150%;
	font-weight:	bold;}

H4 {
	color: #003399;
	font-size:	130%;
	font-weight:	bold;}	
		
HR {
	width: 725px; 
	color: "#804000";}

BODY {
    margin-left/* */: 1%;
	line-height: 1.4;
	cursor: default;
	background: #FFFFFF;}

ul {
  line-height: 1.4;}
  
ol {
  line-height: 1.4;}

small {
	font-size:	85%;}
	
/* --------------------------------------------------------------------------------------- */
   The A styles are for links found within users section of the page the content area
/* --------------------------------------------------------------------------------------- */
A {
	cursor: pointer;
	background: transparent;
	line-height: 1.3;}
	
A:link {
	color: #804000;
	text-decoration: none;}

A:visited {
	color: #804000;
	text-decoration: none;}

A:active {
	color: #804000;
	text-decoration: none;}

A:hover {
	color: #CC0000;
	text-decoration: none;}
/* --------------------------------------------------------------------------------------- */
			These A styles are specifically used for the menus
/* --------------------------------------------------------------------------------------- */
A.topMenu {
	cursor: pointer;
	background: transparent;
	font-size: 98%;}

A.topMenu:link {
	color: #663300;
	font-family: "Verdana", Helvetica, Arial, "Helvetica Neue", Sans-Serif ;
	font-weight: bolder;
	line-height: 1.3;
	text-decoration: none;}

A.topMenu:visited {
	color: #663300;
	font-family: "Verdana", Helvetica, Arial, "Helvetica Neue", Sans-Serif ;
	font-weight: bolder;
	line-height: 1.3;
	text-decoration: none;}

A.topMenu:active {
	color: #663300;
	font-family: "Verdana", Helvetica, Arial, "Helvetica Neue", Sans-Serif ;
	font-weight: bolder;
	line-height: 1.3;
	text-decoration: none;}

A.topMenu:hover {
	color: #000000;
	font-family: "Verdana", Helvetica, Arial, "Helvetica Neue", Sans-Serif ;
	font-weight: bolder;
	line-height: 1.3;
	text-decoration: none;}

A.crumbs {
	cursor: pointer;
	background: transparent;
	line-height: 1.2;}

A.crumbs:link {
	color: #0000FF;
	font-family: "Verdana", Helvetica, Arial, "Helvetica Neue", Sans-Serif ;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;}

A.crumbs:visited {
	color: #0000FF;
	font-family: "Verdana", Helvetica, Arial, "Helvetica Neue", Sans-Serif ;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;}

A.crumbs:active {
	color: #00CCFF;
	font-family: "Verdana", Helvetica, Arial, "Helvetica Neue", Sans-Serif ;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;}

A.crumbs:hover {
	color: #00CCFF;
	font-family: "Verdana", Helvetica, Arial, "Helvetica Neue", Sans-Serif ;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;}
/* --------------------------------------------------------------------------------------- */
