@import url(screen-common.css);
@import url(screen-home.css);

body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: Black;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

* {
	font-size: 100.1%;
}

/* ELEMENTS =================================== */

div {
	text-align: left;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

address {
	font-style: normal;
	margin-bottom: 1.33em;
}

form,
label,
h1,
h2,
h3 {
	padding: 0;
	margin: 0;
}

/* LINKS =================================== */

#wf-cont strong {
	font-weight: bold;
	color: #333;
}

.c-wf-contentwide a:link,
.c-wf-contentwide a:link strong  {
	color: #007A97;
}

.c-wf-contentwide a:visited {
	color: Black;
}

strong .c-wf-contentwide a:visited {
	color: #333;
}

#whyaccess-nav a:hover,
#whyaccess-nav a:hover strong,
#whyaccess-nav a:active,
#whyaccess-nav a:active strong,
#whyaccess-nav a:focus,
#whyaccess-nav a:focus strong  {
	background-color: #dfeaf4;
	color: black;
}

a img {
	border: none;
}