a:link     {text-decoration: none; color:#007BA7 }
a:visited  {text-decoration: none; color:#007BA7 }
a:active   {text-decoration: none; color:#EF9B0F; }
a:hover    {text-decoration: none; color:#EF9B0F; }
.text { font-family: verdana; font-size: 13px}
.panelink:link { font-weight:bold; font-size: 16px}
.panelink:visited { font-weight:bold; font-size: 16px}
.panelink:active   { text-decoration: underline ; color:#EF9B0F; }
.panelink:hover { text-decoration: underline ; color:#EF9B0F; }
.paneclicked:link {font-weight:bold; font-size: 16px; text-decoration: underline ; color:#EF9B0F;}
.paneclicked:visited {font-weight:bold; font-size: 16px; text-decoration: underline; color:#EF9B0F;}
.paneclicked:active {font-weight:bold; font-size: 16px; text-decoration: underline ; color:#EF9B0F;}
.paneclicked:hover {font-weight:bold; font-size: 16px; text-decoration: underline ; color:#EF9B0F;}

.welcome {font-family: arial ; color:#3b444b; font-size: 22px; }
.pghead  {font-weight:bold; font-family: arial ; color:#3b444b; font-size: 17px; }
.pghead2  {font-weight:bold; font-family: arial ;color:#3b444b; font-size: 15px; }
table.tmain{
    border-spacing: 0px;
    border-collapse: collapse;
	border-top: 4px solid #ffdb58;   
    border-bottom: 1px solid #ffdb58;
}
td.tmain {
    text-align: left;
    border-top: 1px dotted #ffdb58;
    padding: 0.2em 0.5em;
    }
.tmain tbody tr:hover{background:#00c37e;}  
   
    th.tmain {
    text-align: left;
    /*font-family: arial ;*/
    font-weight: normal;
    padding: 0.2em 0.5em;
    background:#ffeeaf;
}
.tmain tbody td a:hover {
  background: #FFffff;  
  }
table.tmain2{
    border-spacing: 0px;
    border-collapse: collapse;
	border-top: 4px solid #ffdb58;
    border-bottom: 1px solid #ffdb58;
}
td.tmain2 {
    text-align: left;
    border: 1px dotted #ffdb58;
    
    padding: 0.2em 0.5em;
    }
   
    th.tmain2 {
    text-align: left;
    /*font-family: arial ;*/
    font-weight: normal;
    padding: 0.2em 0.5em;
    background:#ffeeaf;
}
.tmain2 tbody td a:hover {
  background: #FFffff;  
  }


.container {clear:both; float:left; width:100%; overflow:hidden;}
#navbar {
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;
/* height:25px; */

}

#navbar li {
  float:left; position:relative; right:50%;
  }
/*
	#navbar ul {
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
		#navbar ul li {
		display:inline;
		
		}
*/		
			#navbar a {
			float:left;
			color:#fff;
			height:15px;
			margin:0px 1px 0px 1px;
			padding: 5px 17px 5px 17px;
			font-family: calibri;
			font-size: 16px;
			text-decoration:none;
			background-image: url('../images/foot.gif');
			background-repeat: repeat-x;
			}
			
			#navbar a:hover,
			#navbar a.active,
			#navbar a.active:hover {
			background:#feda57;
			font-weight:bold;
			background-image: url('../images/footinv.gif');
			background-repeat: repeat-x;				
		/*		
			color:#000;
						
		*/
			}
body
{ 

background-image: 
url('../images/back.gif');
background-repeat: repeat-x;
background-color: #00a86b;
}

.shadow
{
background-image:url('../images/shadow.gif');
}
.foot
{
background-image:url('../images/foot.gif');
background-repeat: repeat-x;
}
img.block 
	{ 
	display:block;
	}
