/*------------------------ PDF and Print Icon ------------------------*/

.icon {display:none}

/*------------------------ Holding Container ------------------------*/

#contentPane {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}

/*------------------------ Issue Link ------------------------*/

.topLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/*------------------------ Title and Author Styles ------------------------*/

.ArticleListTitle {
	font-size: 36px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 1px;
	display : block;
	clear:  right;
	margin-bottom: 5px;
	text-transform: capitalize;
	line-height: 42px;
}

.ArticleListDescription {
	font-size : 12px;
	display : block;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 130%;
}

.ArticleListAuthor {
	font-size: 14px;
	color: #000000;
}

.ArticleListAuthorLastName {
	text-transform : uppercase;
}

.ArticleListIssue {
	font-size : 8pt;
	display : block;
	margin-top: 15px;
	text-align: right;
}

.AllArticleAuthors {
display:block;
margin-bottom: 28px;
}

/*------------------------ Text Styles ------------------------*/


.pNormal {
	padding-bottom:18px;
	text-align:justify;
}

.tNormal {
}

.tNormalItalic {
	font-style: italic;
}

.t9px {
	font-size : 9px;
}

.tIlalic {
	font-style: italic;
}

.tBold {
    font-weight:bold;
}

.pHeader {
	padding-bottom:18px;
	line-height:28px;
	text-align:justify;
	padding-top: 18px;
}

.tHeader {
	font-size : 18px;
	font-weight: bold;
}

.pDescription {
	padding-bottom:18px;
	text-align:justify;
}

.tDescription {
	font-style: italic;
}

.pNotes {
	padding-bottom:18px;
	line-height:18px;
	text-align:justify;
}

.tNotes {
	font-size : 12px;
}

.rulerNotes {
	width: 200px;
	display: block;
}

/*------------------------ InterviewStyles ------------------------*/

.pHeaderInterview {
	padding-bottom:18px;
	text-align:justify;
	padding-top: 18px;
	padding-right: 20px;
	padding-left: 20px;
}

.tHeaderInterview {
	font-weight: bold;
}

.pHeaderInterview1 {
	text-align:justify;
	padding-top: 18px;
	padding-bottom:9px;
}

.tHeaderInterview1 {
	font-style: italic;
}

.pNormalInterview {
    text-indent:15px;
	text-align:justify;
}


/*------------------------ Tables ------------------------*/

.pTableTitle {
	padding-bottom:18px;
	line-height:18px;
	text-align:justify;
	padding-top: 18px;
	margin-left: 32px;
	margin-right: 32px;
	width: 500px;
}

.tTableTitle {
	font-size : 12px;
	font-weight: bold;
}

.tableWithHeader, .tableNoHeader {
	width: 560px;
}

.tableWithHeader500, .tableNoHeader500 {
	width: 500px;
	margin-left: 32px;
}

.tableWithHeader td, .tableNoHeader td, .tableWithHeader500 td, .tableNoHeader500 td  {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #001F52;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #001F52;
	padding-right: 5px;
	padding-left: 5px;
}

.tableNoHeader, .tableNoHeader500 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #001F52;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #001F52;
}

.tableWithHeader, .tableWithHeader500 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #001F52;
}

.tableWithHeaderHeader td {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #001F52;
	background-color: #E6EDF3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #001F52;
	font-weight: bold;
}

.pTableCaption {
	padding-bottom:28px;
	line-height:18px;
	text-align:left;
	margin-left: 32px;
	margin-right: 32px;
	padding-top: 9px;
	width: 450px;
}

.tTableCaption {
	font-size : 12px;
}

.tableCaptionRight {
	padding-bottom:28px;
	line-height:18px;
	font-size : 12px;
	font-style: italic;
	text-align: right;
	padding-right: 10px;
	width: 564px;
}

/*------------------------ Images ------------------------*/

img {display:none}

.imageArticleCenter500 {
	display: block;
	margin-left: 32px;
}

.imageArticleLeft {display:none}

.imageArticleRight {display:none}

.vrezkaFullPage {
	display: block;
	background-color: #E4E4E4;
	padding: 20px 40px;
	margin-bottom: 18px;
	margin-top: 18px;
}


