@import url('/style/print_friendly.css');

/* 2/1/11 - overwrite base.css body style to add padding */
BODY {
    padding: 10px 10px 10px 10px;
}

/* 2/1/11 - overwrite print_friendly.css to preserve line breaks 
   Not entirely sure that this does anything... */
br {
    display : inline; 
}

;td {
;	font-family: "Courier New", Courier, mono;
;	font-size: 14px;
;	color: #000000;
;	line-height: 22px;
;} 

;.list {
;	background-image:url(../images/dot.gif);
;	background-repeat: no-repeat;
;	padding-left: 15px;
;	background-position: left;
;	line-height: 22px;}

;.heart {
;	background-image:url(../../images/heart.gif);
;	background-repeat: no-repeat;
;	padding-left: 15px;
;	background-position: left;
;	line-height: 22px;
;}

