/*  Style sheet for 12hk.com */
body
{
			background-color:white;
			color: #444444;
                        font-size: 65%;
                        font-family: arial, helvetica, sans-serif;
}

a:link {
                        color: #444444; 
                        text-decoration: none;
                        border: #FF6600;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
       }

a:visited {
                        color: #444444;
                        text-decoration: none;
       }

a:hover {
                        color: #FF4400;
                        background-color: lemonchiffon;
       }

a:active {
                        color: #FF4400;
                        background-color: lemonchiffon;
       }

h1 {	
			color:orangered;
                        font-size: 100%;
                        font-family: arial, helvetica, sans-serif;
                        font-weight: bold;
			text-align: center;
                        background-color: blanchedalmond; 
			line-height:170%;
   }

h1.line1 {	
			color:orangered;
                        font-size: 100%;
                        font-family: arial, helvetica, sans-serif;
                        font-weight: bold;
			text-align: center;
                        background-color: blanchedalmond; 
			line-height:130%;
        		padding: 8px 8px 5px 0px;
		        margin: 0px 0px 0px 0px;
   }
h1.line2 {	
			color:black;
                        font-size: 80%;
                        font-family: arial, helvetica, sans-serif;
                        font-weight: normal;
			text-align: center;
                        background-color: white; 
			line-height:80%;
        		padding: 3px 0px 10px 0px;
		        margin: 0px 0px 0px 0px;
   }

h1.blkBgd {	
                        font-size: 100%;
			text-align: center;
                        background-color: black; 
			line-height:170%;
   }


h2 {	
			color:orangered;
                        font-size: 100%;
                        font-family: arial, helvetica, sans-serif;
                        font-weight: bold;
                        background-color: blanchedalmond; 
			line-height:170%;
			padding: 0px 0px 0px 12px; /* top right bottom left */
   }

h2 a:hover {	
			color:orangered;
                        background-color: floralwhite; 
   	   }

h2 a:link {	
			color:orangered;
   	  }
h2 a:active {	
			color:orangered;
   	  }
h2 a:visited {	
			color:orangered;
   	  }


h3 {	
        color: #000000;                
        background: white;
        width: 100%;
        font-size: 120%;
        font-family: times new roman, arial, helvetica, sans-serif;
        font-style: italic;
        font-weight: bold;
        margin: 0px 0px 0px 0px;
        padding: 0px 8px 0px 8px;
        border-style: solid;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: #CCCCCC;
        text-decoration: none;
   }

/*  -------------- related pages title */
h5	{
			color:orangered;
                        font-size: 90%;
                        font-family: arial, helvetica, sans-serif;
                        font-weight: bold;
                        background-color: blanchedalmond; 
			line-height:150%;
		        padding: 0px 8px 0px 10px;
		        margin: 0px 0px 0px 0px;
		}

/*  -------------- h4 for title that takes up whole line */
h4  	        {
                        font-family: times new roman, arial, helvetica, sans-serif;
                        color: cornflowerblue; /* #5080ED is between royalblue and cornflowerblue */
                        font-size: 120%;
                        font-weight: bold;
                        text-decoration: none;
                    }

h4 a:link 	{
                        color: cornflowerblue;
                        text-decoration: none;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
		        border-color: cornflowerblue;
                    }
h4 a:visited 	{
                        color: cornflowerblue;
                        text-decoration: none;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
		        border-color: cornflowerblue;
                 }
h4 a:hover 	{
                        color: royalblue;
                        background-color: lemonchiffon;
                     }

/*  -------------- h4 for title does not take up whole line */
h4.noLF        {
                        font-family: times new roman, arial, helvetica, sans-serif;
                        color: cornflowerblue; /* #5080ED is between royalblue and cornflowerblue */
                        font-size: 120%;
                        font-weight: bold;
                        text-decoration: none;
			display: inline;
                    }

h4.noLF a:link {
                        color: cornflowerblue;
                        text-decoration: none;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
		        border-color: cornflowerblue;
                    }
h4.noLF a:visited {
                        color: cornflowerblue;
                        text-decoration: none;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
		        border-color: cornflowerblue;
                       }
h4.noLF a:hover {
                        color: royalblue;
                        background-color: lemonchiffon;
                     }

/*  -------------- to replace h4 where title does not take up whole line */
.H4Title        {
                        font-family: times new roman, arial, helvetica, sans-serif;
                        color: cornflowerblue; /* #5080ED is between royalblue and cornflowerblue */
                        font-size: 120%;
                        font-weight: bold;
                        text-decoration: none;
                    }

.H4Title a:link {
                        color: cornflowerblue;
                        text-decoration: none;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
		        border-color: cornflowerblue;
                    }
.H4Title a:visited {
                        color: cornflowerblue;
                        text-decoration: none;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
		        border-color: cornflowerblue;
                       }
.H4Title a:hover {
                        color: royalblue;
                        background-color: lemonchiffon;
                     }

/*  -------------- image class: right aligned & left padded */
img.lpad
{
float:right;
padding-top:0px;
padding-bottom:0px;
padding-left:15px;
padding-right:0px;
}

/*  -------------- image class: left aligned & right padded */
img.rpad
{
float:left;
padding-top:0px;
padding-bottom:0px;
padding-left:0px;
padding-right:15px;
}

/*  -------------- image class: left aligned & right padded, light photo border */
img.rpad_foto
{
	border:#AAAAAA;
	border-width:1px;
	padding:15px;
	margin-top:0px;
	margin-left:0px;
	margin-right:15px;
	border-style:solid;
	float:left;
}

/*  -------------- image class: right aligned & left padded, light photo border */
img.lpad_foto
{
	border:#AAAAAA;
	border-width:1px;
	padding:15px;
	margin-top:0px;
	margin-left:15px;
	margin-right:0px;
	border-style:solid;
	float:right;
}

/*  -------------- left column primary menu */
.LeftColMnu1        {
                        font-family: "arial", helvetica, sans-serif;
                        color: orange;
                        font-size: 9pt; /* 80%; */
                        font-weight: bold;
                        text-decoration: none;
                    }

.LeftColMnu1 a:link {
                        color: orange;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                    }
.LeftColMnu1 a:visited {
                        color: orange;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }
.LeftColMnu1 a:hover {
                        color: yellow;
                     }

/*  -------------- left column primary menu */
.LeftColMnu1_org        {
                        font-family: "arial", helvetica, sans-serif;
                        color: yellow;
                        font-size: 9pt; /* 80%; */
                        font-weight: bold;
                        text-decoration: none;
                    }

.LeftColMnu1_org a:link {
                        color: yellow;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                    }
.LeftColMnu1_org a:visited {
                        color: yellow;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }
.LeftColMnu1_org a:hover {
                        color: lemonchiffon;
                        background-color: #FF6600;
                     }
.LeftColMnu1_org a:active {
                        color: lemonchiffon;
                        background-color: #FF6600;
                      }

/*  -------------- sub menu for org scheme */
.SubMnu_org        {
                        font-family: "arial", helvetica, sans-serif;
                        color: #FF4400;
                        font-size: 80%;
                        font-weight: bold;
                        text-decoration: none;
                    }

