body {
	background: url(../images/tile.jpg) repeat ;
	font-family: PT Sans, Open Sans Condensed, Arial, Helvetica, sans-serif; 
	margin: 0px;
	padding: 0px;
}
a:visited {
	text-decoration: none;
}

a:link {
	text-decoration: none;		
}

#siteContainer {
	margin: auto;
	width: 960px;
	border: 2px #eee solid;
  border-radius: 10px;
	margin-top: 10px;
	box-shadow: 0px 5px 15px 5px #99B7CC;
}
.banner_transpar  {
	width: 960px;
	height: 73px;
	padding: 10px 0px;
background-color: hsla(228, 52%, 28%, 0.8);
	
}

.backgr  {border-bottom: 10px solid #fcb738; 
	background: url(../images/hero-4.jpg) no-repeat;
	height: 200px; 
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 15px solid #232F64;}

.logo {
	color: #fff;
	
	margin-top: 10px;
	padding: 0px 0px 0px 35px;
}

.logo  h1{border: none;}

.logo  h1 span{
	font-family: Open Sans Condensed, PT Sans, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fcb738; 
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.logo p {
	font-family: Open Sans Condensed, PT Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin:  0px;
	padding: 0px;
	}
	
.logo a {
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	padding: 0px;
	margin:  0px;
	text-decoration: none;
	
width: 200px;
	height: 200px;
}
.logo a::after {
    content: url(../images/RussianLaws-logo_1.png);
}

.search {
font-family: Open Sans Condensed, PT Sans, Arial, Helvetica, sans-serif;
	float: right;
	font-size: 12px;
	font-weight: bold;
	font-weight: normal;
	color: #fff;
	margin-top: 20px;
	margin: 5px 5px 5px 5px;
}
.search td {color: #fff;font-weight: bold; font-size: 13px;}

.bannerRt {
	float: right;
	width: 400px;
	height: 73px;
}

.heroSpot {
	
	width: 960px;
	
	
}
/*
.heroText {	border-bottom: 10px solid #fcb738; background: url(../images/hero-3.jpg) no-repeat;height: 243px;}

.heroText h1 { border: none;
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #fcb738;
	margin: 0px;
	padding: 30px 0px 0px 35px;
	text-align: left;
	font-weight: bold;
}
.heroText h1 span {
	font-family: Open Sans Condensed, PT Sans, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #fcb738; 
	margin: 0px;
	padding: 0px;
	text-align: left;
}
*/
.menu_horizontal{
	height: 45px;
	width: 960px;
	
	
}
.viewlist{
color:#232F64; text-align:left; font-weight:bold; margin: 10px 15px 10px 15px; 
	padding: 3px 0px 5px 0px; font-size:15px; font-family:Open Sans Condensed, PT Sans, Arial, Helvetica, sans-serif;
}
.viewlist img{ padding-right: 15px;}

.menu_horiz_Lt{
	width: 270px;
	font-family: Open Sans Condensed, PT Sans, Arial, Helvetica, sans-serif;
	float: left;
	border-bottom: 2px dotted LightGray;
	font-weight: bold;
	font-size: 15px;
	margin: 10px 15px 10px 15px;
	padding: 3px 0px 2px 10px;
	color: #232F64;
	}

.menu_horiz_Rt{
	width: 630px;/*Roboto Condensed, Oswald, */
	font-family: Open Sans Condensed, PT Sans, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	font-size: 15px;
	margin: 10px 10px 10px 10px;
	letter-spacing: 1px;
text-align: center;
	}	

.menu_horiz_Rt ul{
    float: left;
    list-style-type: none;
	padding: 0px;
	margin: 0px;
}



.menu_horiz_Rt a{
    float: left;
   background: rgb(0,101,165); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(0,101,165) 1%, rgb(1,61,121) 54%, rgb(35,47,100) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(0,101,165)), color-stop(54%,rgb(1,61,121)), color-stop(100%,rgb(35,47,100))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(0,101,165) 1%,rgb(1,61,121) 54%,rgb(35,47,100) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(0,101,165) 1%,rgb(1,61,121) 54%,rgb(35,47,100) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(0,101,165) 1%,rgb(1,61,121) 54%,rgb(35,47,100) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(0,101,165) 1%,rgb(1,61,121) 54%,rgb(35,47,100) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065a5', endColorstr='#232f64',GradientType=0 ); /* IE6-9 */

    text-decoration: none;
    color: white;
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
	
 }

.menu_horiz_Rt a:hover{
background: rgb(255,0,8); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(255,0,8) 2%, rgb(201,24,30) 55%, rgb(201,24,30) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,0,8)), color-stop(55%,rgb(201,24,30)), color-stop(100%,rgb(201,24,30))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,0,8) 2%,rgb(201,24,30) 55%,rgb(201,24,30) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,0,8) 2%,rgb(201,24,30) 55%,rgb(201,24,30) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,0,8) 2%,rgb(201,24,30) 55%,rgb(201,24,30) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,0,8) 2%,rgb(201,24,30) 55%,rgb(201,24,30) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0008', endColorstr='#c9181e',GradientType=0 ); /* IE6-9 */

	
}

