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

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


A:link, A:visited, A:active{
	color: #ed217c;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
}
	
A:hover {
	color: #ed217c;
	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; }

h3 { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #000000; 
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.red { 
	color: #cc0000; 
}


div.scroll {
	height: 300px;
	width: 100%;
	overflow: auto;
	border: 0px solid #333333;
}

.imagenav {
	float: left;
	margin: 0 0px 0px 0;
	border: 0px;
}
