body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
                  margin:0px 0px;

     }
.banner{
	background-image: url('image/bg.jpg'); 
	background-repeat: repeat-x;
}

/*
    style for table  storing the title (i.e. Disclaimer Page and SiteMap)
*/
.titletable  {
                     margin:20px 20px 20px 20px;
                     width: 100%;
                 }

/* style for the navigation table */
.longtable {
                     margin:20px 20px 20px 60px;
                     width: 90%;
                 }

/* style for the table storing the data content */
.shorttable {
                     margin: 20px 20px 20px 60px;
                     width: 80%;
                 }

/******************menu*********************/

ul{
margin: 0;
padding: 0;
}
li{
padding: 0;
}

.arcul{
margin: 0px 0px 0px 16px;
padding: 0;
}

ol{
margin: 22px;
padding: 0px;

}
.nodot{
margin: 22px;
padding: 0px;

}
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ 

list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ 
background: none;
list-style-type: none;
cursor: hand !important;
cursor: pointer !important;
padding-left: 0px;
margin-bottom: 0px;
}


.treeview li.submenu ul{
display: none; 
}

.treeview .submenu ul li{ 
cursor: default;
}


/***********************/
/* style for the  What's New */
/***********************/
.newtitle {
    	     font-family: Arial, Helvetica, sans-serif;
	     font-size: 16px;
                       font-weight: bold;
	     color: #CC0000;
                       padding: 0px 0px 0px 20px;
          }

.newcontent {
    	     font-family: Arial, Helvetica, sans-serif;
	     font-size: 12px;
	     color: #CC0000;
            }

.newcontent:hover {
    	                font-family: Arial, Helvetica, sans-serif;
	                font-size: 12px;
                                  text-decoration: none; background-color:#666600; color:#ffffff;
                              }

/* style for the navigation rows */
.title  {
    	     font-family: Arial, Helvetica, sans-serif;
	     font-size: 18px;
                       font-weight: bold;
	     color: #6767C2;
                       background: #EBDCCB;
          }

/* style for heading under a Tabpage */
.subtitle {
    	     font-family: Arial, Helvetica, sans-serif;
	     font-size: 16px;
                       font-weight: bold;
	     color: #2666FF;
             }

/* Style for the paragraph under heading */
.content  {
    	     font-family: Arial, Helvetica, sans-serif;
	     font-size: 13px;
	     color: #000000;
                       text-align: justify;
              }

.contentblue
         {
    	     font-family: Arial, Helvetica, sans-serif;
	     font-size: 12px;
                       font-weight: bold;
	     color: #6767C2;
          }

/* style for setting the background color of table row content in alternate color */
.tablerow1
{
    background: #eceefb;   

}

.tablerow2
{
    background: #f2f2fe;
}

.alert
{
    color:red;
}

/*
.toc A:link {text-decoration: none; color: #000000}
.toc A:visited {text-decoration: none; color: #000000}
.toc A:hover {text-decoration: underline; color: #FF0000}
.toc A:active {text-decoration: none; color: #FF0000}
.toc {margin: 0.25em; color: #6767C2; font-size:18px}
*/

 
A { text-decoration: none; color: #0078FF } 


A.link:link {text-decoration: none; color: #0078FF}
A.link:visited {text-decoration: none; color: #0078FF}
A.link:hover {text-decoration: none; background-color:#666600; color:#ffffff;}
A.link:active {text-decoration: none; color: #0078FF}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a.footer:visited {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.footer:link {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.footer:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