.menu_horiz_Rt li {
    display: inline;
}

.siteBody {
	background: url(../images/sitebody.jpg) top no-repeat #fff;
	width: 960px;
	min-height: 502px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	
}
.menu {
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	float: left;
	/* background: url(../Images/menuBtm.jpg) bottom no-repeat #333;*/
	width: 270px;
	min-height: 492px;
	margin: -10px 15px 15px 15px;
}
.menu a {
font-family: PT Sans, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
	width: 190px;
	padding: 8px 10px 8px 10px;
}
.menu a:hover {
/*	background: url(../Images/btn-over.jpg) top no-repeat;*/
	color: #FCCE16;
}
.menuDiv {
	
	width: 270px;
	height: 1px;
	border-bottom: 1px dotted #666;
}
.menuEmblem {
	width: 270px;
	height:142px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}
.bodyContent {

	float: left;
	width: 630px;
	min-height: 492px;
	margin: 15px 15px 15px 15px;
	overflow: hidden;
}
h1 {
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #c70909;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	border-bottom: 2px dotted LightGray;
	padding: 3px 0px 5px 0px;
}

h2 {
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #232F64;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h4 a:link{
        text-decoration: none;	
		color: #232F64;
}

}

a:hover { 
text-decoration:none; 
color: red;
}

h4 a:visited { 
text-decoration:none; 
color: #c70909;
}
.docLink  { 
	font-family: Open Sans Condensed, PT Sans, Arial, Helvetica, sans-serif;
	color:#fff;
	background: rgb(0,101,165); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(0,101,165) 1%, rgb(1,61,121) 54%, rgb(35,47,100) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(0,101,165)), color-stop(54%,rgb(1,61,121)), color-stop(100%,rgb(35,47,100))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(0,101,165) 1%,rgb(1,61,121) 54%,rgb(35,47,100) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(0,101,165) 1%,rgb(1,61,121) 54%,rgb(35,47,100) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(0,101,165) 1%,rgb(1,61,121) 54%,rgb(35,47,100) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(0,101,165) 1%,rgb(1,61,121) 54%,rgb(35,47,100) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065a5', endColorstr='#232f64',GradientType=0 ); /* IE6-9 */
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	border-radius: 5px;
	text-transform: uppercase;
	/*width: 150px;*/
}
a.docLink:link {
/*	width: 150px;*/
	display: block;
	text-align: center;
}
a.docLink:hover {
	text-transform: uppercase;
	background: rgb(252,177,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(252,177,56) 1%, rgb(196,161,49) 75%, rgb(252,177,56) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(252,177,56)), color-stop(75%,rgb(196,161,49)), color-stop(100%,rgb(252,177,56))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(252,177,56) 1%,rgb(196,161,49) 75%,rgb(252,177,56) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(252,177,56) 1%,rgb(196,161,49) 75%,rgb(252,177,56) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(252,177,56) 1%,rgb(196,161,49) 75%,rgb(252,177,56) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(252,177,56) 1%,rgb(196,161,49) 75%,rgb(252,177,56) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb138', endColorstr='#fcb138',GradientType=0 ); /* IE6-9 */
/*	min-width: 150px;*/
}

