*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 760px;
}

H1  {



      font-family:Impact ;color:blue; font-size:37 ;
        margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;


      }

H2  {



      font-family:Impact ;color:black; font-size:34 ;



      }

H3  {



      font-family:Impact ;color:#0019a8; font-size:32 ;



      }



H4   {



       font-family:Arial,Helvetica,sans-serif;color:#0019a8; font-size:17 ;



      }


H5    {



      font-family:Arial,Helvetica,sans-serif; color:black;  line-height:2;



      }


A:link { text-decoration: none }



A:active { text-decoration: none }



A:visited { text-decoration: none }



body { bgcolor: white ;text:black;}






p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 99px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 23px;
	padding: 15px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 428px;
	height: 282px;
}

/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:center;
      width:100%;
      background:white;
      font-size:80%;
      line-height:normal;
	  border-bottom:0px solid #24618E;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
        float:left;
      background:url("tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }




