@charset 'UTF-8';

strong {font-weight:bold;}
em {font-style:italic;}

a:hover {text-decoration:none;}

a { color:#424f7b;}

h1 { 
	color:#424f7b;
	font-size:2.0em;
	font-weight:bold;
	margin-bottom:15px;
}

h2 { 
	color:#424f7b;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:15px;
}

label { 
	font-weight:bold;
	display:inline-block;
	margin:10px 0;
	
}

p {
	line-height:1.8em;
	margin-bottom:15px;

}

.darkBackground p  {
	color:#fff;

}

.darkBackground a {
	color:#FF8137;
}

.darkBackground .textLink {
	color:#fff;
	text-decoration:none;
	cursor:default;
}

.darkBackground a.textLink span {
	cursor:pointer;
	color:#FF8137;
	text-decoration:underline;
}

.darkBackground a.textLink span:hover {
	text-decoration:none;
}

a.download { padding: 10px 0 10px 30px; background: url(/images/ico/pdf.gif) 0 50% no-repeat; }
a.download2 { padding: 10px 0 10px 30px; background: url(/images/ico/pdf-2.gif) 0 50% no-repeat; }
a.download-xls { padding: 10px 0 10px 30px; background: url(/images/ico/xls.gif) 0 50% no-repeat; }