.SunMnu_org a:link {
                        color: #FF4400;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                    }
.SunMnu_org a:visited {
                        color: orange;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }
.SunMnu_org a:hover {
                        color: lemonchiffon;
                        background-color: #FF8800;
                     }
.SunMnu_org a:active {
                        color: lemonchiffon;
                        background-color: #FF8800;
                      }

/*  -------------- left column secondary menu */
.LeftColMnu2        {
                        font-family: "arial", helvetica, sans-serif;
                        color: #CCCCFF;
                        font-size: 70%;
                        text-decoration: none;
                    }

.LeftColMnu2 a:link {
                        color: lemonchiffon;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                    }

.LeftColMnu2 a:visited {
                        color: lemonchiffon;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.LeftColMnu2 a:hover {
                        color: yellow;
                     }

.LeftColMnu2 a:active {
                        color: yellow;
                        /* background-color:lemonchiffon; */
                      }

/*  -------------- left column secondary menu */
.LeftColMnu2_org        {
                        font-family: "arial", helvetica, sans-serif;
                        color: #CCCCFF;
                        font-size: 8pt; /* 70%; */
                        text-decoration: none;
                    }

.LeftColMnu2_org a:link {
                        color: lemonchiffon;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                    }

.LeftColMnu2_org a:visited {
                        color: lemonchiffon;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.LeftColMnu2_org a:hover {
                        color: white;
                        background-color: #FF6600;
                     }

.LeftColMnu2_org a:active {
                        color: white;
                        background-color: #FF6600;
                      }


/*  -------------- picture caption */
.PicCaption           {
                        font-family: "arial", helvetica, sans-serif;
                        color: #CCCCCC;
                        font-weight: bold;
                        font-size: 60%;
                        /* background-color:lemonchiffon; */
                      }

.PicCaption a:link {
                        font-family: "arial", helvetica, sans-serif;
                        color: lemonchiffon;
                        font-weight: bold;
                        text-decoration: none;
                        border-color: lemonchiffon;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.PicCaption a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        color: lemonchiffon;
                        font-weight: bold;
                       }

.PicCaption a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        color: yellow;
                        font-weight: bold;
                        background-color: #444444;
                     }

.PicCaption a:active {
                        font-family: "arial", helvetica, sans-serif;
                        color: yellow;
                        font-weight: bold;
                        /* background-color:lemonchiffon; */
                      }

/*  -------------- picture caption bgd wht */
.PicCaption_BgdWht    {
                        font-family: "arial", helvetica, sans-serif;
                        color: #888888;
                        font-weight: bold;
                        font-size: 60%;
                        /* background-color:lemonchiffon; */
                      }

.PicCaption_BgdWht a:link {
                        font-family: "arial", helvetica, sans-serif;
                        color: darkorange;
                        font-weight: bold;
                        text-decoration: none;
                        border-color: #FF8800;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.PicCaption_BgdWht a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        color: #AAAAAA;
                        font-weight: bold;
                       }

.PicCaption_BgdWht a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        color: maroon;
                        font-weight: bold;
                        background-color: #FFDD00;
                     }

.PicCaption_BgdWht a:active {
                        font-family: "arial", helvetica, sans-serif;
                        color: maroon;
                        font-weight: bold;
                        /* background-color:lemonchiffon; */
                      }

/*  -------------- picture caption bgd wht align right */
.PicCaption_BgdWht_R    {
                        font-family: "arial", helvetica, sans-serif;
                        color: #888888;
                        font-weight: bold;
                        font-size: 60%;
                        /* background-color:lemonchiffon; */
			float: right;
                      }

.PicCaption_BgdWht_R a:link {
                        font-family: "arial", helvetica, sans-serif;
                        color: darkorange;
                        font-weight: bold;
                        text-decoration: none;
                        border-color: #FF8800;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.PicCaption_BgdWht_R a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        color: #AAAAAA;
                        font-weight: bold;
                       }

.PicCaption_BgdWht_R a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        color: maroon;
                        font-weight: bold;
                        background-color: #FFDD00;
                     }

.PicCaption_BgdWht_R a:active {
                        font-family: "arial", helvetica, sans-serif;
                        color: maroon;
                        font-weight: bold;
                        /* background-color:lemonchiffon; */
                      }

/*  -------------- submenu */
.submenu           {
                        font-family: "arial", helvetica, sans-serif;
                        color: #CCCC88;
                        font-weight: bold;
                        font-size: 70%;
                        text-decoration: none;
                        /* background-color:lemonchiffon; */
                      }

.submenu a:link {
                        font-family: "arial", helvetica, sans-serif;
                        color: #CCCC88;
                        font-weight: bold;
                    }

.submenu a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        color: #AAAA88;
                        font-weight: bold;
                       }

.submenu a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        color: yellow;
                        font-weight: bold;
                        background-color: #444444;
                     }

.submenu a:active {
                        font-family: "arial", helvetica, sans-serif;
                        color: yellow;
                        font-weight: bold;
                        /* background-color:lemonchiffon; */
                      }


/*  -------------- submenu_org */
.submenu_org           {
                        font-family: "arial", helvetica, sans-serif;
                        color: #CCCC88;
                        font-weight: bold;
                        font-size: 70%;
                        text-decoration: none;
                        /* background-color:lemonchiffon; */
                      }

.submenu_org a:link {
                        font-family: "arial", helvetica, sans-serif;
                        color: #CCCC88;
                        font-weight: bold;
                    }

.submenu_org a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        color: #AAAA88;
                        font-weight: bold;
                       }

.submenu_org a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        color: yellow;
                        font-weight: bold;
                        background-color: #FF8800;
                     }

.submenu_org a:active {
                        font-family: "arial", helvetica, sans-serif;
                        color: yellow;
                        font-weight: bold;
                        /* background-color:lemonchiffon; */
                      }

/*  -------------- submenu_org2 */
.submenu_org2          {
                        font-family: "arial", helvetica, sans-serif;
                        color: #CCCC88;
                        font-weight: bold;
                        font-size: 70%;
                        text-decoration: none;
                        /* background-color:lemonchiffon; */
                      }

.submenu_org2 a:link {
                        font-family: "arial", helvetica, sans-serif;
                        color: #CCCC88;
                        font-weight: bold;
                    }

.submenu_org2 a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        color: #AAAA88;
                        font-weight: bold;
                       }

.submenu_org2 a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        color: yellow;
                        font-weight: bold;
                        background-color: #FFAA00;
                     }

.submenu_org2 a:active {
                        font-family: "arial", helvetica, sans-serif;
                        color: yellow;
                        font-weight: bold;
                        background-color: #FFAA00;
                      }

/*  -------------- related pages */
.RelPages           {
                        font-family: "arial", helvetica, sans-serif;
                        color: #444444; 
                        background-color: white; 
		        width: 92%;
		        font-size: 90%;
		        margin: 0px 0px 0px 0px;
		        padding: 10px 10px 10px 10px;

                        text-decoration: none;
                        border-color: blanchedalmond;
                        border-bottom-width: 1px;
                        border-left-width: 1px;
                        border-right-width: 1px;
                        border-top-width: 1px;
                        border-style: solid;

			line-height:150%;
                      }

