

li { text-decoration:none}

/* left submenu format 1 hack */
ul.submenu_1{
		list-style: none;
		margin-left:0px;
		margin-top: 0px;
		margin-bottom:0px;
		padding: 0px;
		border: none;
}

/* left submenu format 1 */
ul.submenu {
list-style: none;
		margin-left:35px;
		margin-top: -5px;
		margin-bottom:0px;
		padding: 0px;
		border: none;
}

/* left main menu format */

ul.menu {
		list-style: none;
		margin-left:5px;
		margin-top:15px;
		margin-bottom:10px;
		padding: 0px;
		border: none;
		text-align:left
}

td,tr,h, p, li{
        font-family: Verdana,Helvetica,Arial, Times New Roman,  sans-serif;
		font-size: 12px;
}

hr.light {
	color="#D2D2D2"
}

/* top bar format */
a.main_toolbar_text  {
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 16px;
	color: #107DE3;
	font-weight: bold;
    text-decoration: underline;
}

/* left main menu text format */
a.tmenutext, .tmenutext a:link, .tmenutext a:active, .tmenutext a:visited{
        font-family: Arial, Verdana, Helvetica,"Trebuchet MS",Verdana, "Arial Narrow", sans-serif;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left:5px;
		font-size: 14px;
		color: #107DE3;
		font-weight: bold;
        line-height: 100%;
        text-decoration: none;
}

.tmenutext a:hover {
        color: #000000;
}

/* left submenu text format */

.tmenu1text a, .tmenu1text a:link, .tmenu1text a:visited, .tmenu1text a:active {
		margin-top: 0px;
		margin-bottom: 0px;
		font-family: Helvetica,Arial, "Trebuchet MS",Verdana, "Arial Narrow", sans-serif;
		font-size: 12px;
        color: #000000;
        margin-left: 0px; 
        text-decoration: none;
}

.tmenu1text a:hover  {
        color: #107DE3;
}

/* top tool bar format */
a.main_toolbar_text:hover  {
	color: #000000;
}

a.main_toolbar_sub_text {
		margin-top: 1px;
		margin-bottom: 1px;
		font-size: 12px;
        text-decoration: underline;
        color: #000000;
}

a.main_toolbar_sub_text:hover  {
        color: #107DE3;
}

/* stylesheet applied to top frame for anchor elements */

/* stylesheet applied to elements in the top frame for anchor element*/
a.headerbar { color: Black;
              font-size: 14px;
              font-family: Helvetica, 
              Arial, sans-serif;
             }
a.headerbar:link, a.headerbar:visited, a.headerbar:active 
			{ text-decoration: none; 
			}
a.headerbar:hover { color: White; 
					text-decoration: underline; }
					
/* stylesheet applied to bottome frame for anchor elements*/

a.footerbar { color: Black;
              font-size: 14px;
              font-family: Helvetica, 
              Arial, sans-serif;
             }
a.footerbar:link, a.footerbar:visited, a.footerbar:active 
			{ text-decoration: none; 
			}
a.footerbar:hover { color: White; 
					text-decoration: underline; }
					

		
a:hover span {
  position: absolute;
  top: 5px;
  left: 30px;
  display: block;
  background: rgb(242,238,72);
  border: 1px solid black;
  font-weight: normal;
  font-size: 11px;
  color: black;
}
a:link, a:visited, a:active 
			{ text-decoration: none; 
			}
a:hover { color: Red; 
					text-decoration: underline; }

a { color:blue;
	text-decoration: underline;}


/** h2 - main bold heading of the page **/
h2 {	
	font-size: 13pt;
	font-family: Helvetica,Arial, "Trebuchet MS",Verdana, "Arial Narrow", sans-serif;
	text-decoration: none;
    color : #6D7983;
    margin-top : 20px;
    margin-bottom : 25px;
}

/** h3 - bold subheadings on the page **/
h3 {	
	font-size: 10.5pt;
    font-weight: bold;
	font-family: Helvetica,Arial, "Trebuchet MS",Verdana, "Arial Narrow", sans-serif;
	text-decoration: none;
    color : #6D7983;
    margin-top : 30px;
    margin-bottom : 0px;
}

/** h4 - bold body text on the page **/
h4 {	
	font-size: 9pt;
    font-weight: bold;
	font-family: Verdana, Helvetica,Arial, "Trebuchet MS", "Arial Narrow", sans-serif;
	text-decoration: none;
    color : #6D7983;
    margin-top : 0;
    margin-bottom : 0px;
}
