/* CSS Document */

#tabTips td
{
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 12px;	
line-height: 120%;	
color: 515151;
}

#tabTips ul
{
	margin:25px;
	margin-left:25px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
}

#tabTips .TipTitle
{
color:2774ac;
font-weight:bold;
font-size:14px;
padding-top:30px;
}

#tabTips .TipContent
{
padding:10px;

background-color:#FFFFFF;
border-bottom:#006699 1px dashed;
border-top:#006699 1px dashed;
}