﻿h1
{
     font-family: Arial;
   font-weight: bold;
    font-size: 14px;
}

.ct
{
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
}

.ft
{
     font-family: Arial;
    font-size: 10px;
    color:Gray;
}
.style1 {
	border-width: 0px;
}

A
{

    text-decoration: none;
}

A:hover
{font-family: Arial;
      font-size: 12px;
      color: Green;
       text-decoration:underline;
       
}
A:link
{font-family: Arial;
      font-size: 12px;
      color: Black;
            text-decoration:none;
}
A:visited
{font-family: Arial;
      font-size: 12px;
      color: Black;
            text-decoration:none;
}

A.small
{
     font-family: Arial;
    font-size: 10px;
    color:Gray;
    text-decoration:underline;
}

A.small:hover
{     font-family: Arial;
    font-size: 10px;
    color:Green;
text-decoration:underline;    
}
A.small:link
{     font-family: Arial;
    font-size: 10px;
    color:Gray;
text-decoration:underline;    
}
A.small:visited
{     font-family: Arial;
    font-size: 10px;
    color:Gray;
text-decoration:underline;    
}