@charset "utf-8";
/* CSS Document */


body {
	font-family: "Times New Roman", "Palatino Linotype",  Times, serif;
	font-size: 14px;
	color: #000000;
	border-color: #FF9900;
	letter-spacing: 1px;
	text-align: justify;
		}

a:link {
	text-decoration:none;
	color: #006600;
}
a:visited {
	text-decoration:none;
	color: #006600;
}

a:hover {
	text-decoration:underline;
}

a:active {text-decoration:underline;}

a.comment:link {
	color: #0099FF;
}
	
h1 {font-size: 24px;
	font-weight:bold;
	color:#AF8C43; 
	text-align:center;
}

h2 {font-size: 16px;
	font-weight:bold;
	color:#AF8C43; 
	text-align:center;
	margin-top:-10px;
}	

h3 {font-size: 18px;
	font-weight:bold;
	color:#AF8C43; 
	text-align:center;
}

h4 {font-size: 16px;
	font-weight:bold;
	color:#AF8C43; 
	text-align:left;
}	

h5 {font-size: 14px;
	font-weight:bold;
	color:#AF8C43; 
	text-align:left;
}	

h6 {font-size: 15px;
	font-weight:600; 
	text-align:left;
	font-style:italic;
}

.title1 {
	font-size: 28px;
	font-weight:600;
	text-align: center;
	color:#000;
}

.title2 {
	font-size: 24px;
	font-weight:100;
	text-align: center;
	color:#000;
}

.title3 {
	font-size: 18px;
	font-weight:600;
	text-align: center;
	color:#000;
}

.whiteBox {
	border: 1px solid #000000;
}

.paragraph {
	text-indent:2em;
	text-align:justify;
	font-family:"Times New Roman", "Palatino Linotype",  Times, serif;
}

.paragrbullet{
	margin-left:22px; 
	text-indent:-20px;	
	text-align: justify;
}

.bulletorange {
	color:#AF8C43; 
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
}

.bulletblack {
	#000; 
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
}

.titleparagraph {
	color:#AF8C43; 
	font-style:italic;
	font-weight:600;
	margin-right:8px;
	margin-bottom:5px;
	text-align:center;
	width:170px;
	height:20px;
	margin-top:5px;
	float:left;
	font-size:14px;
}

.page {
	margin-left:20px; 
	margin-right:20px;
	text-align:justify;
	font-size:14px;
}

.page1 {
	margin-left:20px; 
	text-align:justify;
}

.reference {
	text-align:justify;
	font-size:12px;
	text-indent:-20px;
	margin-left:20px;
	margin-bottom: -10px;
	
}

.reference2 {
	text-align:justify;
	font-size:12px;
	text-indent:-20px;
	margin-left:20px;
	margin-bottom: -10px;
}


.eikona {
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

.lezanta {
	text-align:center;
	font-style:italic;
	font-size:13px;
	margin-top:-10px;
	margin-bottom:20px;
}

.rotate{
	-moz-transform: rotate(-90deg); /* FF3.5+ */
	-o-transform: rotate(-90deg); /* Opera 10.5 */
	-webkit-transform: rotate(-90deg); /* Saf3.1+, Chrome */
	-ms-transform: rotate(-90deg); /* IE9 */
	transform: rotate(-90deg);
	}

table#table1
{
	margin-top:30px;
	background:#EDE2C2;
	 border:thin solid #F93;
}
table#table1 td p
{
margin left:15px; margin:2px;
}
div#div1 p
{margin-bottom:-6px;
}

sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
	}
