/* InterSight Cascading Style Sheet */

body,p,td,th,div,span,ol,ul,dl,dt,dd,li              
  { 
    font-family: Verdana,Tahoma,Arial,Geneva,Helvetica,SunSans-Regular,sans-serif;
    font-size: x-small;
  }

	
h1,h2
  {
    font-family: Verdana,Tahoma,Arial,Geneva,Helvetica,SunSans-Regular,sans-serif;
    font-size: small;
    color: #660099; 
  }
	
h3,h4,h5
  {
    font-family: Verdana,Tahoma,Arial,Geneva,Helvetica,SunSans-Regular,sans-serif;
    color: #660099;
    margin-left: 3px;
  }
	
th {font-style:normal}

caption{font-weight: bold;}

/*how can we use this to format NavBar? */	

.subnav	{font-size: xx-small;}

.button
  {
    border-width:1px; 
    border-style:solid;
    border-color:black;
    font-family: Verdana,Tahoma,Arial,Geneva,Helvetica,SunSans-Regular,sans-serif;
    font-size: 10pt; 
    font-weight: bold; 
    color:black; 
    background-color:#DDDDFF;
  }

.sidebar
  {
    font-size: xx-small;
    margin-left: 9px
    margin-right: 6px;
  }
		
.footer{font-size: xx-small;}

.stage
  {
    margin-left: 6px;
    margin-right: 6 px;
  }
     
.stage-title
  {
    color: #660099;
    font-size: x-small;
    font-weight: bold;
    margin-left: 6px;
    margin-right: 6 px;
  }
	
.section-title
  {
    color: #660099;
    font-size: x-small;
    font-weight: bold;
  }
	
.sidebar-title
  {
    color: #000000;
    font-size: xx-small;
    font-weight: bold;
    margin-left: 9px;
    margin-right: 6px;
  }
	
.super
  {
    position: relative;
    font-size: xx-small;
    top: -1ex;        
  }	 

a:link
  {
    color: #660099; 
    text-decoration: none;
  }

a:visited
  {
    color: #660099;
    text-decoration: none;
  }

a:hover 
  {
    color: #009900;
    text-decoration: underline;
  }

a:active
  {
    text-decoration: underline;
  }