.RelPages a:link {
                        color: #444444; 
                        text-decoration: none;
                        border: #FF6600;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.RelPages a:visited {
                        color: #444444; 
                       }

.RelPages a:hover {
                        color: #FF4400;
                        background-color: lemonchiffon;
                     }

.RelPages a:active {
                        color: #FF4400;
                        background-color: lemonchiffon;
                      }


/*  -------------- boxed 97% light gray */
.box-solid-LgtGry {
        width: 97%;
        margin: 2px 2px 2px 2px;
        padding: 2px 2px 2px 2px;
        border-style: solid;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: #AAAAAA;
        text-decoration: none;
      }


/*  -------------- boxed 95% */
.box-dotted {
        color: #000000;                
        background: ivory;
        width: 92%;
        font-size: 90%;
        margin: 0px 0px 0px 0px;
        padding: 10px 10px 10px 10px;
        border-style: dashed;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: #FF6600;
        text-decoration: none;
      }

.box-dotted a:link {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        text-decoration: none;
              }
.box-dotted a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        text-decoration: none;
              }
.box-dotted a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: black;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }
.box-dotted a:active {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }

/*  -------------- boxed 95% red bgd */
.box-dotted-redBgd {
        color: #FFFFFF;                
        background: red;
        width: 95%;
        font-size: 90%;
        margin: 5px 5px 5px 5px;
        padding: 10px 10px 10px 10px;
        border-style: dashed;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: yellow;
        text-decoration: none;
      }

.box-dotted-redBgd a:link {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: lemonchiffon;
                        text-decoration: none;
              }
.box-dotted-redBgd a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: lemonchiffon;
                        text-decoration: none;
              }
.box-dotted-redBgd a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: yellow;
                        background-color: #FF4444;
                        text-decoration: none;
              }
.box-dotted-redBgd a:active {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: yellow;
                        background-color: #FF4444;
                        text-decoration: none;
              }

/*  -------------- boxed 75% */
.box-dotted-75 {
        color: #000000;                
        background: lemonchiffon;
        width: 75%;
        font-size: 90%;
        margin: 5px 5px 5px 5px;
        padding: 10px 10px 10px 10px;
        border-style: dashed;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: yellow;
        text-decoration: none;
      }

.box-dotted-75 a:link {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        text-decoration: none;
              }
.box-dotted-75 a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        text-decoration: none;
              }
.box-dotted-75 a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: black;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }
.box-dotted-75 a:active {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }

/*  -------------- boxed 300x250 pixels wht bgd */
.box-300px-Wht {
        width: 280px;
        height: 230px;
        margin: 5px 5px 5px 5px;
        padding: 10px 10px 10px 10px;
        border-style: solid; 
        border-width: 1px;   
        border-color: #AAAAAA;
        text-decoration: none;
	background-color: #FFFFFF;
	vertical-align: middle;  /* doesn't work */
      }

.box-300px-Wht a:link {
                        font-family: "arial", helvetica, sans-serif;
                        color: #444444;
                        text-decoration: none;
              }
.box-300px-Wht a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        text-decoration: none;
              }
.box-300px-Wht a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }
.box-300px-Wht a:active {
                        font-family: "arial", helvetica, sans-serif;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }

/*  -------------- boxed 250x250 pixels wht bgd */
.box-250px-Wht {
        width: 230px;
        height: 230px;
        margin: 5px 5px 5px 5px;
        padding: 10px 10px 10px 10px;
        border-style: solid; 
        border-width: 1px;   
        border-color: #AAAAAA;
        text-decoration: none;
	background-color: #FFFFFF;
	vertical-align: middle;  /* doesn't work */
      }

.box-250px-Wht a:link {
                        font-family: "arial", helvetica, sans-serif;
                        color: #444444;
                        text-decoration: none;
              }
.box-250px-Wht a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        text-decoration: none;
              }
.box-250px-Wht a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }
.box-250px-Wht a:active {
                        font-family: "arial", helvetica, sans-serif;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }



/*  -------------- boxed 180px */
.box-dotted-180px {
        color: #000000;                
        background: lemonchiffon;
        width: 180px;
        font-size: 80%;
        margin: 5px 5px 5px 5px;
        padding: 10px 10px 10px 10px;
        border-style: dashed;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: #FF6600;
        text-decoration: none;
      }

.box-dotted-180px a:link {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 80%;
                        color: midnightblue;
                        text-decoration: none;
              }
.box-dotted-180px a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 80%;
                        color: midnightblue;
                        text-decoration: none;
              }
.box-dotted-180px a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 80%;
                        color: black;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }
.box-dotted-180px a:active {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 80%;
                        color: midnightblue;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }

/*  -------------- boxed 160px */
.box-dotted-160px {
        color: #000000;                
        background: lemonchiffon;
        width: 160px;
        font-size: 85%;
        margin: 1px 1px 1px 1px;
        padding: 8px 8px 8px 8px;
        border-style: dashed;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: #FF6600;
        text-decoration: none;
      }

.box-dotted-160px a:link {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 80%;
                        color: midnightblue;
                        text-decoration: none;
              }
.box-dotted-160px a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 80%;
                        color: midnightblue;
                        text-decoration: none;
              }
.box-dotted-160px a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 80%;
                        color: black;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }
.box-dotted-160px a:active {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 80%;
                        color: midnightblue;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }


/*  -------------- boxed 200 pixels */
.box-dotted-200px-blk {
        color: #CCCCFF;                
        width: 200px;
        font-size: 90%;
        margin: 5px 5px 5px 5px;
        padding: 0px 0px 0px 0px;
        border-style: dashed;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: black;
        text-decoration: none;
      }

.box-dotted-200px-blk a:link {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: #EEEEFF;
                        text-decoration: none;
              }
.box-dotted-200px-blk a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: #EEEEFF;
                        text-decoration: none;
              }
.box-dotted-200px-blk a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }
.box-dotted-200px-blk a:active {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }

/*  -------------- boxed 250 pixels */
.box-dotted-250px-blk {
        color: #CCCCFF;                
        width: 250px;
        font-size: 90%;
        margin: 5px 5px 5px 5px;
        padding: 0px 0px 0px 0px;
        border-style: dashed;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: black;
        text-decoration: none;
      }

.box-dotted-250px-blk a:link {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: #EEEEFF;
                        text-decoration: none;
              }
.box-dotted-250px-blk a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: #EEEEFF;
                        text-decoration: none;
              }
.box-dotted-250px-blk a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }
.box-dotted-250px-blk a:active {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }

/*  -------------- boxed 280 pixels */
.box-dotted-280px-blk {
        color: #CCCCFF;                
        width: 280px;
        font-size: 90%;
        margin: 5px 5px 5px 5px;
        padding: 0px 0px 0px 0px;
        border-style: dashed;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: black;
        text-decoration: none;
      }

.box-dotted-280px-blk a:link {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: #EEEEFF;
                        text-decoration: none;
              }
.box-dotted-280px-blk a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: #EEEEFF;
                        text-decoration: none;
              }
.box-dotted-280px-blk a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }
.box-dotted-280px-blk a:active {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }

