body {
	background-color: #E5E5E5;
	background-image: url("images/bg.png");
	background-repeat: repeat-x;
	background-attachment: scroll;

}

p {
	font-size: 8pt;
	font-family: arial, sans-serif;
	color: #666666
}


td {
	font-size: 8pt;
	font-family: arial, sans-serif;
	color: #666666
}

tr {
	font-size: 8pt;
	font-family: arial, sans-serif;
	color: #666666
}

table {
	font-size: 8pt;
	font-family: arial, sans-serif;
	color: #666666
}





a:link {
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#404040;
	font-weight:bold;
	text-decoration:none;
}

a:active {
	background-color:#c0c0c0;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}

a img { border:0 }
img { border:0 }