<style>    

 /*=====================================================
 	STANDARD TEXT
 =====================================================*/
	A:hover  {
    	color : red;
    }
    
    A  {
    	color : #666666;
    }
    
    .Centre  {
    	text-align : center;
    }
	
    .text-small  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 10px;
    	color : #1B3C7F;
    	font-weight : normal;
    }
    
    .text-small-emph  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 10px;
    	color : #1B3C7F;
    	font-weight : bold;
    }
    
    .text-default  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	color : #000000;
    	font-weight : normal;
    }
    
    .text-emph  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	color : #000000;
    	font-weight : bold;
    	line-height : 12px;
    }
    
    .text-strikeout  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	color : Red;
    	font-weight : bold;
    	text-decoration : line-through;
    }
    
    .medtext {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	color : #1B3C7F;
    }
    
    .medtext-emph  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	color : #1B3C7F;
    	font-weight : bold;
    }
    
    .largetext  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 14px;
    	color : #1B3C7F;
    }
    
    .largetext-emph  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 14px;
    	color : #1B3C7F;
    	font-weight : bold;
    }

    .button  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 10px;
    	color : #ffffcc;
    	font-weight : bold;
    	background-color : #3366ff;
    	line-height : 10px;
    	cursor : hand;
    }
	
 /*=====================================================
 	LINKS
 =====================================================*/
   .boldlink  {
   	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   	font-size : 12px;
    line-height : 14px;
   	color : #000000;
   	font-weight : bold;
   	text-decoration : none;
   }
   
   .boldlink:hover  {
   	color : red;
   }
   
   .link  {
   	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   	font-size : 12px;
    line-height : 14px;
   	color : #3366ff;
   	font-weight : normal;
   	text-decoration : none;
   }
   
   .link:hover  {
   	color : red;
   }
        
 /*=====================================================
 	HEADINGS
 =====================================================*/
    .content-main-head  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 18px;
    	/* font-style: italic; */
    	color : #617a9e;
    }
    
    .content-main-head  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 18px;
    	/* font-style: italic; */
    	color : #617a9e;
    }
      
  .page-title  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 22px;
    	font-weight : bold;
    	color : #617a9e;
    }

   h2:hover  {
    	color : red;
    }
    
    h2  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 14px;
    	color : #2d392e;
    	font-weight : bold;
    	text-decoration : none;
    }
    
    h3:hover  {
    	color : red;
    }
    
    h3  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	color : #3333ff;
    	font-weight : bold;
    	text-decoration : none;
    	text-align : center;
    }
    
    .itemtitle  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	color : #3333ff;
    	font-weight : bold;
    	text-decoration : none;
    }
    
    .itemtitle:hover  {
    	color : red;
    }

 /*=====================================================
 	TEXT IN WHITE
 =====================================================*/
    
    .page-title-white  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 22px;
    	font-weight : bold;
    	color : white;
    }

    .text-default-white  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	color : #000000;
    	font-weight : normal;
    }
    
    .text-emph-white  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	color : #000000;
    	font-weight : bold;
    	line-height : 12px;
    }
    
    .text-strikeout-white  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	color : Red;
    	font-weight : bold;
    	text-decoration : line-through;
    }
    
    .text-small-white {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 10px;
    	color : #1B3C7F;
    	font-weight : normal;
    }
    
    .text-small-emph-white  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 10px;
    	color : #1B3C7F;
    	font-weight : bold;
    }
    
    .text-white  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 10px;
    	color : #ffffff;
    }
    
    .text-white-bold  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 10px;
    	color : #ffffff;
    	font-weight : bold;
    }
    
    .medtext-white  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	color : #ffffff;
    }
    
    .medtext-white-bold  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 12px;
    	color : #ffffff;
    	font-weight : bold;
    }
    
    .largetext-white  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 14px;
    	color : #ffffff;
    }
    
    .largetext-white-bold  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 14px;
    	color : #ffffff;
    	font-weight : bold;
    }
    
    .text-small-white  {
    	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size : 10px;
    	color : white;
    	font-weight : normal;
    }
    
</style>