.docAdd {
	font-family: Open Sans Condensed, PT Sans, Arial, Helvetica, sans-serif;
	color:#fff;
	background: rgb(255,0,8); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,0,8) 2%, rgb(201,24,30) 55%, rgb(201,24,30) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,0,8)), color-stop(55%,rgb(201,24,30)), color-stop(100%,rgb(201,24,30))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,0,8) 2%,rgb(201,24,30) 55%,rgb(201,24,30) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,0,8) 2%,rgb(201,24,30) 55%,rgb(201,24,30) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,0,8) 2%,rgb(201,24,30) 55%,rgb(201,24,30) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(255,0,8) 2%,rgb(201,24,30) 55%,rgb(201,24,30) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0008', endColorstr='#c9181e',GradientType=0 ); /* IE6-9 */
	
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	border-radius: 5px;
	text-transform: uppercase;
	/*width: 90px;*/
}

a.docAdd:link {
	/*width: 60px;*/
	display: block;
  text-align: center;
}

a.docAdd:hover {
	background: rgb(252,177,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(252,177,56) 1%, rgb(196,161,49) 75%, rgb(252,177,56) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(252,177,56)), color-stop(75%,rgb(196,161,49)), color-stop(100%,rgb(252,177,56))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(252,177,56) 1%,rgb(196,161,49) 75%,rgb(252,177,56) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(252,177,56) 1%,rgb(196,161,49) 75%,rgb(252,177,56) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(252,177,56) 1%,rgb(196,161,49) 75%,rgb(252,177,56) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(252,177,56) 1%,rgb(196,161,49) 75%,rgb(252,177,56) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb138', endColorstr='#fcb138',GradientType=0 ); /* IE6-9 */
	text-transform: uppercase;
	/*width: 150px;*/
}

.deleteLink {
/*background: rgb(237,237,237);
background: -moz-linear-gradient(top,  rgb(237,237,237) 0%, rgb(176,178,186) 45%, rgb(130,135,150) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(237,237,237)), color-stop(45%,rgb(176,178,186)), color-stop(100%,rgb(130,135,150))); 
background: -webkit-linear-gradient(top,  rgb(237,237,237) 0%,rgb(176,178,186) 45%,rgb(130,135,150) 100%); 
background: -o-linear-gradient(top,  rgb(237,237,237) 0%,rgb(176,178,186) 45%,rgb(130,135,150) 100%);
background: -ms-linear-gradient(top,  rgb(237,237,237) 0%,rgb(176,178,186) 45%,rgb(130,135,150) 100%); 
background: linear-gradient(to bottom,  rgb(237,237,237) 0%,rgb(176,178,186) 45%,rgb(130,135,150) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#828796',GradientType=0 );*/
	background: rgb(255,0,8); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,0,8) 2%, rgb(201,24,30) 55%, rgb(201,24,30) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,0,8)), color-stop(55%,rgb(201,24,30)), color-stop(100%,rgb(201,24,30))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,0,8) 2%,rgb(201,24,30) 55%,rgb(201,24,30) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,0,8) 2%,rgb(201,24,30) 55%,rgb(201,24,30) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,0,8) 2%,rgb(201,24,30) 55%,rgb(201,24,30) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(255,0,8) 2%,rgb(201,24,30) 55%,rgb(201,24,30) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0008', endColorstr='#c9181e',GradientType=0 ); /* IE6-9 */
font-family: Open Sans Condensed, PT Sans, Arial, Helvetica, sans-serif;
color:#fff;
padding: 5px;
margin: 5px;
font-weight: bold;
border-radius: 5px;
text-transform: uppercase;
/*width: 140px;*/
font-weight: bold;
vertical-align:baseline;
}
a.deleteLink:link {
width: 140px;
display: block;
    text-align: center;
font-weight: bold;	
vertical-align:baseline;
}

.deleteLink p{font-family: Open Sans Condensed, PT Sans, Arial, Helvetica, sans-serif;
color:#000;
padding: 5px;
margin: 5px;
font-weight: bold;
border-radius: 5px;
text-transform: uppercase;
width: 140px;
font-weight: bold;
vertical-align:baseline;
font-size: 14px; }


