@charset "utf-8";
/* CSS Document */

/********************* 
 LAYOUT STYLES HERE
**********************/

body, html {
margin: 0;
padding: 15;
font-family: Arial, Geneva, Helvetica, sans-serif;
font-size: 12px;
color: #2d3341;
line-height: 145%;
background:url(images/pdi_background.jpg) no-repeat;
}

/******************* 
 TEXT IDS HERE
********************/

a{
color: #6c6c6c;
text-decoration: none;
}

a:hover{
color: #000000;
text-decoration: underline;
}

a:visited{
color: #122c93;
text-decoration: none;
}

.style8 {
	color: #000000; font-size: 10px; font-family: Arial, Helvetica, sans-serif;
}

.faq a {
	font:10px bold Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.faq a:hover; {
	text-decoration:underline;
}

.answer {
	padding:2px;
	margin:5px 15px 0px 15px;
	border:none;
	font:10px bold Arial, Helvetica, sans-serif;
}