/* SSCA screen stylesheet */

body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

div {
	clear: both;
	margin: 0px;
	padding: 0px;
	position: relative;
}

a {
	font-weight: bold;
	color: #6789B7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	width: 650px;
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
}
#header {
	display: none;
}
#headerleft {
	display: none;
}
#headerright {
	display: none;
}
#printheader {
	display: block;
	clear: both;
}
#content {
	width: 755px;
	clear: both;
}
#contentleft {
}
#contentright {
	display: none;
}

#sectiontitle {
	display: none;
}
#breadcrumbs {
	width: 650px;
	clear: both;
	padding: 10px 0px 15px 0px;
	font-size: 11px;
	color: #7092C2;
}
#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited {
	font-weight: normal;
	color: #7092C2;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #2657B3;
	text-decoration: underline;
}

#body-2col {
	clear: both;
	width: 650px;
}
#bodyleft {
	display: none;
}
#bodyright, #body-1col {
	clear: both;
	width: 650px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
	#body-1col table {
		clear: both;
	}

#bodyleft table, #bodyright table, #body-1col table {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#bodyleft tr, #bodyright tr, #body-1col tr {
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
}

#bodyleft tr td, #bodyright tr td, #body-1col tr td  {
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
}
#bodyleft strong, #bodyright strong, #body-1col strong {
	color: #444444;
}
#bodyleft table strong, #bodyright table strong, #body-1col table strong {
	color: #444444;
}

#body-1col ol, #bodyright ol {
	list-style-type: upper-alpha;
}
#body-1col ol ol, #bodyright ol ol {
	list-style-type: decimal !important;
}
#body-1col ol ol ol, #bodyright ol ol ol {
	list-style-type: lower-alpha !important;
}

#footer {
	width: 650px;
	clear: both; 
	margin: 15px 9px 15px 9px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #E5E5E5;
	font-size: 11px;
	color: #A5A5A5;
}
#footerleft {
	clear: both;
	width: 650px;
	text-align: center;
}
#footerright {
	clear: both;
	width: 650px;
	text-align: center;
}
#footerright a:link, #footerright a:active, #footerright a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#footerright a:hover {
	color: #000000;
	text-decoration: none;
}


.headline {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	visibility: visible;
}

.subheading {
	font-size: 14px;
	font-weight: bold;
	color: #65769F;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7F7F;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 15px;
}
.content a:link, .content a:active, .content a:visited, .caption a:link, .caption a:active, .caption a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #6789B7;
}
.content a:hover, .caption a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #002261;
}




/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}