/* CSS Document */


body	{
	color: black;
	background-color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
		
		}
		
#container {
		width: 600px;
}


#ftable{
	width: 40%;
	float:right;
	margin: 0em 0em 1em 1em;
	
}

#stable{
	width: 50%;
	float:left;
	margin: 0em 1em 1em 0em;
	
}


/* basic  links */			
				
a:link          {color: #006666;}	
	
a:visited 		{color: #800080;}


/* 508, skip navigation, for invisible */
                                                                
a.skip:link    {font-size: 1pt;
           font-weight: normal;
           text-decoration: none;
           color: #ffffff;}
		   
a.skip:hover    {font-size: 1pt;
           font-weight: normal;
           text-decoration: none;
           color: #ffffff;}
		   
a.skip:visited    {font-size: 1pt;
           font-weight: normal;
           text-decoration: none;
           color: #ffffff;}	
		   
/* heading levels */

h1 {
font-size:1.6em;
font-weight:bold;
line-height:1em;
margin-bottom:0.5em;
margin-top:0em;
}



h2 {
font-size:1.2em;
font-weight:bold;
margin-bottom:0.3em;
margin-top:1em;
}


h3 {
font-size:1.2em;
font-weight:bold;
margin-bottom:0.3em;
margin-top:1em;
}

.maintitle {
font-size:0.8em;
font-weight:bold;
line-height:1em;
margin-bottom:1.5em;
margin-top:0em;

}


/*h1	{font-size: 1.6em;
		font-weight: bold;
		color: #000000;}
		
h2	{font-size: 1.3em;
		font-weight: bold;
		color: #006666;}
		
h3	{font-size: 1.2em;
		font-weight: normal;
		color: #006666;}*/
		
		/* use with a span tag within h1 */
		
.subhead	{font-size: .65em;
			font-weight: normal;}
		
.runinhead	{font-size: 1em;
		font-weight: bold;
		color: #006666;}
		

#masthead {
}
#logo img {
	border: 0;
}


#logo {
}
		
/* text */
		
p {
font-size:1em;
font-weight:normal;
line-height:1.4em;
margin-bottom:0.4em;
margin-top:0.4em;
}		
		

		
sup {
    font-size: 1em;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
		
/*div	{font-size: 1em;
		font-weight: normal;
		font-family: 'Times New Roman',Times,serif;}*/
		
/* Rules, put align left on page code for Netscape6 */
		
hr	{
	text-align: left;
	height: 2px;
	color: #666666;
	}
		
/* alphabetical navigation blocks */
		
/*.alpha      {font-family: arial, helvetica;
            font-size: .8em;
            font-weight: regular;
            text-decoration: none;}
					          
a.plain	{text-decoration: none;}*/
				
/* Use background color with alpha to create alphabetical navigation */	

/*tr.color {background-color: #c7dcde;
			text-align: center;}

tr.color2 {background-color: #d9f0ef;}*/
		
/* footnotes and  bottom of page */	

.fntext, .footer {
	font-size: 0.8em;
	text-align: left;
	line-height: normal;
	display: inline;
		
		}
		                              
.pagedate	{font-weight: bold;}
                 
                      
.left {
clear:left;
}

.right{
clear:right;
}
/*.fntext a {
	display: block;
	text-align: right;
}
*/
.return {
	display: block;
	text-align: right;
	margin-bottom: 1em;

}
