﻿/* DEFAULTS
----------------------------------------------------------*/


body   
{
    background: white;
   /* background-image: url('bgimg.png'); background-repeat:repeat; background-attachment;  */
   font-size: 11pt;    
    margin: 0px;
     font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: 0px;
    color: black;
    text-align: left;
    
    
}






a:link 
{
	text-decoration: none;
	color:#0066CC;
    font-size: 11pt;
    }
a:visited {
	text-decoration: none;
	color:#0066CC;
	text-align: left;
	 font-size: 11pt;
}

a:hover {
	
	color: #993300;
	 font-size: 11pt;
     

}
a:active {
	text-decoration: none;
	color: #0066CC;
 font-size: 11pt;
}



  .thick-underline {
    display: inline-block;
    text-decoration: none;
    border-bottom: 2px solid #3333CC;
	margin-bottom: -5px;
    font-size: 12pt;
    text-align: center;
    }

