/* CSS Document */

.bigText
{
 font-family:"Times New Roman", Times, serif;
 font-size:28px;
 font-weight:bold;
 color:#FF9900;
 font-style:italic;
}

.homeText
{
 font-family:"Times New Roman", Times, serif;
 font-size:14px;
 font-weight:normal;
 font-style:italic;
 color:#660000;
} 

.normalText
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-style:normal;
 font-weight:bold;
 color:#660000;
} 

