.tip-container {  
	font-family: Tahoma;
	font-size: 11px;
	color: #2F82B1;
}

.tip-container H1 
{
    background-color: #FFF1A8;
    font-family: Tahoma;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 5px;
    border-bottom: 3px solid #DCCE85;
    color: #2F82B1;
}

.tip-container H2
{
	
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #2F82B1;
}

.tip-text
{
	background-color:#DAECF8;
	padding:10px 20px 20px 20px;
	text-align:left;
	color:#2F82B1;
}

.tipHeaderImg
{
	/*background-color:#67B0D1;*/
}

.tipHeader
{
	background-color:#67B0D1;
	font:bold 12px Arial;
	color:#FFFFFF;
	padding-left:20px;
}