/*-------------- Body ----------------*/
BODY {
	color: #000000;
	background-color: #DED6BD;
	background-image: url(backgr.gif);
	font: normal 12px serif;
	cursor: default;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	SCROLLBAR-FACE-COLOR:		#DED6BD;
	SCROLLBAR-SHADOW-COLOR:		#350000;
	SCROLLBAR-HIGHLIGHT-COLOR:	#350000;
	SCROLLBAR-3DLIGHT-COLOR:	#DED6BD;
	SCROLLBAR-DARKSHADOW-COLOR:	#DED6BD;
	SCROLLBAR-TRACK-COLOR:		#DED6BD;
	SCROLLBAR-ARROW-COLOR:		#350000;
}

IMG {
	border-color: #350000
}

/*A:ACTIVE {
	color : #CE3100;
}*/

A {
	/*color: #350000;*/
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	/*color : #FF6300;*/
	text-decoration : underline;
}
/*A:VISITED {
	color : #9C6331;
}*/

HR {
	color: #350000;
}
/*----------- Classes---------------*/
.headLine {
	font: bold 48px serif;
}
.Caption {
	color: #400040;
	font: bold italic 26px serif;
	text-align: center;
}
.subCaption {
	font: bold italic 20px serif;
	text-align: left;
	margin-top: 40px;
}
.Chapter {
	color: #350000;
	text-decoration: none;
	font: bold 20px serif;
}

.linkTree {
	text-decoration: none;
	font: bold 14px serif;
}

/*.SimpleText:first-letter {
	font: bold 18px serif;
	color: #350000;
}*/
.SimpleText {
	font: normal 14px serif;
	text-align: left;
}
.RightText {
	font: normal 14px serif;
	text-align: right;
}

.CitationText {
	font: bold italic 14px serif;
	text-align: justify;
	margin: 1cm;
}
.ImageText {
	font: normal 14px serif;
	text-align: center;
}
.SmallText {
	font: normal 11px serif;
	text-align: center;
}
.GreekText {
	font: italic 15px Symbol;
	text-align: center;
}