/*  -------------- boxed 280 pixels lgt nound*/
.box-dotted-280px-lgt-noUnd {
        width: 280px;
        font-size: 90%;
        margin: 0px 0px 0px 0px;
        padding: 10px 10px 10px 10px;
        border-style: dashed;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: #AAAAAA;
        text-decoration: none;
      }

.box-dotted-280px-lgt-noUnd a:link {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        text-decoration: none;
              }
.box-dotted-280px-lgt-noUnd a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        text-decoration: none;
              }
.box-dotted-280px-lgt-noUnd a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }
.box-dotted-280px-lgt-noUnd a:active {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }


/*  -------------- boxed 300 pixels */
.box-dotted-300px-blk {
        color: #CCCCFF;                
        width: 300px;
        font-size: 90%;
        margin: 5px 5px 5px 5px;
        padding: 0px 0px 0px 0px;
        border-style: dashed;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: black;
        text-decoration: none;
      }

.box-dotted-300px-blk a:link {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: #EEEEFF;
                        text-decoration: none;
              }
.box-dotted-300px-blk a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: #EEEEFF;
                        text-decoration: none;
              }
.box-dotted-300px-blk a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }
.box-dotted-300px-blk a:active {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }

/*  -------------- boxed 10 pixels lgt gry */
.box-10px-LgtGry {
        width: 10px;
        font-size: 100%;   /* needed cos used for lightbox */
        margin: 0px 2px 0px 2px;
        padding: 0px 2px 0px 2px;
        border-style: solid;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: #AAAAAA;
        text-decoration: none;
	background-color: #FFFFFF;
      }

.box-10px-LgtGry a:link {
                        font-family: "arial", helvetica, sans-serif;
        		font-size: 100%;
                        color: #444444;
                        text-decoration: none;
              }
.box-10px-LgtGry a:visited {
                        font-family: "arial", helvetica, sans-serif;
        		font-size: 100%;
                        text-decoration: none;
              }
.box-10px-LgtGry a:hover {
                        font-family: "arial", helvetica, sans-serif;
        		font-size: 100%;
                        background-color: #EEEEEE;
                        text-decoration: none;
              }
.box-10px-LgtGry a:active {
                        font-family: "arial", helvetica, sans-serif;
        		font-size: 100%;
                        background-color: #EEEEEE;
                        text-decoration: none;
              }

/*  -------------- boxed 95% blk */
.box-dotted-95-blk {
        color: #CCCCFF;                
        width: 95%;
        font-size: 90%;
        margin: 5px 5px 5px 5px;
        padding: 0px 0px 0px 0px;
        border-style: dashed;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: black;
        text-decoration: none;
      }

.box-dotted-95-blk a:link {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: #EEEEFF;
                        text-decoration: none;
              }
.box-dotted-95-blk a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: #EEEEFF;
                        text-decoration: none;
              }
.box-dotted-95-blk a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }
.box-dotted-95-blk a:active {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: midnightblue;
                        background-color: #FFFFAA;
                        text-decoration: none;
              }

/*  -------------- boxed 160px */
.box-solid-wht-on-drk {
        color: #FFF;                
        font-size: 9px;
	font-family: arial, helvetica, sans-serif;
        margin: 1px 1px 1px 1px;
        padding: 8px 8px 8px 8px;
        border-style: solid;
        border-width: 1px;  
        border-color: #FFF;
        text-decoration: none;
      }

.box-solid-wht-on-drk a:link {
        color: #FFF;                
        font-size: 9px;
	font-family: arial, helvetica, sans-serif;
        border-width: 0px;  
	border-style: none;
      }
.box-solid-wht-on-drk a:visited {
        color: #AAA;   
        font-size: 9px;
	font-family: arial, helvetica, sans-serif;
 	border-style: none;
              }
.box-solid-wht-on-drk a:hover {
	color: lemonchiffon;
        font-size: 9px;
	font-family: arial, helvetica, sans-serif;
              }
.box-solid-wht-on-drk a:active {
	color: lemonchiffon;
        font-size: 9px;
	font-family: arial, helvetica, sans-serif;
              }




/*  -------------- white on red */
.white-on-red       {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 8pt;
                        color: white;
                        background-color: red;
                        font-weight: bold;
                        text-decoration: none;
                    }
.white-on-red a:link {
                        font-family: "arial", helvetica, sans-serif;
                        color: white;
                        background-color: red;
                        text-decoration: none;
              }
.white-on-red a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        color: white;
                        background-color: red;
                        text-decoration: none;
              }
.white-on-red a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        color: white;
                        background-color: maroon;
                        text-decoration: none;
              }
.white-on-red a:active {
                        font-family: "arial", helvetica, sans-serif;
                        color: white;
                        background-color: red;
                        text-decoration: none;
              }

/*  -------------- blk on grn */
.black-on-grn-10pt  {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 10pt;
                        color: black;
                        background-color: #00FF00;
                        font-weight: bold;
                        text-decoration: none;
                    }

