.clsLoginHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    VERTICAL-ALIGN: top;
    <!--COLOR: #ffffff-->;
    BACKGROUND-REPEAT: no-repeat;
    HEIGHT: 100px
}
.clsLoginLinks
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #ffcc99;
    TEXT-DECORATION: none
}
.clsLoginLinks A :active
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #ffcc99;
    TEXT-DECORATION: underline
}
.clsLoginTable
{
    BORDER-RIGHT: #ffffff 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #ffffff 1px solid;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #ffffff 1px solid;
    WIDTH: 41%;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #ffffff 1px solid;
    HEIGHT: 136px
}
.clsLoginSubTable
{
    BORDER-RIGHT: black 0px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: black 0px solid;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: black 0px solid;
    WIDTH: 40%;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: black 0px solid;
    HEIGHT: 20px
}
.clsLoginLinkTable
{
    BORDER-RIGHT: black 2px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: black 2px solid;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: black 2px solid;
    WIDTH: 38%;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: black 2px solid;
    HEIGHT: 210px
}
.clsLoginSignIn
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    <!--COLOR: #ffffff-->
}
.clsLoginLabel
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    <!--COLOR: #ffffff-->
}
.clsLoginInput
{
    BORDER-RIGHT: #ffffff 1px solid;
    BORDER-TOP: #ffffff 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    BORDER-LEFT: #ffffff 1px solid;
    <!--COLOR: #ffffff-->;
    BORDER-BOTTOM: #ffffff 1px solid;
    FONT-STYLE: normal;
    <!--BACKGROUND-COLOR: #000000;-->
}
.clsProfileHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    WIDTH: 30%;
    <!--COLOR: #ffffff-->
    <!--BACKGROUND-COLOR: #000000;-->
    TEXT-ALIGN: left
}
.clsPopupHead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    MARGIN-LEFT: 30px;
    <!--COLOR: #ffffff-->
    <!--BACKGROUND-COLOR: #000000-->
}
.clsPopupText
{
    FONT-SIZE: 10pt;
    MARGIN-LEFT: 0px;
    <!--COLOR: #ffffff-->
    <!--BACKGROUND-COLOR: #000000-->
}
.clsInformation
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    <!--COLOR: #ffffff-->
}
.clsText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    <!--COLOR: #ffffff-->
}
ul.errors {
	text-align:left;
}

/* =================  Page Error Styles ================= */

#error, .pageError {
	margin: 2em;
	padding:0 10px 0 45px;
	}

#error h3 {
	font-size:14px;
	}

.pageError {
	background:#ffe url(/vimages/bg_warning.gif) 0 0 no-repeat;
	background-position:"0% 20%";
	border:1px solid #FFC30D;
	color:#000;
	font-size:11px;
	font-family: arial, helvetica, sans-serif;
	}

.pageError ul {
	margin:1em;
	}

.pageError li {
	margin-left:15px;
	list-style-type:square;
	color:#c00;
	}

.layoutTable {
	font-family:"Arial","Helvetica",sans-serif; 
	font-size:12px;
	border:solid 1px #777;
}

.layoutTable td {
	padding:2px 3px 2px 3px;
	font-size:12px;
}
	
.layoutTable th {
	padding:4px 4px 4px 4px;
	font-size:13px;
	background:rgb(102,153,204);
	color:White;
	border-bottom:1px solid #aaa;
	font-weight:bold;
}

.layoutTable th a {
	color:White;
}

th.subHeader {
	padding:4px 4px 4px 4px;
	font-size:12px;
	background:rgb(192,208,230);
	color:black;
	border-bottom:1px solid #aaa;
	font-weight:normal;
}

tr.itemHead td {
	background:rgb(102,153,204);
	color:White;
	border-bottom:1px solid #aaa;
	font-weight:bold;
}

tr.boldSep td {
	padding:0px 0px 0px 0px;
	border-top:solid 2px rgb(102,153,204);
}

tr.oddRow td {
	padding:2px 3px 2px 3px;
	font-size:12px;
	background:#f0f0f8;
	border-top:solid 1px rgb(102,153,204);
	border-bottom:solid 1px rgb(102,153,204);
}

tr.oddRow1 td {
	padding:2px 3px 2px 3px;
	font-size:12px;
	background:#f0f0f8;
	border-top:solid 1px rgb(102,153,204);
}

tr.oddRowMid td {
	padding:2px 3px 2px 3px;
	font-size:12px;
	background:#f0f0f8;
}

tr.oddRow2 td {
	padding:2px 3px 2px 3px;
	font-size:12px;
	background:#f0f0f8;
	border-bottom:solid 1px rgb(102,153,204);
}

tr.thinSep td {
	padding:0px 0px 0px 0px;
	background:rgb(102,153,204);
}


/* CSS Document */

