﻿/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */

.RegionHead1 {
    font-weight:500 ;
    font-size: 17px;
    color: #ffffff;
    font-family: Arial Narrow ;
    
}
.LinkButton4 {
    font-weight:bold ;
    font-size: 10pt;
    color: #ffffff;
    font-family: Arial ;
    
}

.LinkButton4:hover {
font-weight:bold ;
    font-size: 10pt;
    color: #fff;
    font-family: Arial;
   
}


.LinkButton4:link:hover {
font-weight:bold ;
    font-size: 10pt;
    color: #ffffff;
    font-family: Arial;
   
}

.LinkButton4:link:visited:hover {
font-weight:bold ;
    font-size: 10pt;
    color: #ffffff;
    font-family: Arial;
   
}


.LinkButton4:link {
    font-weight:bold ;
    font-size: 10pt;
    color: #FFFFFF;
    font-family: Arial;

  
  
}
.LinkButton4:link:visited {
    font-weight:bold ;
    font-size: 10pt;
    color: #FFFFFF;
    font-family: Arial ; 
  
}

.LinkButton4:link:active {
    font-weight:bold ;
    font-size: 10pt;
    color: #fff;
    font-family: Arial;
      
  
}

.heading {
   font-weight:500 ;
    font-size: 17px;
    color: #ffffff;
    font-family:Arial Narrow ;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 20px;
   
}

.Eventheading {
   font-weight:bold ;
    font-size: 9pt;
    color: #2d4680;
    font-family: Verdana, Normal;
    text-decoration: none;
      
}

.Gridheading {
    font-weight:bold ;
    font-size: 8pt;
    color: #887f6f;
    font-family: Verdana, Normal;
    text-decoration: underline;

}
.link {
    font-weight:bold ;
    font-size: 8pt;
    color: #2d4680;
    font-family: Verdana, Normal;
    text-decoration: underline;
}