.black-on-grn-10pt a:link {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.black-on-grn-10pt a:visited {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.black-on-grn-10pt a:hover {
                        color: black;
                        background-color: #FFFF00;
                     }

.black-on-grn-10pt a:active {
                        color: black;
                        background-color: #FFFF00;
                      }

/*  -------------- blk on gry, 10pt */
.black-on-gry-10pt  {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 10pt;
                        color: black;
                        background-color: #CCCCCC;
                        font-weight: bold;
                        text-decoration: none;
                    }

.black-on-gry-10pt a:link {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.black-on-gry-10pt a:visited {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.black-on-gry-10pt a:hover {
                        color: black;
                        background-color: #EEEEEE;
                     }

.black-on-gry-10pt a:active {
                        color: black;
                        background-color: #EEEEEE;
                      }

/*  -------------- blk on gry, 8pt */
.black-on-gry-8pt  {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 8pt;
                        color: black;
                        background-color: #CCCCCC;
                        text-decoration: none;
                    }

.black-on-gry-8pt a:link {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.black-on-gry-8pt a:visited {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.black-on-gry-8pt a:hover {
                        color: black;
                        background-color: #EEEEEE;
                     }

.black-on-gry-8pt a:active {
                        color: black;
                        background-color: #EEEEEE;
                      }

/*  -------------- white on gry, 6pt */
.white-on-gry-6pt  {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 6pt;
                        color: white;
                        background-color: #888888;
                        text-decoration: none;
                    }

.white-on-gry-6pt a:link {
                        color: white;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.white-on-gry-6pt a:visited {
                        color: white;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.white-on-gry-6pt a:hover {
                        color: white;
                        background-color: #666666;
                     }

.white-on-gry-6pt a:active {
                        color: white;
                        background-color: #666666;
                      }

/*  -------------- White on gry, 70pc */
.white-on-gry-70pc        {
                        font-family: "arial", helvetica, sans-serif;
                        color: #FFFFFF;
                        background-color: #666666;
                        font-size: 70%;
                        text-decoration: none;
                    }

.white-on-gry-70pc a:link {
                        color: lemonchiffon;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                    }

.white-on-gry-70pc a:visited {
                        color: lemonchiffon;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.white-on-gry-70pc a:hover {
                        color: yellow;
                     }

.white-on-gry-70pc a:active {
                        color: yellow;
                        /* background-color:lemonchiffon; */
                      }


/*  -------------- White on gry, 60pc */
.white-on-gry-60pc        {
                        font-family: "arial", helvetica, sans-serif;
                        color: #FFFFFF;
                        background-color: #666666;
                        font-size: 60%;
                        text-decoration: none;
                    }

.white-on-gry-60pc a:link {
                        color: lemonchiffon;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                    }

.white-on-gry-60pc a:visited {
                        color: lemonchiffon;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.white-on-gry-60pc a:hover {
                        color: yellow;
                     }

.white-on-gry-60pc a:active {
                        color: yellow;
                        /* background-color:lemonchiffon; */
                      }

/*  -------------- White on drk org, 60pc */
.white-on-drk_org-60pc        {
                        font-family: "arial", helvetica, sans-serif;
                        color: #FFCC00;
                        background-color: #FF4400;
                        font-size: 60%;
                        text-decoration: none;
                    }

.white-on-drk_org-60pc a:link {
                        color: lemonchiffon;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                    }

.white-on-drk_org-60pc a:visited {
                        color: lemonchiffon;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.white-on-drk_org-60pc a:hover {
                        color: yellow;
                     }

.white-on-drk_org-60pc a:active {
                        color: yellow;
                        /* background-color:lemonchiffon; */
                      }


/*  -------------- hilight grn */
.hilight-grn  {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 10pt;
                        color: black;
                        background-color: #00FF00;
                        text-decoration: none;
                    }

.hilight-grn a:link {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.hilight-grn a:visited {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.hilight-grn a:hover {
                        color: black;
                        background-color: #88FF88;
                     }

.hilight-grn a:active {
                        color: black;
                        background-color: #88FF88;
                      }

/*  -------------- pastel grn */
.pastel-grn  {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 10pt;
                        color: black;
                        background-color: palegreen;
                        text-decoration: none;
                    }

.pastel-grn a:link {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.pastel-grn a:visited {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.pastel-grn a:hover {
                        color: black;
                        background-color: yellow;
                     }

.pastel-grn a:active {
                        color: black;
                        background-color: yellow;
                      }

/*  -------------- pastel org */
.pastel-org  {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 10pt;
                        color: black;
                        background-color: #FFCC99;
                        text-decoration: none;
                    }

.pastel-org a:link {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.pastel-org a:visited {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.pastel-org a:hover {
                        color: orangered;
                        background-color: #FFEECC;
                     }

.pastel-org a:active {
                        color: black;
                        background-color: yellow;
                      }


/*  -------------- page title */
.page-title         {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 12pt;
                        color: #6633FF;
                        font-weight: bold;
                        text-decoration: none;
                    }

/*  -------------- hkNOSH-body */
.hkNOSH-body  {
                        font-family: "times new roman", sans-serif;
                        font-size: 12pt;
                        color: black;
                        text-decoration: none;
                    }

.hkNOSH-body a:link {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.hkNOSH-body a:visited {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.hkNOSH-body a:hover {
                        color: white;
                        background-color: #9966FF;
                     }

.hkNOSH-body a:active {
                        color: white;
                        background-color: #9966FF;
                      }

/*  -------------- Navrak-body */
.Navrak-body  {
                        font-family: "times new roman", sans-serif;
                        font-size: 12pt;
                        color: black;
                        text-decoration: none;
                    }

.Navrak-body a:link {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.Navrak-body a:visited {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.Navrak-body a:hover {
                        color: black;
                        background-color: peachpuff;
                     }

.Navrak-body a:active {
                        color: black;
                        background-color: peachpuff;
                      }

/*  -------------- Navrak-body-drkBgd */
.Navrak-body-drkBgd  {
                        font-family: "times new roman", sans-serif;
                        font-size: 12pt;
                        color: white;
                        text-decoration: none;
                    }

.Navrak-body-drkBgd a:link {
                        color: peachpuff;
                        text-decoration: none;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.Navrak-body-drkBgd a:visited {
                        color: peachpuff;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.Navrak-body-drkBgd a:hover {
                        color: orangered;
                        background-color: #EE9977;
                     }

.Navrak-body-drkBgd a:active {
                        color: orangered;
                        background-color: #EE9977;
                      }

/*  -------------- LgtBgd-body-f10 */
.LgtBgd-body-f10  {
                        font-family: "times new roman", sans-serif;
                        font-size: 10pt;
                        color: black;
                        text-decoration: none;
                    }

.LgtBgd-body-f10 a:link {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.LgtBgd-body-f10 a:visited {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.LgtBgd-body-f10 a:hover {
                        color: black;
                        background-color: #FFFF00;
                     }

.LgtBgd-body-f10 a:active {
                        color: black;
                        background-color: #FFFF00;
                      }

/*  -------------- LgtBgd-body-f10-lgt */
.LgtBgd-body-f10-lgt  {
                        font-family: "times new roman", sans-serif;
                        font-size: 10pt;
                        color: #CCCCFF;
                        text-decoration: none;
                    }

.LgtBgd-body-f10-lgt a:link {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 1px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                        border-style: dotted;
                    }

.LgtBgd-body-f10-lgt a:visited {
                        color: black;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.LgtBgd-body-f10-lgt a:hover {
                        color: black;
                        background-color: #FFFF00;
                     }

.LgtBgd-body-f10-lgt a:active {
                        color: black;
                        background-color: #FFFF00;
                      }

/*  -------------- boxed 200 pixels OrgLgt*/
.box-dotted-200px-OrgLgt {
        color: orangered; /* #CCCCFF; */
        background: #FFCC99;
        width: 200px;
        font-size: 90%;
        margin: 5px 5px 5px 5px;
        padding: 5px 5px 5px 5px;
        border-style: dotted;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: darkorange;
        text-decoration: none;
      }

.box-dotted-200px-OrgLgt a:link {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: orangered;
                        text-decoration: none;
              }
.box-dotted-200px-OrgLgt a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: orangered;
                        text-decoration: none;
              }
.box-dotted-200px-OrgLgt a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: chocolate;
                        background-color: peachpuff;
                        text-decoration: none;
              }
.box-dotted-200px-OrgLgt a:active {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: orangered;
                        background-color: peachpuff;
                        text-decoration: none;
              }

/*  -------------- boxed 60% OrgLgtLgt*/
.box-dotted-60-OrgLgtLgt {
        color: black; /* #CCCCFF; */
        background: #FFEEBB;
        width: 60%;
        font-size: 90%;
        margin: 5px 5px 5px 5px;
        padding: 5px 5px 5px 5px;
        border-style: dotted;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: darkorange;
        text-decoration: none;
      }

.box-dotted-60-OrgLgtLgt a:link {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: orangered;
                        text-decoration: none;
              }
.box-dotted-60-OrgLgtLgt a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: orangered;
                        text-decoration: none;
              }
.box-dotted-60-OrgLgtLgt a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: chocolate;
                        background-color: peachpuff;
                        text-decoration: none;
              }
.box-dotted-60-OrgLgtLgt a:active {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: orangered;
                        background-color: peachpuff;
                        text-decoration: none;
              }

/*  -------------- boxed 100% OrgLgt*/
.box-dotted-100-OrgLgt-Fblk {
        color: black;
        background: #FFCC99;
        width: 100%;
        font-size: 90%;
        margin: 0px 0px 0px 0px;
        padding: 5px 5px 5px 5px; 
        border-style: dotted;  /* could be none or dashed or dotted or solid or double or groove or ridge or inset or outset */
        border-width: 1px;        /* sets border width on all sides */
        border-color: #FF6600;
        text-decoration: none;
      }

.box-dotted-100-OrgLgt-Fblk a:link {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: black;
                        text-decoration: none;
              }
.box-dotted-100-OrgLgt-Fblk a:visited {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: #FF6600;
                        text-decoration: none;
              }
.box-dotted-100-OrgLgt-Fblk a:hover {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: chocolate;
                        background-color: peachpuff;
                        text-decoration: none;
              }
.box-dotted-100-OrgLgt-Fblk a:active {
                        font-family: "arial", helvetica, sans-serif;
                        font-size: 90%;
                        color: orangered;
                        background-color: peachpuff;
                        text-decoration: none;
              }


/*  -------------- font 90pc */
.font-90pc        {
                        font-size: 90%;
                  }

/*  -------------- font 85pc */
.font-85pc        {
                        font-size: 85%;
                  }

/*  -------------- font 80pc */
.font-80pc        {
                        font-size: 80%;
                  }

/*  -------------- font 50pc */
.font-50pc        {
                        font-size: 50%;
                  }

/*  -------------- font 30pc */
.font-30pc        {
                        font-size: 30%;
                  }

/*  -------------- White on 666666 gry, 60pc */
.white-on-66gry-60pc        {
                        font-family: "arial", helvetica, sans-serif;
                        color: #FFFFFF;
                        background-color: #666666;
                        font-size: 60%;
                        text-decoration: none;
                    }

.white-on-66gry-60pc a:link {
                        color: white;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                    }

.white-on-66gry-60pc a:visited {
                        color: #DDDDDD;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.white-on-66gry-60pc a:hover {
                        color: white;
                        background-color: #333333; 
                     }

.white-on-66gry-60pc a:active {
                        color: white;
                        /* background-color:lemonchiffon; */
                      }

/*  -------------- White on 666666 gry, 75pc */
.white-on-66gry-75pc        {
                        font-family: "arial", helvetica, sans-serif;
                        color: #FFFFFF;
                        background-color: #666666;
                        font-size: 75%;
                        text-decoration: none;
                    }

.white-on-66gry-75pc a:link {
                        color: white;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                    }

.white-on-66gry-75pc a:visited {
                        color: #DDDDDD;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.white-on-66gry-75pc a:hover {
                        color: white;
                        background-color: #333333; 
                     }

.white-on-66gry-75pc a:active {
                        color: white;
                        /* background-color:lemonchiffon; */
                      }

/*  -------------- White on 666666 gry, 7.5pt */
.white-on-66gry-7_5pt        {
                        font-family: "arial", helvetica, sans-serif;
                        color: #FFFFFF;
                        background-color: #666666;
                        font-size: 7.5pt;
                        text-decoration: none;
                    }

.white-on-66gry-7_5pt a:link {
                        color: white;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                    }

.white-on-66gry-7_5pt a:visited {
                        color: #DDDDDD;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.white-on-66gry-7_5pt a:hover {
                        color: white;
                        background-color: #333333; 
                     }

.white-on-66gry-7_5pt a:active {
                        color: white;
                        /* background-color:lemonchiffon; */
                      }
/*  -------------- White on 666666 gry, 8pt */
.white-on-66gry-8pt        {
                        font-family: "arial", helvetica, sans-serif;
                        color: #FFFFFF;
                        background-color: #666666;
                        font-size: 7.5pt;
                        text-decoration: none;
                    }

.white-on-66gry-8pt a:link {
                        color: white;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                    }

.white-on-66gry-8pt a:visited {
                        color: #DDDDDD;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.white-on-66gry-8pt a:hover {
                        color: white;
                        background-color: #333333; 
                     }

.white-on-66gry-8pt a:active {
                        color: white;
                        /* background-color:lemonchiffon; */
                      }


/*  -------------- White on 666666 gry, 9pt */
.white-on-66gry-9pt        {
                        font-family: "arial", helvetica, sans-serif;
                        color: #FFFFFF;
                        background-color: #666666;
                        font-size: 9pt;
                        text-decoration: none;
                    }

.white-on-66gry-9pt a:link {
                        color: white;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                    }

.white-on-66gry-9pt a:visited {
                        color: #DDDDDD;
                        text-decoration: none;
                        border-bottom-width: 0px;
                        border-left-width: 0px;
                        border-right-width: 0px;
                        border-top-width: 0px;
                       }

.white-on-66gry-9pt a:hover {
                        color: white;
                        background-color: #333333; 
                     }

.white-on-66gry-9pt a:active {
                        color: white;
                        /* background-color:lemonchiffon; */
                      }




/*  -------------- expandable image */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail_x_rpad{
position: relative;
z-index: 0;
}

.thumbnail_x_rpad img{ /*CSS for unenlarged image*/
  float:left;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:15px; 
  border-width: 0;
/*  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px; */
}

.thumbnail_x_rpad:hover{
background-color: transparent;
z-index: 50;
direction:ltr;
}

.thumbnail_x_rpad span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding-top:    15px; /* strange padding settings to compensate for extra margin that can't be fixed */
padding-bottom: 15px;
padding-left:   15px; 
padding-right:  15px;
left: -1000px;
border: 1px solid silver;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_x_rpad span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_x_rpad:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20;
left: -50px; /*position where enlarged image should offset horizontally */
	    /* when img align is set in HTML, horizontal offset begins at text edge */
}

/*  -------------- expandable image centered */
.thumbnail_ctr_0pad {
position: relative;
z-index: 0;
}

.thumbnail_ctr_0pad img { /*CSS for unenlarged image*/
  float:left;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:3px; 
  border-width: 0;
/*  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px; */
}

.thumbnail_ctr_0pad:hover {
background-color: transparent;
z-index: 50;
direction:ltr;
}

.thumbnail_ctr_0pad span { /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding-top:    20px; /* strange padding settings to compensate for extra margin that can't be fixed */
padding-bottom: 20px;
padding-left:   30px; 
padding-right:  30px;
left: -1000px;
border: 1px solid silver;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_ctr_0pad span img { /*CSS for enlarged image*/
border: 1px solid #E0E0E0;
padding: 5px;
}

.thumbnail_ctr_0pad:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
top: 20;
left: -650px; /*position where enlarged image should offset horizontally */
	    /* when img align is set in HTML, horizontal offset begins at text edge */
}


/*  -------------- linehgt */
div.linehgt1px 
{
	line-height: 1px;
}
div.linehgt3px 
{
	line-height: 3px;
}
div.linehgt4px 
{
	line-height: 4px;
}
div.linehgt6px 
{
	line-height: 6px;
}


/*  -------------- expandable image 2 */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail_x_rpad2 {
position: relative;
z-index: 0;
}

.thumbnail_x_rpad2 img{ /*CSS for unenlarged image*/
  float:left;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:15px; 
  border-width: 0;
/*  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px; */
}

.thumbnail_x_rpad2:hover{
background-color: transparent;
z-index: 50;
direction:ltr;
}

.thumbnail_x_rpad2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding-top:    15px; /* strange padding settings to compensate for extra margin that can't be fixed */
padding-bottom: 15px;
padding-left:   15px; 
padding-right:  15px;
left: -1000px;
border: 1px solid silver;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail_x_rpad2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_x_rpad2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20;
left: -500px; /*position where enlarged image should offset horizontally */
	    /* when img align is set in HTML, horizontal offset begins at text edge */
}


/* -------------- no padding */
.thumbnail_x_nopad{
position: relative;
z-index: 0;
}

.thumbnail_x_nopad img{ /*CSS for unenlarged image*/
  float:left;
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px; 
  border-width: 0;
/*  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px; */
}

.thumbnail_x_nopad:hover{
background-color: transparent;
z-index: 50;
direction:ltr;
}

.thumbnail_x_nopad span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding-top:    15px; /* strange padding settings to compensate for extra margin that can't be fixed */
padding-bottom: 15px;
padding-left:   15px; 
padding-right:  15px;
left: -1000px;
border: 1px solid silver;
visibility: hidden;
color: black;
text-decoration: none;
line-height: 100%;
color: #444444; 
text-align: left;
}

.thumbnail_x_nopad span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_x_nopad:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20;
left: -50px; /*position where enlarged image should offset horizontally */
	    /* when img align is set in HTML, horizontal offset begins at text edge */
}


/* -------------- blk  */
.thumbnail_blk600_rpad:hover{
background-color: transparent;
z-index: 50;
direction:ltr;
}

.thumbnail_blk600_rpad span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding-top:    15px; /* strange padding settings to compensate for extra margin that can't be fixed */
padding-bottom: 15px;
padding-left:   15px; 
padding-right:  15px;
left: -1000px;
border: 1px solid silver;
visibility: hidden;
color: #888888;
text-decoration: none;
}

.thumbnail_blk600_rpad span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail_blk600_rpad:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20;
left: 0px; /*position where enlarged image should offset horizontally */
	    /* when img align is set in HTML, horizontal offset begins at text edge */
}

/* END OF Dynamic Drive CSS Library */

/* ----------------------- table ------------------------- */
tr.head
{
        background-color: #888888;
        font-family: Arial, Verdana, sans-serif;
        color: #FFFFFF; 
        font-weight: bold;
        font-size: 70%;
}

td.row_blu_line0
{
        background-color: #DDDDFF;
}
td.row_blu_line1
{
        background-color: #FFFFFF;
}
td.row_blu_dim
{
        color: #BBBBFF;
        background-color: #EEEEFF;
}
td.row_blu_bnk
{
        background-color: #FFFFFF;
}
td.row_blu_drk
{
        background-color: #8888FF;
}

td.row_gry_line0
{
        background-color: #CCCCCC;
}
td.row_gry_line1
{
        background-color: #EEEEEE;
}
td.row_gry_dim
{
        color: #CCCCCC;
        background-color: #F4F4F4;
}
td.row_gry_bnk
{
        background-color: #FFFFFF;
}
td.row_gry_drk
{
        background-color: #888888;
}

td.row_grn_line0
{
        background-color: #DDFFDD;
}
td.row_grn_line1
{
        background-color: #FFFFFF;
}

td.row_grn_dim
{
        color: #AADDAA;
        background-color: #EEFFEE;                
}
td.row_grn_bnk
{
        background-color: #FFFFFF;
}
td.row_grn_drk
{
        background-color: #88FF88;
}


td.row_red_line0
{
        background-color: #FFDDDD;
}
td.row_red_line1
{
        background-color: #FFFFFF;
}

td.row_red_dim
{
        color: #DDAAAA;
        background-color: #FFF0F0;                
}
td.row_red_bnk
{
        background-color: #FFFFFF;
}
td.row_red_drk
{
        background-color: #FF8888;
}

td.row_warn_line0
{
        background-color: #FFDDDD;
}
td.row_warn_line1
{
        background-color: #FFEEEE;
}

td.row_warn_dim
{
        color: #DDAAAA;
        background-color: #FFF0F0;                
}
td.row_warn_bnk
{
        background-color: #FFFFFF;
}
td.row_warn_drk
{
        background-color: #FF8888;
}

/* ----------------------- rounded corners ------------------------- */
    .cnr_bl 	
	{
		background: url(/bgd/corner5BL.gif) 0 100% no-repeat #E8E8E8; 
		width: 192px; 	
		margin-right:8; /* separate box from stuff to its right */
		margin-bottom:8; /* separate box from stuff below */
		float:left;
	}  
    .cnr_bl_290
	{
		background: url(/bgd/corner5BL.gif) 0 100% no-repeat #E8E8E8; 
		width: 290px; 	
		margin-right:8; /* separate box from stuff to its right */
		margin-bottom:8; /* separate box from stuff below */
		float:left;
	}  
    .cnr_br 
	{
		background: url(/bgd/corner5BR.gif) 100% 100% no-repeat
	}  
    .cnr_tl {background: url(/bgd/corner5TL.gif) 0 0 no-repeat}  
    .cnr_tr {background: url(/bgd/corner5TR.gif) 100% 0 no-repeat; padding:8 1 8 1;} 
    .cnr_titl 
	{
		padding:0 8 0 8; 
		color: #888888; 
		font-family: arial,helvetica,sans-serif; 
		font-weight: bold; 
		text-align: center;
	} 
    .cnr_titl span
	{
		font-size: 12px; 
		font-weight: normal; 
	} 
    .cnr_body 
	{ 	
		/* margin: 0; */
		margin:5 5 5 5; 
		padding: 5px;
		background: #FFF; 
		font-size:12px;
		line-height:1.5;
	}
    .cnr_body a:link
	{ 	
		color:#6666AA;
		margin:5 5 5 5; 
		padding: 0px;
		/* background: #FFF; */
		font-size:12px;
		border-color:#6666AA;
	}
    .cnr_body a:hover
	{ 	
		color:#444444;
		margin:5 5 5 5; 
		padding: 0px;
		background-color: blanchedalmond; 
		font-size:12px;
	}
    .cnr_body a:visited
	{ 	
		color:#888888;
		margin:5 5 5 5; 
		padding: 0px;
		font-size:12px;
		background: #FFF; /* if no bgd specified, bgd turns blk in iPad; if yes, then hover bgd color not shown in desktop */
	}
    .cnr_body ul
	{ 	
		padding-left: 0px;
		padding-top: 10px;
		margin: 5 5 5 5;
		list-style:none; 
		/* list-style-type:square; */
		list-style-position:inside;
	}
    .cnr_body li
	{ 	
		margin-left:0px;
		margin-right:0px;
		margin-bottom:5px;
		font-size:12px;

		background-image: url(/bgd/dotOrg.gif); 
		background-repeat: no-repeat;
		background-size: 5px 5px;
		background-position: 0px 8px; 
		/* background-position: left center; */
		padding-bottom: 0px;
		padding-left: 5px; /* set space between dot img and list item text */
		padding-right: 0px;
		line-height:1.3;
	}

    .cnr_body li a:link
	{ 	
		color:#6666AA;
		padding-left: 0px; /* set padding space left of list item link text */
	}

    .cnr_body li a:hover
	{
		background-color: blanchedalmond; 
	}

    .cnr_body li a:visited
	{ 	
		color:#888888;
	}

    .cnr_clear {font-size: 1px; height: 1px}  

/* ------------------------- tweet -----------------------*/
.tweet
	{
		color:#444444;
	}
.tweet a
	{
		color:#EEEEEE; 
		border-bottom-width: 1px;
		border-width:0px;
		text-decoration: none;
                border: #FFFFFF;
	}
.tweet:hover
	{
		color:#FFFFFF; 
		border-bottom-width: 1px;
		border-width:0px;
		background-color: #CCCCFF;
	}
/* -------------------------- meat block --------------- */
.meat 		{
			margin:30px;
		}                  

.meat a:link 	{
			color:#6666AA;
			border-color:#6666AA;
		}                  

.meat_block 	{
			float:left;
			margin-right:10px;
			margin-bottom:15px;
		}                  

.meat_block_end {
			float:left;
			margin-right:0px;
			margin-bottom:15px;
		}                  

.meat_left_col_150 	{
			float: left; 
			width: 150; 
			padding-top: 0px; 
			padding-right: 20px; 
			margin: 0;
		}

.meat_block_relpages
 		{
			float: left; 
			width: 300; 
			padding-top: 0px; 
			padding-right: 10px; 
			margin: 0 0 0 10;
		}

.meat_block_relpages a
 		{
			text-decoration:none;
		}


.meat_block_relpages_rside
 		{
			float: right; 
			width: 280; 
			padding-top: 0px; 
			padding: 0px; 
			margin: 0;
		}

.meat_block_relpages_rside a
 		{
			text-decoration:none;
			border-width:0;
		}

.meat_block_relpages_full
 		{
			float: left; 
			width: 600; 
			padding: 0px; 
			margin: 0 0 0 0;
		}

.meat_block_relpages_full a
 		{
			text-decoration:none;
		}

.meat_block_relpages_thirds
 		{
			float: left; 
			width: 170; 
			padding-top: 0px; 
			padding-right: 8px; 
			margin: 0 0 0 10;
			font-size:97%;
		}

.meat_block_relpages_thirds a
 		{
			text-decoration:none;
		}


.meat_block_full
 		{
			float: left; 
			width: 600px; 
			padding: 0px; 
			margin: 0 0 0 0;
		}

.meat_block_full a
 		{
			text-decoration:none;
		}


.meat_block_halfs
 		{
			float: left; 
			width: 280; 
			padding: 0px; 
			margin: 0 10 0 0;
		}

.meat_block_halfs a
 		{
			text-decoration:none;
		}

.meat_block_thirds
 		{
			float: left; 
			width: 170; 
			padding: 0px; 
			margin: 0 10 0 0;
		}

.meat_block_thirds a
 		{
			text-decoration:none;
		}



.meat_block_pic {
			float:left;
			margin-right:6px;
			margin-bottom:15px;
			border-width:1px;
			border-color:#cccccc;
			border-style:solid;
			padding:8;
			width:156;
		}                  

.meat_sub 	{
			padding: 5 10 5 35; 
			margin: 0;
			display: none;
		}

.meat_sub_btn_on
		{
			color:#AAAAAA;
			background-color:#EEEEEE;
			padding:0 5 0 5;
			display:inline;
		}

.meat_sub_btn_off
		{
			color:#AAAAAA;
			background-color:#EEEEEE;
			padding:0 7 0 7;
			display:none;
		}

/* ------------------------ dimmed font --------------------- */
.dim		{
			color:#BBBBBB;
		}

/* ------------------------ link list dark background --------------------- */
.LnkLis_drkBgd	{
			font-size:11px;
			color:#FFFFFF;
			border-width:0px;
			border-style:none;
			background: none;
		}
.LnkLis_drkBgd	a:link {
			font-size:11px;
			color:#FFFFFF;
			border-style:none;
			background: none;
		  }
.LnkLis_drkBgd	a:hover {
			font-size:11px;
			color:#FFEE00;
			border-bottom-width:1px;
			border-color:lemonchiffon;
			border-style:dotted;
			background: none;
		  }
.LnkLis_drkBgd	a:active {
			font-size:11px;
			color:#DDDDFF;
			border-bottom-width:1px;
			border-color:lemonchiffon;
			border-style:dotted;
			background: none;
		  }
.LnkLis_drkBgd	a:visited {
			font-size:11px;
			color:#DDDDDD;
			border-width:0px;
			border-style:none;
			background: none;
		  }

/* ------------------------ Link Mnu Horizontal bgd Gry #EEE font70pc --------------------- */
.LinkMnuHorz_bgdGryEEE_font70pc	
		{
			width:98%;
			background-color:#EEEEEE;
			text-align:center;
			padding:3px;
			font-size:70%;
			font-weight:bold;
		}
/* ------------------------ Horizontal submenu bgd Gry #EEE font70pc --------------------- */
.HorzSubMnu
    {
        /* width: 97%; */
        margin: 0px 0px 0px 0px; /* TRBL */
	height: 30px; 
	line-height:30px;
        padding: 0px 0px 0px 0px;
        border-style: outset;  
        border-width: 1px;        /* sets border width on all sides */
        border-color: #AAAAAA;
/*	background-color: #FFFFFF;  this will disable the hover bgd color change */ 

        color: #444444;
        font-size: 14px;
        font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
    }

.HorzSubMnu a
    {
        color: #444444;
	display: block;
	/* background-color: transparent; */
	background-color: white; */
	border-bottom-width: 0px;
	border-width: 0px;
        margin: 0px 0px 0px 0px; /* TRBL */
        padding: 3px 3px 3px 3px;
    }

.HorzSubMnu a:hover
    {
        color: #FFFFFF; 
	background-color: #888888;
        /* margin: 0px 0px 0px 0px; /* TRBL */
        /* padding: 0px 0px 0px 0px; */
    }

.HorzSubMnu a:active
    {
        color: #FFFFFF; 
	background-color: #888888;
        /* margin: 0px 0px 0px 0px; /* TRBL */
        /* padding: 0px 0px 0px 0px; */
    }

div.h2
	{
		/* used as wrapper of h2.norm */
		margin:20 0 8 0;
		background:url('/bgd/dotBlanchedAlmondUndline.gif') repeat-x bottom;
	}

h2.norm
	{
		color:orangered;
		font-weight:bold;
		line-height:170%;
		background-color: blanchedalmond;
		padding:3 15 3 15;
		display:inline-block;
		min-width:200px;
		margin:0;
		text-align:center;
	}
* html h2.norm { display:inline; }  /* for IE6 */
* + html h2.norm { display:inline; }  /* for IE7 */

/* ------------------------ Tablet Only, activated by js --------------------- */
.TabletOnly
    {	
	display:none;
    }

