div.bottom         
{
              background-image: url('../Graphics/T6backgroundbottomframe.JPG'); 
              background-repeat: repeat; 
           }
            a:link       
            { 
               text-decoration: none; 
            }
            a:visited.bottom    
            { 
               text-decoration: none; 
            }
            a:active.bottom     
            { 
               text-decoration: none; 
            }
            a:hover.bottom      
            { 
               text-decoration: none; 
            }

div.top
   {
      background-image: url('../Graphics/T6backgroundtopframe.JPG'); 
      background-repeat: repeat-x; 
   }
a:link.top, a:visited.top,a:active.top { color: #FFFFFF; }
div.left         
{ 
   background-image: url('../Graphics/T6backgroundleftframe.JPG'); 
   background-repeat: no-repeat; 
}
a:link.left       { text-decoration: none; }
a:visited.left    { text-decoration: none; }
a:active.left     { text-decoration: none; }
a:hover.left      { text-decoration: none; }
li.one {
	list-style-type: none;
	margin-top: 5px;
	margin-left: -39px;
}
li.two {
	list-style-type: none;
	margin-top: -1px;
	margin-left: -27px;
	}


#specialLink
{
   float: right;
   width: 150px;
}

#article
{
   margin-top:5px;
}

#innerTitle
{
   width: 100%;
   text-align: center;
}

#innerTitle h1
{
   font-size: 16pt;
}
