body.mceContentBody 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #131863;
}
.dark_blue_body 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #131863;
}
.light_blue_body 
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #5073B8;
}

.BoldBody 
{
  font-family: Tahoma, Arial, Helvetica;
  font-size: 11px;
  color:#131863;
  font-weight:bold;
}

.Italic 
{
  font-style: italic;
}

p  {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: 131863;
}

h1 { font-size:20px; }
h2 { font-size:16px; color:#131863;}
h3 { font-size:14px; color:#131863;}
h4 {font-size:12px;  color:#0D114B; font-weight:bold; }
h5 { font-size:12px; color:#FFFFFF; font-weight:bold; line-height:0px; }
h6 { font-size:9px; }

.sub_head {font-size:12px;  color:#0D114B; font-weight:bold; }

.blue_headline { 
	font-size:16px; 
	font-weight:bold ;
	color:#131863;
}

.bullets
{
	list-style-image: url(../../images/bullet.jpg);
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #131863;
}


.bullet ul
{
   list-style-image: url(../../images/bullet.jpg) ;
}
/*Font size should not be specified here because certain links need to be of differing size. These declarations have been moved to master.css and the font-size specs commented out.
a{
	font:Tahoma, Arial, Helvetica;
	text-decoration:underline;
	color:#406ba1;
	font-size:11px;
}
a:link
{
	font:Tahoma, Arial, Helvetica;
	text-decoration:underline;
	color:#406ba1;
	font-size:11px;
}
a:active
{
	font:Tahoma, Arial, Helvetica;
	text-decoration:underline;
	color:#406ba1;
	font-size:11px;
}
a:hover
{
	font:Tahoma, Arial, Helvetica;
	text-decoration:none;
	color:#406ba1;
	font-size:11px;
}
a:visited
{
	font:Tahoma, Arial, Helvetica;
	text-decoration:underline;
	color:#406ba1;
	font-size:11px;
}
*/
