@charset "utf-8";

/* CSS Document */
	/* tags */
body {
	margin: 0;
	color: #666666;
	font-family: Trebuchet, sans-serif;
	font-size: 13px;
	line-height:18px;
	background-image:url(/images/img_background-image.gif);
	text-align: left;
}
p.didyouknow	{
	font-family:helvetica,sans-serif;
	font-size:11px;
	line-height:14px;
	margin-bottom:15px;
	text-align:left;
}

		/* ids */
#tips	{
	font-size:1.2em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#sub-tips	{
	font-size:1.2em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#sub-tips li	{
	background-image:url(images/bullet_blue-w-white-arrow.jpg);
	background-position:0 0.5em;
	background-repeat:no-repeat;
	padding-left:20px;
}

		/* classes */
.blueTextHeader {
	color:#4522C5;
	font-weight:bold;
}
.myLinks {
	color:#FFFFFF;
	text-align:left;
}

/* end */