a.deleteLink:hover {
    	text-transform: uppercase;
   background: rgb(0,101,165); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(0,101,165) 1%, rgb(1,61,121) 54%, rgb(35,47,100) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(0,101,165)), color-stop(54%,rgb(1,61,121)), color-stop(100%,rgb(35,47,100))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(0,101,165) 1%,rgb(1,61,121) 54%,rgb(35,47,100) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(0,101,165) 1%,rgb(1,61,121) 54%,rgb(35,47,100) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(0,101,165) 1%,rgb(1,61,121) 54%,rgb(35,47,100) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(0,101,165) 1%,rgb(1,61,121) 54%,rgb(35,47,100) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065a5', endColorstr='#232f64',GradientType=0 ); /* IE6-9 */
width: 140px;
font-weight: bold;
color:#fff;
vertical-align:baseline;

}

/*.deleteLink p::after{

    content: url(../common/images/icon_delete.gif);
}*/




p {
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.ltCol {
	float: left;
	width: 315px;
	min-height: 50px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	}


.rtCol {
	float: left;
	width: 315px;
	min-height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.header {
	display: block;
	background: #900000;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 315px;
	min-height: 5px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
}
.text {
	display: block;
	background: #f1f1f1;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	width: 315px;
	min-height: 5px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
.footer {
border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: rgb(255,0,8); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(255,0,8) 0%, rgb(201,24,30) 5%, rgb(201,24,30) 5%, rgb(201,24,30) 9%, rgb(22,42,103) 15%, rgb(0,61,116) 57%, rgb(21,41,102) 91%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,0,8)), color-stop(5%,rgb(201,24,30)), color-stop(5%,rgb(201,24,30)), color-stop(9%,rgb(201,24,30)), color-stop(15%,rgb(22,42,103)), color-stop(57%,rgb(0,61,116)), color-stop(91%,rgb(21,41,102))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,0,8) 0%,rgb(201,24,30) 5%,rgb(201,24,30) 5%,rgb(201,24,30) 9%,rgb(22,42,103) 15%,rgb(0,61,116) 57%,rgb(21,41,102) 91%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,0,8) 0%,rgb(201,24,30) 5%,rgb(201,24,30) 5%,rgb(201,24,30) 9%,rgb(22,42,103) 15%,rgb(0,61,116) 57%,rgb(21,41,102) 91%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,0,8) 0%,rgb(201,24,30) 5%,rgb(201,24,30) 5%,rgb(201,24,30) 9%,rgb(22,42,103) 15%,rgb(0,61,116) 57%,rgb(21,41,102) 91%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,0,8) 0%,rgb(201,24,30) 5%,rgb(201,24,30) 5%,rgb(201,24,30) 9%,rgb(22,42,103) 15%,rgb(0,61,116) 57%,rgb(21,41,102) 91%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0008', endColorstr='#152966',GradientType=0 ); /* IE6-9 */

	width: 960px;
	height: 53px;
	
		}
.footerRt {
	float: right;
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 90xp;
	width: 410px;
	padding: 15px 20px 0px 20px;
	text-align: right;
}
.footerRt a {
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: right;
}
.footerRt a:hover {
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FCCE16;
	text-decoration: none;
	text-align: right;
}
.footerLt {
	float: left;
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	width: 430px;
	padding: 15px 0px 0px 20px;
}
form {
	margin: 10px;
	padding: 0px;
}
.searchInput {
	width: 200px;
	height: 22px;
	margin: 5px 5px 5px 5px;
	border: 2px #eee solid;
    border-radius: 7px;
}


.docDisplayHeader {
font-family: PT Sans, Arial, Helvetica, sans-serif;
	display: block;
	background: #900000;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	min-height: 5px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
}
.docDisplayText {
font-family: PT Sans, Arial, Helvetica, sans-serif;
	display: block;
	background: #f1f1f1;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	min-height: 5px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
.docDisplayHeaderEN {
font-family: PT Sans, Arial, Helvetica, sans-serif;
	display: block;
	background: #232F64;
	font-size: 14px;
	font-weight: bold;
	color: white;
	min-height: 5px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
}


.readmore {
	text-align: right;
	color: #900000;
}

.dropdown {
	display: none;
	background: #232F64;
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}
.dropdown a {
	background: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.dropdown a:hover {
	display: block;
	background: none;
	font-size: 11px;
	color: #fdd600;
	text-decoration: none;
}

.docDisplay {
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
}

.docDisplay h1 {
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C70909;
	margin: 0px;
	font-weight: bold;
	border: none;
}

.docDisplay h1 span {
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #232f64;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
