﻿/*
div.column h1 {
    font-family: bttv-regular,Tahoma,Arial,sans-serif;
    font-size: 34px;  
    line-height: 36px;  
    color: #55379B;
}


div.column h2 {
    font-family: bttv-regular,Tahoma,Arial,sans-serif;
    font-size: 21px;  
    line-height: 25px;  
    color: #666666;
}

div.column h3 {
    font-family: bttv-regular,Tahoma,Arial,sans-serif;
    font-size: 20px;  
    line-height: 24px;  
    color: #333333;
}

div.column h4 {
    font-family: bttv-regular,Tahoma,Arial,sans-serif;
    font-size: 18px;  
    line-height: 24px;  
    color: #333333;
}

div.column h5 {
    font-family: bttv-regular,Tahoma,Arial,sans-serif;
    font-size: 16px;  
    line-height: 24px;  
    color: #333333;
}

div.column h6 {
    font-family: bttv-regular,Tahoma,Arial,sans-serif;
    font-size: 14px;  
    line-height: 22px;  
    color: #333333;
}

div.column p, div.column ul, div.column li {
    font-family: bttv-regular,Tahoma,Arial,sans-serif;
    font-size: 16px;  
    line-height: 24px;  
    color: #333333;
}


div.column a {
    font-family: bttv-regular,Tahoma,Arial,sans-serif;
    color: #005293; 
}

div.column a:hover {
    font-family: bttv-regular,Tahoma,Arial,sans-serif;
    color: #663499; 
    text-decoration: underline;
}*/