

BODY 
{ background-color: #DDDDDD; }


/*** 
{ background-image:url(bgimage.jpg); background-position:Top Left; background-attachment:fixed; background-repeat:repeat; }         table table table td {vertical-align:top ! important;}
 ***/



/*** Style Sets width for mobile pages ***/
#table-mobile-body {
  margin-left: auto;
  margin-right: auto;
  background-color: ;
  border-collapse: ;
  empty-cells: ;
  border: 0px;
  padding: 5px;
  spacing: 5px;
  align: center;
  width: ;

  }


/*** Style Sets width for mobile pages ***/
#button-type1 {
	width: 150px;
	height: 50px;
	background:  #D19C67;
	border-width: 1px;
        border-color: black; 
	font-size: ;
        font-weight: ;
	color: ;
	text-align: ;
	text-decoration: none;
	font-family: Arial;
	margin-bottom: ;
	}


/*** 
li { /* for lists */
	font-size: 100%;
	font-family: "verdana", "comic sans ms"; /* fonts in quotes */
   } 
***/	






/*** FONT: default ***/
   #default-font {
	color: #990000;
	font-family: arial; 
        background-color:  ;
	font-style: ;
	font-weight: ;
	font-size: ;
   } 
   #default-font a:link {
	color: #990000;
	font-family: ; 
        background-color: ;
        text-decoration: underline;
     }
   #default-font a:visited {
	color: #990000;
	font-family: ; 
	background-color: transparent;
	text-decoration: underline;
     }
   #default-font a:hover {
	color: #bbbbbb;
	font-family: ; 
	background-color: #990000;
	text-decoration: underline;
     }

/*** FONT: alt ***/
   #alt-font {
	color: #827839;
	font-family: arial; 
        background-color:  ;
	font-style: ;
	font-weight: ;
	font-size: ;
   } 
   #alt-font a:link {
	color: #827839;
	font-family: ; 
        background-color: ;
        text-decoration: underline;
     }
   #alt-font a:visited {
	color: #827839;
	font-family: ; 
	background-color: transparent;
	text-decoration: underline;
     }
   #alt-font a:hover {
	color: #bbbbbb;
	font-family: ; 
	background-color: #827839;
	text-decoration: underline;
     }

/*** FONT: ssi_header ***/
   #ssi_header {
	color: ;
	font-family: ; 
        background-color:  ;
        text-decoration: underline ;
	font-weight: bold;
	font-size: ;
   } 

/*** FONT: rss_header ***/
   #rss_header  {
	color: black;
	font-family: Trebuchet; 
	background-color: ;
	font-style: Trebuchet;
	font-weight: bold ;
     }
  #rss_header a:link {
	color: black;
	font-family: Trebuchet; 
        background-color: ;
        text-decoration: none;
     }
   #rss_header a:visited {
	color: black;
	font-family: Trebuchet; 
	background-color: ;
	text-decoration: none;
     }



/*** FONT: rss_header-sup-links ***/
   #rss_header-sup-links  {
	color: black;
	font-family: Tahoma; 
        background-color: ;
	font-style: Tahoma;
	font-weight: ;
        font-size: 9px;
     }
   #rss_header-sup-links a:link {
	color: black;
	font-family: Tahoma; 
        background-color: ;
	font-style: Tahoma;
	font-weight: ;
        font-size: 9px;
	text-decoration: none;
     }
   #rss_header-sup-links a:visited {
	color: black;
	font-family: Tahoma; 
        background-color: ;
	font-style: Tahoma;
	font-weight: ;
        font-size: 9px;
	text-decoration: none;
     }
   #rss_header-sup-links a:hover {
	color: white;
	font-family: Tahoma; 
	background-color: black;
	text-decoration: none;
     }



/*** FONT: rss_link ***/
   #rss_link  {
	color: black;
	font-family: Tahoma; 
        background-color: ;
	font-style: Tahoma;
	font-weight: ;
        font-size: 9px;
     }
   #rss_link a:link {
	color: #990001;
	font-family: Tahoma; 
        background-color: ;
        text-decoration: none;
	font-weight: bold ;
        font-size: 12px;
     }
   #rss_link a:visited {
	color: white;
	font-family: Tahoma; 
	background-color: ;
	text-decoration: none;
        font-size: 11px;
     }
   #rss_link a:hover {
	color: white;
	font-family: Tahoma; 
	background-color: #990001;
	text-decoration: none;
     }





/*** FONT: rss_link-no_feed2js - Keeps links looking like they have never been visited ***/
   #rss_link-no_feed2js  {
	color: black;
	font-family: Tahoma; 
        background-color: ;
	font-style: Tahoma;
	font-weight: ;
        font-size: 9px;
     }
   #rss_link-no_feed2js a:link {
	color: #990001;
	font-family: Tahoma; 
        background-color: ;
        text-decoration: none;
	font-weight: bold ;
        font-size: 12px;
     }
   #rss_link-no_feed2js a:visited {
	color:#990001;
	font-family: Tahoma; 
	background-color: ;
	text-decoration: none;
	font-weight: bold ;
        font-size: 12px;
     }
   #rss_link-no_feed2js a:hover {
	color: white;
	font-family: Tahoma; 
	background-color: #990001;
	text-decoration: none;
     }



  CAPTION.MYTABLE
  {
     background-color:#red;
     color:white;
     border-style:solid;
     border-width:2px;
     border-color:black;
  }

  TABLE.MYTABLE
  { 
     font-family:arial;
     font-size:10pt;
     background-color:blue;
     width:80%;
     border-style:solid;
     border-color:black;
     border-width:2px;
  }

  TH.MYTABLE
  {
     font-size:10pt;
     color:white;
  }


  TR.MYTABLE
  { 
  }

  TD.MYTABLE
  {  
     font-size:10pt;
     background-color:red;
     color:white;
     border-style:solid;
     border-width:1px;
     text-align:center;
  }


/*** FONT: rss_header-more - used to link RSS feed to site with more info***/
   #rss_header-more  {
	color: #999FE6;
	font-family: ; 
	background-color: ;
	font-style: ;
	font-weight: ;
        text-decoration: none;
        font-size: 10px;
     }
  #rss_header-more a:link {
	color: #999FE6;
	font-family: ; 
        background-color: ;
        text-decoration: none;
        font-size: 10px;
     }
   #rss_header-more a:visited {
	color: #999FE6;
	font-family: ; 
	background-color: ;
	text-decoration: none;
        font-size: 10px;
     }
