/*----------Menu Top site--------------------*/
.menu_top
		{
		vertical-align: middle;
		height:28px;
		text-align:center;
		}
.menu_top a:link, .menu_top a:visited 
 		{
		font-family:Arial;
		font-size: 8pt;
		color: #FFFFFF;
		font-weight: bold; 
        text-decoration: none;
		letter-spacing: 0pt;
		background-repeat: no-repeat;
		text-transform: uppercase;
      	}
.menu_top a:hover, .menu_top a:active  
		{
		font-family: Arial ;
		font-size: 8pt;
		color: #FFF000;
		font-weight: bold; 
        text-decoration: none;
		background-repeat: no-repeat;
		text-transform: uppercase;
        }
/*----------Document--------------------*/
.DocumentColumeName
		{
		text-align:center;
		vertical-align: middle;
		font-family: Arial;
		font-size:9pt;
		font-weight:bold;
		color: black;
		text-decoration: none;
		}
.DocumentContent
		{
		font-family: Arial ;
		font-size: 9pt;
		color: #000000;
		vertical-align: middle;
		height:25px;
		}
.DocumentContent a:link, .DocumentContent a:visited 
 		{
		font-family:Arial;
		font-size: 9pt;
		color: #000000;
		text-align: left;
        text-decoration: none;
		letter-spacing: 0pt;
		background-repeat: no-repeat;
                }
.DocumentContent a:hover, .DocumentContent a:active  { 
		font-family: Arial ;
		font-size: 9pt;
		color: #000000;
        text-decoration: underline;
		background-repeat: no-repeat;
                }
/*=================SCROLL BaR============================*/
.ScrollbarLeft{scrollbar-face-color: #DEE3EF; 
scrollbar-shadow-color: #66DB0F; 
scrollbar-highlight-color: white; 
scrollbar-3dlight-color: #B5C7DD; 
scrollbar-darkshadow-color: #B5C7DD; 
scrollbar-track-color: #B5C7DD; 
scrollbar-arrow-color: #999999}