/* ---------------------------------------------------------------------------------------------------
	Frequently used tags - set default font size, color and family
------------------------------------------------------------------------------------------------------ */

td, body, div, span, p
		{
		font-size:12px;
		font-family:verdana;
		color:#666666;
		}


/* ---------------------------------------------------------------------------------------------------
	Generic Font Styles
------------------------------------------------------------------------------------------------------ */

.larger											/* font that is set larger than the default */
		{
		font-size:13px;
		}


/* ---------------------------------------------------------------------------------------------------
	vertical spacer styles
------------------------------------------------------------------------------------------------------ */

.spaced											/* sets line height for body text */
		{
		line-height:16px;
		}

.sp20												/* 19px vertical spacer */
		{
		font-size:19px;
		}

.sp15												/* 14px vertical spacer */
		{
		font-size:14px;
		}

.sp10												/* 9px vertical spacer */
		{
		font-size:9px;
		}

.sp2												/* 2px vertical spacer */
		{
		font-size:2px;
		}


/* ---------------------------------------------------------------------------------------------------
	Header Styles
------------------------------------------------------------------------------------------------------ */

h1 {
  font-family: Arial, sans-serif, Verdena, Helvetica;
  display:inline; 
  font-size:17px; 
  margin-bottom:0px; 
  font-weight:bold;
  margin-bottom:0px;
  margin:0px 0px 0px 0px;
  }

h2 {
  font-family: Arial, sans-serif, Verdena, Helvetica;
  display:inline; 
  font-size:15px; 
  margin-bottom:0px; 
  font-weight:bold;
  margin-bottom:0px;
  margin:0px 0px 0px 0px;
  }



/* ---------------------------------------------------------------------------------------------------
	Specific font styles
------------------------------------------------------------------------------------------------------ */



/* ---------------------------------------------------------------------------------------------------
	link styles
------------------------------------------------------------------------------------------------------ */

a:link, a:visited, a:active				/* default link style */
		{
		color:#9A0000;
		text-decoration:none;
		}

a:hover											/* default link style hover definition */
		{
		color:#9A0000;
		text-decoration:underline;
		}

a.navSub:link, a.navSub:visited, a.navSub:active
													/* link style for right nav  */
		{
		color:#333333;
		text-decoration:none;
		}

a.navSub:hover
		{
		color:#9A0000;
		text-decoration:underline;
		}


a.navSubActive:link, a.navSubActive:visited, a.navSubActive:active
													/* link style for right nav  */
		{
		color:#9A0000;
		font-weight:bold;
		text-decoration:none;
		}

		