@charset "UTF-8";
/*------------------------------------------------------------

FULLSCREEN
@author btapley

------------------------------------------------------------*/

/*--- ACCESS LINK
---*/
#accesslink {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	text-indent: -9999px;
	line-height:1;
}

html, body  {
	height: 100%; /*fix Gecko*/
	margin: 0;
	padding: 0;
}

embed {
	display: block; /*fix Gecko*/
}

#layoutLogic,
#content-layout,
#content-body,
.fullscreen {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 75%;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
}
.static-messaging {
	background: #F5F7F7 none repeat scroll 0%;
	border: 1px solid #D3D3D3;
	margin: 16px;
	min-height: 1em;
	padding: 5px 5px 10px;
	text-align: center;
}
img {
	border: 0pt none;
}	
h2 {
	font-size: 1.667em;
	margin-bottom: 0.5em;
	margin-top: 0pt;
}
h2, h3, h4, h5 {
	line-height: 1.31;
}
h1, h2 {
	font-weight: normal;
}
p {
	font-size: 1.083em;
	line-height: 1.462;
	margin-bottom: 1.2em;
	margin-top: 0pt;
	padding-bottom: 1px;
}
a {
	color: #069;
	text-decoration: none;
}
a.on,
a:hover,
a:visited:hover {
	color: #246;
	text-decoration: underline;
}
a.noHover:hover,
.noHover a:hover {
	text-decoration: none;
}
