/*
ELEMENT SELECTORS FOR YOUR CREDIT REPORT HELP CENTRE
*/

BODY
{	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
	background-color: #FFFFFF;
	margin: 0 0 0 0.5em;
	border: none;
	font-size: 75%;
	padding-bottom : 10px;
	scrollbar-face-color: #F0F0F0;
	scrollbar-highlight-color: #F0F0F0;
	scrollbar-shadow-color: #F0F0F0;
	scrollbar-arrow-color: #000066;
	scrollbar-base-color: #CCCCCC;
	/*border-left: solid 1px #EAEAEA;
	border-right: solid 1px #EAEAEA;*/
	line-height : 130%;}

p 
{	color: #000066;
	line-height: 1.3em;}
	
ADDRESS
{
	font-style : normal;
	margin-left : 20px;
}

/* HEADING TAGS */
H1 
{	font-style: normal;
	font-weight: normal;
	font-size: 160%;
	margin-bottom: 10px;
	margin-top: 10px;
	white-space : nowrap;}
	
H2 
 {	font-style: normal;
	font-weight: bold;
	font-size: 95%;
	margin-bottom: 1px;
	margin-top: 1px;}


H3
 {	font-style: normal;
	font-weight: normal;
	font-size: 132%;
	margin-bottom: 0.8em;
	margin-top: 0.8em;}

H4
 {	font-style: normal;
	font-weight: bold;
	font-size: 95%;
	margin-bottom: 0.2em;
	margin-top: 0.2em;}

/* LINKS */
A
{	color: #990033; }
	
A:hover 
{	color: #990033; 
	text-decoration : none;}

.image_link
{
	border : none;
	text-decoration : none;
	border-left : 1px solid #042067;
}

	

/*  LIST ITEMS  */
UL
{ margin-top : -15px;}
	
OL
{	margin-top : -15px;;}		

LI
{	padding-top : 6px;
	padding-right : 55px;	
	line-height: 125%;}

	
.downloadsPDF
{
	background-image : url(/images/consumer/pdf.gif);
	background-repeat : no-repeat;
	background-position : 0px 5px;
	list-style : none;
	padding-left : 25px;
}	
	
DT
{
	float: left;
	font-weight :normal;
	vertical-align : top;
	width: 90px;
	margin : 0 0 0 0px;
	padding : 0 0 0 0px;
	margin-right : 0px;
	margin-bottom : 5px;	
}
DD
{
	float: left;
	margin : 0 0 0 0px;
	padding : 0 0 0 0px;
	margin-bottom : 5px;
	margin-left: 5px;
	width: 250px;	
}	
	

/* TABLE STUFF */
TABLE
{	font-size : 100%;}

TH
{	text-align : center;
	font-weight : bold;
	background-color : #CCCCFF;}

TD
{	vertical-align : top;}



