
/****************** Pure CSS tabs start here *******************/           
           
#nav ul {
        font: bold 11px arial, sans-serif;
        background-color: #7BA7A7;
        list-style-type: none;
        padding-bottom: 24px;
        border-bottom: 4px solid white;
        margin: 0 0 0 0;
        }           
           
#nav li {
        float: left;
        height: 21px;
        background-color: #7BA7A7;
        margin: 2px 3px 0 3px;
        }           
                      
#nav a  {
        float: left;
        display: block;
        color: white;
        text-decoration: none;
        padding: 4px;
        }           
           
#nav a:hover    {
                background-color: #006676;
                color: white;
                border-bottom: 10px solid white;
                }          
           
#navclear       {
                display: none;
                }
                
html>body #navclear     {
                        display: block;
                        clear: both;
                        }           
           
/* ----- now highlight active tab based on body @class attribute ----- */           

body.tab_1 #nav li#nav-1 a,
body.tab_2 #nav li#nav-2 a,
body.tab_3 #nav li#nav-3 a,
body.tab_4 #nav li#nav-4 a,
body.tab_5 #nav li#nav-5 a,
body.tab_6 #nav li#nav-6 a,
body.tab_7 #nav li#nav-7 a      {
                                border-bottom: 10px solid white;
                                background-color: white;
                                color: #7BA7A7;
                                }          

/****************** Pure CSS tabs end here *******************/           

table   {
        width: 800px;
        background-color: white;
        border-left: 4px solid white;
        border-right: 4px solid white;
        border-bottom: 4px solid white;
        align: center;
        }
                
table.a {
        width: 100%;
        height: 50px;
        background-color: #006676;
        border-left: 4px solid #006676;
        border-right: 4px solid #006676;
        border-bottom: 4px solid #006676;
        }
        
table.b {
        width: 100%;
        background-color: white;
        border-left: 4px solid white;
        border-right: 4px solid white;
        border-bottom: 4px solid white;
        align: center;
        }
        
td.l    {
        width: 200px;
        text-align: center;
        vertical-align: top;
        padding-top: 30px;
	}

td.a    {
        width: 600px;
        border-left: 1px solid gray;
        color: gray;
	font-family: verdana,tahoma,sans-serif;
	font-size: 12pt;
	font-weight: bold;
        text-align: left;
        vertical-align: text-top;
        padding-left: 30px;
	}
        
td.b    {
        width: 180px;
        color: gray;
	font-family: verdana,tahoma,sans-serif;
	font-size: 12pt;
	font-weight: bold;
        text-align: left;
        vertical-align: text-top;
	}
        
td.c    {
        height: 10px;
        background-color: white;
        color: #660099;
	font-family: verdana,tahoma,sans-serif;
	font-size: 10pt;
	font-weight: normal;
        text-align: left;
        vertical-align: text-top;
	}

td.d    {
        color: white;
	font-family: georgia,helvetica;
	font-size: 18pt;
	font-weight: bold;
        text-align: left;
        vertical-align: text-top;
        padding: 10px 0px 0px 10px;
	}

p       {
        color: black;
	font-family: verdana,tahoma,sans-serif;
	font-size: 10pt;
	font-weight: normal;
        text-align: left;
        vertical-align: text-top;
	}
        
h1      {
        color: black;
	font-family: verdana,tahoma,sans-serif;
	font-size: 11pt;
	font-weight: bold;
        text-align: left;
        vertical-align: text-top;
	}
        
h2      {
        color: #006676;
	font-family: verdana,tahoma,sans-serif;
	font-size: 10pt;
	font-weight: bold;
        text-align: left;
        vertical-align: text-top;
	}
        
a.link1:visited
	{
        color: blue;
        font-family: verdana,tahoma,sans-serif;
	font-size: 10pt;
        font-weight: normal;
        text-decoration: none;
        }
a.link1:link
	{
        color: blue;
        font-family: verdana,tahoma,sans-serif;
	font-size: 10pt;
        font-weight: normal;
        text-decoration: none;
        }
a.link1:hover
	{
        color: blue;
        font-family: verdana,tahoma,sans-serif;
	font-size: 10pt;
        font-weight: normal;
        text-decoration: underline;
	}
a.link1:active
	{
        color: blue;
        font-family: verdana,tahoma,sans-serif;
	font-size: 10pt;
        font-weight: normal;
        text-decoration: underline;
        }
a.link1:focus
	{
        color: blue;
        font-family: verdana,tahoma,sans-serif;
	font-size: 10pt;
        font-weight: normal;
        text-decoration: none;
	}        
