/* CSS Document */
.watermark {
	background-image: url(../graphics/watermark.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.smilie_title {
    font-family: Arial;
	font-size:15px;
	font-weight:bold;
	color: #ffffff;	
}

.smilie_title a{
	color: #FFFFFF;
	text-decoration: none;
}

.smilie_title :hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.smilie_body {
    font-family: Arial;
	font-size:12px;
	color: #ffffff;	
}

.smilie_phone {
    font-family: Arial;
	font-size:13px;
	color: #39B6C9;	
}

.smilie_phone a{
	color: #39B6C9;
	text-decoration: underline;
}

.smilie_phone :hover{
	color: #FFFFFF;
	text-decoration: none;
}

