html, body, h1, h2, h3, h4, h5, p, input, textarea, td
{
	font-family: Arial, sans-serif;
}

body 
{
	font-size:0.8em;
	color:#363636;
}

h1 {
	font-size:1.6em;
	margin:0.8em 0;
	padding-bottom:.5em;
	color:#0086cf;
	background: url('/images/styling/experian/bg-HR-GrayDots.png') 0px bottom repeat-x;
	font-weight:normal;
}

h2 
{
	font-size:1.3em;
	font-weight:bold;
	color:#ED1951;
}

h3
{
	font-size: 1.1em;
	font-weight:bold;
	color:#0086cf;
}

h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#808080;
}

h5 {
	font-size:.9em;
	font-weight:bold;
}

a, a:visited, a:active, a:link 
{
	color:#0095da;
	cursor: pointer;
	text-decoration:none;
}

a:hover, a:focus
{
	text-decoration:underline;
}

p 
{
	margin-bottom:1em;
	line-height:1.4;
}

img 
{
	border:none;
}

em 
{
	font-style:italic;
}

strong {
	font-weight:bold;
}

table td {
	vertical-align:top;
}

ol li {
        list-style: decimal inside;
}

sup, sub 
{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	vertical-align: bottom;
	position: relative;	
}

sup 
{
	bottom: 1ex;
}

sub 
{
	top: .5ex;
}

.date
{
	font-size: 1em;
	font-weight:bold;
	color:#0086cf;
}

iframe
{
	position:relative;
}

