﻿/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */

.RegionHead2 {
    font-weight:normal ;
    font-size: 17px;
    color: #FFFFFF;
    font-family: Arial Narrow, Arial, Sans-Serif;

}
.linkList1 {
    font-weight:normal ;
    font-size: 8pt;
    color: #FFFFFF;
    font-family: Verdana, Normal;
    text-decoration: none;
}

.Data {
   font-weight:bold ;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Arial,Normal;
    text-decoration: none;
    
}

.Datacss {
   font-weight:normal ;
    font-size: 12px;
    color: #FFFFFF;
    font-family:Arial,Arial,Sans-Serif ;
    text-decoration: none;
   
   
}

.LinkButton1:hover {
font-weight:normal ;
    font-size: 19pt;
    color: #000fff;
    font-family: Arial;
   
}


.LinkButton1:link:hover {
font-weight:normal ;
    font-size: 12px;
    color: #EF9C00;
    font-family:Arial;
   
}



.LinkButton1:link {
    font-weight:normal ;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Arial;
    text-decoration: none;
  
  
}

.LinkButton1:link:visited {
    font-weight:normal ;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Arial;
    text-decoration: none;
  
  
}

.LinkButton1:link:active {
    font-weight:normal ;
    font-size: 12px;
    color: #FFFFFF;
    font-family: Arial;
      
  
}






