/* default styles
   -------------- */
body { 
	padding: 0; 
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #fbcccc;
	background-image: url(images/nancy_luv_bg.gif);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: repeat-y;
	color: #cc6666; 
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #cc6666; 
	line-height: 15px;
}


A:link, A:visited, A:active{
	color: #cc6666;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
}
	
A:hover {
	color: #cc6666;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}


A.footer:link, A.footer:visited, A.footer:active{
	color: #999999;
	font-size: 8pt;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
}
	
A.footer:hover {
	color: #999999;
	font-size: 8pt;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

.footer {
	color: #999999;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 0px 0 0 0px; margin: 0; }

