/* ==================================
    CSS STYLES FOR generic container
   ==================================
*/   

.NewSideHead   {
font-size: 8 pt;
color: #003366;
}

/* header */

.con_head  {
    font-size: 13 px;
    color: #0E1472;
	font-weight: bold;
	line-height: 17px;
}

/* subcontainer header */

.subcon_head  {
	font-size:  13px;
	font-weight: bold;
	line-height: 17px;
	color: #666666;
	text-decoration: none;
}

/* container content*/

a.con:link, a.con:visited, a.con:active   {
    font-size:  11px;
	font-weight: bold;
	line-height: 15px;
    text-decoration: none;
    color:  #003366;
}

a.con:hover {
    font-size:  11px;
	font-weight: bold;
	line-height: 15px;
    text-decoration: underline;
    color:  #ff0000;
}

.con_text   {
    font-size:  11px;
    line-height: 15px;
}

.con_bold  {
    font-size:  11px;
	font-weight: bold;
	line-height: 15px;
}