h1 {	
font-family: Arial, Helvetica, sans-serif;	
font-size: 28px;	
color: #999999;	
font-weight: lighter;	
letter-spacing: -1px;	
margin-bottom: 5px;	
margin-top: 3px;	
line-height: 36px;
}
h2 {	
font-family: Arial, Helvetica, sans-serif;	
font-size: 18px;	
font-weight: lighter;	
color: #006699;	
padding-top: 5px;	
margin-bottom: -5px;
}
h3 {	
font-family: Arial, Helvetica, sans-serif;	
font-size: 14px;	
margin-bottom: 0px;	
color: #666666;	
font-weight: lighter;	
margin-top: -5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: lighter;
	padding: 0px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #6699CC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #003366;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
hr {	
size: 1; 	
noshade: noshade;
}
div.hide {	
display:none
}
#body_content {
	clear: left;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#graphic {	
clear: none;	
float: left;	
height: 250px;	
width: 790px;
}
#lower_content {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#text_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: lighter;
	line-height: 16px;
	width: 490px;
	float: left;
	margin-top: 18px;
	margin-right: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#protect #body_content #lower_content #text_content table {
	margin: 0px;
	padding: 0px;
	width: 490px;
	background-color: #EEEEEE;
	border: 1px solid #6699CC;
}
#protect #body_content #lower_content #text_content table td {
	margin: 0px;
	padding: 5px;
}
#protect #body_content #lower_content #text_content table h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#protect #body_content #lower_content #text_content h3 {
}
#protect #body_content #lower_content #text_content table strong { color: #003366; }
#text_content a {	
color: #000066;	
}
#text_content ul {
	line-height: 16px;
	list-style-position: outside;
	list-style-image: url(/vimages/bullet.gif);
	list-style-type: none;
}
#text_content strong {
	color: #333333;
	font-weight: bold;
}
#text_content #video-buttons {
	padding: 0px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#text_content #video-buttons img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}
#text_content #video-buttons a img {
	border: 1px solid #FFFFFF;
}
#text_content #video-buttons a:hover img {
	border: 1px solid #336699;
}
#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	width: 239px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 20px;
	padding-bottom: 10px;
	font-weight: lighter;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	float: right;
	clear: none;
}
#sidebar p.footnote {
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar.scroll { overflow: auto; }
#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 28px;
	text-indent: 10px;
	color: #666666;
	width: 400px;
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
	font-weight: lighter;
	padding-top: 10px;
	padding-right: 20px;
	background-color: #EEEEEE;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
#body_callout {	
font-family: Arial, Helvetica, sans-serif;	
font-size: 12px;	
line-height: 20px;	
color: #666666;	
width: 470px;	
float: left;	
padding-left: 10px;	
padding-bottom: 10px;	
font-weight: lighter;	
padding-top: 10px;	
padding-right: 10px;	
background-color: #eeeeee;	
margin-top: 20px;	
margin-left: 0px;	
margin-right: 0px;	
margin-bottom: 20px;
}
#side_quote {	
font-family: Georgia, "Times New Roman", Times, serif;	
font-size: 16px;	
line-height: 28px;	
text-indent: 10px;	
color: #FFFFFF;	
width: 199px;	
float: left;	
padding-left: 20px;	
padding-bottom: 10px;	
font-weight: lighter;	
margin-top: 30px;	
padding-top: 10px;	
padding-right: 20px;	
background-color: #6699CC;
}
#disclaimer {	
float: left;	
height: auto;	
width: 790px;	
margin-top: 20px;	
clear: both;	
margin-left: 10px;	
font-family: Arial, Helvetica, sans-serif;	
font-size: 12px;	
color: #000000;
}
.footnote {	
font-family: Arial, Helvetica, sans-serif;	
font-size: 10px;	
color: #666666;	
line-height: 12px;
}
.source {	
font-family: Arial, Helvetica, sans-serif;	
font-size: 11px;	
line-height: 24px;	
text-align: right;	
margin-right: 10px;
}
#newsroom {
	float: left;
	width: 100%;
	margin-top: 10px;
}


/*CSSDocument*/
#shareholder_head_content
{
	width: 772px;
	height: 45px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: left;
	padding: 0px;
}#shareholder_head_content a
{
	color: #000066;
	text-decoration: none;
}#shareholder_topnav
{
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	text-decoration: none;
	clear: right;
	float: right;
	margin-top: 15px;
	width: 495px;
	height: 28px;
	padding: 0px;
	font-weight: bold;
}#shareholder_topnav a
{
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	height: 26px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
}#shareholder_topnav a:hover
{
	color: #CC0000;
	text-decoration: none;
}#shareholder_privacy
{
	color: #000066;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	text-align: right;
	text-decoration: none;
	clear: right;
	float: right;
	height: auto;
	width: auto;
}
#shareholder_privacy a
{
	font-size: 11px;
}
#shareholder_logo
{
	float: left;
	clear: none;
	margin-top: -5px;
	margin-left: -3px;
	display: block;
}div#shareholder_logo h1
{
	margin: 0px;
	padding: 0px;
}div#shareholder_logo h1 a
{
	text-indent: -1000px;
	background-image: url(/vimages/pss_new_logo.jpg);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height: 46px;
	width: 220px;
	margin: 0px;
	padding: 0px;
}.shareholder_end_nav
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}
