body {
	background-color:white;
	color:black;
	font-family: 'Roboto', sans-serif;
}
P {
//FONT-FAMILY: Verdana;
//FONT-SIZE: 12pt;
TEXT-INDENT: 30;
TEXT-ALIGN: justify;
line-height: 150%;
margin-top: 0;
margin-bottom: 0;
padding-left:10px;
padding-right:10px;
}
	.modalDialog {
//		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
		padding:10px;
	}

	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog > div {
//		width: 700px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #cecece;
		background: -moz-linear-gradient(#cecece, #f0f0f0);
		background: -webkit-linear-gradient(#cecece, #f0f0f0);
		background: -o-linear-gradient(#cecece, #f0f0f0);
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover {
	background: #C98D0B;//00d9ff
	}
	.close1 {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		bottom: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close1:hover {
	background: #C98D0B;//00d9ff
	}
a:hover {color:#5a5858}  /* mouse over link */

	A {text-decoration:none;
		color:black
	  }
body 		{FONT-FAMILY: Verdana;FONT-SIZE: 12pt}
body a		{text-decoration: none}
H1 			{TEXT-ALIGN: center}
H2 			{TEXT-ALIGN: center}
H3 			{TEXT-ALIGN: center}
.epigr 		{padding-bottom:7px;margin:0; TEXT-ALIGN: right; FONT-STYLE:ITALIC; FONT-SIZE: 10pt; word-spacing:0; text-indent:0; line-height:100%}
.epigr_sign {TEXT-ALIGN: right; FONT-SIZE: 10pt}

.text 		{TEXT-INDENT: 30; TEXT-ALIGN: justify; line-height: 150%; margin-top: 0; margin-bottom: 0}
.text_r 	{TEXT-INDENT: 30; TEXT-ALIGN: right; line-height: 150%; margin-top: 0; margin-bottom: 0}
.text_c 	{TEXT-INDENT: 30; TEXT-ALIGN: center; line-height: 150%; margin-top: 0; margin-bottom: 0}
.cur 		{TEXT-INDENT: 30; TEXT-ALIGN: justify; line-height: 150%; margin-top: 0; margin-bottom: 0;FONT-STYLE:ITALIC;}
.stih 		{FONT-STYLE:ITALIC; TEXT-INDENT: 150; TEXT-ALIGN: justify; line-height: 150%; margin-top: 0; margin-bottom: 0}
.sign       {text-align: right; text-indent: 0; word-spacing: 0; line-height: 100%; margin: 0; font-style:regular; font-size:10pt }
.link 		{TEXT-ALIGN: right; FONT-SIZE: 10pt}
.link a 	{TEXT-ALIGN: right; FONT-SIZE: 10pt}