/*-------------------------------------------------------------------------------------------------
    Global Styles
--------------------------------------------------------------------------------------------------*/

.body_black	
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 10pt; 
    color: #000000;
}

.body_blue	
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 10pt; 
    color: #3D6BAB;
}

.body_red	
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 10pt; 
    color: #FE4642;
}

.body_green 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 10pt; 
    color: #3A6E48;
}

.h1_black 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 180%; 
    font-weight: bold; 
    color: #000000;
}

.h1_blue 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 180%; 
    font-weight: bold; 
    color: #3D6BAB;
}

.h1_red 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 180%; 
    font-weight: bold; 
    color: #FE4642;
}

.h1_green 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 180%; 
    font-weight: bold; 
    color: #3A6E48;
}

.h2_black 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 150%; 
    font-weight: bold; 
    color: #000000;
}

.h2_blue 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 150%; 
    font-weight: bold; 
    color: #3D6BAB;
}

.h2_red 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 150%; 
    font-weight: bold; 
    color: #FE4642;
}

.h2_green 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 150%; 
    font-weight: bold; 
    color: #3A6E48;
}

.h3_black 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 130%; 
    font-weight: bold; 
    color: #000000;
}

.h3_blue 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 130%; 
    font-weight: bold; 
    color: #3D6BAB;
}

.h3_red 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 130%; 
    font-weight: bold; 
    color: #FE4642;
}

.h3_green 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 130%; 
    font-weight: bold; 
    color: #3A6E48;
}

.h4_black 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 115%; 
    font-weight: bold; 
    color: #000000;
}

.h4_blue 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 115%; 
    font-weight: bold; 
    color: #3D6BAB;
}

.h4_red 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 115%; 
    font-weight: bold; 
    color: #FE4642;
}

.h4_green 		
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 115%; 
    font-weight: bold; 
    color: #3A6E48;
}

p
{
    font-family: Verdana, Arial, sans-serif; 
    font-size: 10pt; 
    color: #000000;
}

/*-------------------------------------------------------------------------------------------------
    Department Styles
--------------------------------------------------------------------------------------------------*/

.title_sub_bar
{
    font-family: Verdana, Arial, sans-serif; 
    font-variant: small-caps;
    font-size: 150%; 
    font-weight: bold; 
    color: #3A6E48;
}

.footer	
{		
 font-size: 95%;color: #295A9C; text-decoration: none;

}


