
	body
		{
		margin: 0;
		padding: 0;
		border: 0;
		background-color:#FFF;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		}
		
	a:link
		{
		color: #06C;
		}			

	a:visited
		{
		color: #06C;
		}	  

    h1
		{  
		font-style:   italic;
        font-family:  garamond, serif; 
        font-size:    24pt; 
        color:        #000000;
        text-align:   center;  
      	}
    
    h2
		{  
		font-style:   italic;
        font-family:  garamond, serif; 
        font-size:    18pt; 
        color:        #000000;
        text-align:   center;  
        }

    h3
		{  
         font-style:   italic;
         font-family:  helvetica, sans-serif;  
         font-size:    14pt;
         color:        #000000; 
      	}
      
    h4
		{  
         font-style:   italic;
         font-family:  helvetica, sans-serif;  
         font-size:    12pt;
         color:        #000000; 
     	}
  
    p 
		{  
        text-align:   left;  
       }
	   
    td 
		{ 
		vertical-align: top;
		color:#000000;
        }
	   
    link
       { 
	   color: #0000ff;
       }

    alink
       { 
	   color: #94d6e7;
       }

    vlink
       { 
	   color: #FF0000;
       }
/*
    .itemBorder 
       { 
        border: 1px solid black; 
       }
	   
    .itemText 
       {
        text-decoration: none; 
        color: #FFFFFF; 
        font: 13px Arial, Helvetica, sans-serif;
       }
*/
    .crazyBorder 
       {
        border: 2px outset #663399;
       }
       
    .crazyText 
       {
        text-decoration: none; 
        color: #FFCC99; 
        font: Bold 12px Arial, Helvetica, sans-serif;
       }
	   
	  .blueText
	  	{
		color: #06C;
		}
	.bluHeavyTxt
		{
		color: #06C;
		font-style: italic;
		font-weight: 600;
		}
		
	.greenText
		{
		color:#008000;
		}
		
	.silverText
		{
		color:#CCCCCC;
		}
		
	.brownText
		{
		color:#663300;
		}
		
	.copywright
		{
		font-weight:bold;
		font-size:smaller;
		}
		
	.accMaterials
		{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:smaller;
		}
		
	.accMaterials th
		{
		color:#FF0000;
		text-align:left;
		}
		
	.serifText
		{
		font: garamond, "Times New Roman", Times, serif;
		}
		
	.redStrong
		{
		color:#FF0000;
		font-weight:bolder;
		font-size:larger;
		}
		
	.leftSpace
		{
		margin-left: 10px;
		}
