﻿body 
{
    margin:0px;
    background-color: #ffffff;
    
}

.style1 
{
    font-family: Verdana;
    font-size: 10px;
    color: #666666;
    background-color: #CCD6E0;
}
.style2
{
    font-family: Helvetica;
    font-size: 14px;
}    
.style3 {
    font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
}
a.style1, a:hover.style1 {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	cursor:hand;
	text-decoration:none;
}
.tah9 {	font-family: Helvetica;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}
.title_up
{
    color: Navy;
    font-weight: bold;
    font-size: 14px;
}
.red_text
{
    color:#ff0000;
}
.plan_header
{
    font-size:20px;
    font-weight:bolder;
}
.blue_cell
{
    background-color:blue;
    color:white;
    font-weight:bolder;
}
.text_bolder
{
    font-weight:bolder;
}
.red_highlight
{
    background-color: Red;
    color:White;
    font-weight:bolder;
}
.red_bolder
{
   font-weight:bolder;
   color:Red;
} 
.red_em
{
    color:Red;
    font-style:italic;
    font-weight:bolder;
}
.text_em
{
        font-style:italic;
        font-weight:bolder;

}
.text_u
{
        font-weight:bolder;
        text-decoration:underline;
              
}
.red_u
{
        color:red;
        font-weight:bolder;
        text-decoration:underline;
              
}
.black_highlight 
{
    color: #FFFFFF; 
    background-color: Black;
    font-weight: bold; 
    font-size: 14px;
}
.black_bolder
{
    font-weight: bold;
    color: Black;
    font-size:small;
}
.size16
{
    font-size:16px;
}
.nevy_highlight
{
    color:#ffffff;
    background-color: Navy;
    font-weight: bold;
}