﻿body 
{
    font-family:Trebuchet MS;
    font-size: 14px;
    
}


.small
{
    font-family:Trebuchet MS;
    font-size: 10px;
}
.normal
{
    font-family:Trebuchet MS;
    font-size: 14px;
}
.subheader
{
    font-family:Trebuchet MS;
    font-size: 22px;
    /*color:#2b9FDA;*/
    /*color:#555555;*/
    color:Black
}
.header
{
    font-family:Trebuchet MS;
    font-size: 30px;    
    /*color:#2b9FDA;*/
    color:Black
}

#head-content .header{color:white}
#head-content .normal{color:white}

.header a
{
    text-decoration:none;
      /*color:#2b9FDA;*/
    color:Black
    
}
.normal a
{
    text-decoration:none;
    color:#2b9FDA;
}
#head-content a
{
    text-decoration:none;
    color:white;
}#head-content a:hover
{
    text-decoration:underline;
    
}
.bs_blue
{
    color:#2b9FDA;
}
.bs_red
{
    color:#FF3333;
}
.bs_yellow
{
    color:#FFCC33;
}

.strong
{
	font-weight:bold;
}