
html, body, table, td, h1, h2, h3, h4, h5, h6, p, a, span, div 
	  {font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	   font-size: 11px;
	  }

body,
html {
    margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0;
    background:#ebebeb;
    color:#000;
    }
body {
    min-width:741px;
    }

h1 {line-height: 55px;
	}


.tbl-header {background-image:url(../images/head_bg.gif);
			 background-repeat:repeat-x;
			}
.tbl-nav {background-image:url(../images/nav_bg.gif);
			 background-repeat:repeat-x;
			}

.tbl-foot   {background-image:url(../images/foot_bg.gif);
			background-repeat:repeat-x;
			}

.ruler-01 {	margin: 0px 0px 0px 22px;
			padding: 20px 0px 0px 0px;
			border-bottom: 1px dotted #74777d;
}
.ruler-02 {	margin: 0px 0px 0px 22px;
			padding: 10px 0px 0px 0px;
			border-bottom: 1px dotted #74777d;
}
.ruler-03 {	margin: 0px 0px 0px 22px;
			padding: 55px 0px 0px 0px;
			border-bottom: 1px dotted #74777d;
}

* html .ruler-01 {
	border-bottom: none;
	padding: 1px;
	background: url(../images/div_bg_01.gif) repeat-x bottom;	
}
* html .ruler-02 {
	border-bottom: none;
	padding: 1px;
	background: url(../images/div_bg_01.gif) repeat-x bottom;	
}
* html .ruler-03 {
	border-bottom: none;
	margin-top: 55px;
	padding: 1px;
	background: url(../images/div_bg_01.gif) repeat-x bottom;	
}
#dd
{	margin: 0;
	padding: 0;
	}

#dd li
{   margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: regular 11px arial;
	}

#dd li a.menu
{   display: block;
    text-align: center;
    background: #007b9b;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #FFF;
    width: ;
    text-decoration: none;
	}

#dd li a.menu:hover
{   background: #007b9b;
}

.submenu
{   background: #007b9b;
	filter:alpha(opacity=90);	/*IE*/
	opacity: 0.90;				/*CS*/
	-moz-opacity:0.90;			/*Mozilla*/
    border-top: 1px solid #a0ceda;
    visibility: hidden;
    position: absolute;
	width:	235px;
    z-index: 3;
    padding: 0px 0px 0px 0px;
	}

    .submenu a
    {   display: block;
	    border-bottom: 1px dotted #FFFFFF;
        font: 11px verdana;
        text-align: left;
        text-decoration: none;
        padding: 5px 55px 5px 12px;
        color: #FFFFFF;
		}
		
    * html .submenu a   /*Thanks to IE for displaying single pixel dotted lines as dashed lines...*/
    {   display: block;
	    border-bottom: none;
        font: 11px verdana;
        text-align: left;
        text-decoration: none;
        padding: 5px 55px 5px 12px;
        color: #FFF;
		background: url(../images/div_bg_nav.gif) repeat-x bottom;		
		}

    .submenu a:hover
    {   background: #000000;
        color: #FFF;
		position: relative;
		}
