@charset "utf-8";
/* CSS Document */


body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color:#000000;
	line-height: 120%;
	text-align:justify;
	letter-spacing:0.8px
		}
		
.center{
	text-align:center
}

.left{
	text-align:left
}

.right{
	text-align:right
}

.top{
	vertical-align:top
}

.bottom{
	vertical-align:bottom
}

.spacing{
	letter-spacing:3px
}

.bold{
	font-weight:bold
}

.italics{
	font-style:italic
}

.under{
	text-decoration: underline
}

.indent{
	text-indent:20px
}

.backindent{
	text-indent:-40px;
	margin-left:40px
}

.backindent2{
	text-indent:-20px;
	margin-left:20px
}

.parup{
	margin-top:-15px
}

.pardown{
	margin-top:40px
}

.lezanta{
	font-size:14px;
	font-style:italic;
	text-align: center
}

.reference{
	font-size:14px;
}

.declist{
	list-style-type:decimal
}

.greeklist{
	list-style-type:lower-greek;
}



