@charset "utf-8";

BODY		{font-family: "Arial Unicode MS", Arial, sans-serif;
		color: black}

A:link		{color: blue;}

A:active	{color: green;}

A:visited	{color: navy;}

FONT.t		{font-family: TekniaGreek;}

FONT.t1		{font-family: TekniaGreek;
		font-size: large;}

FONT.t2		{font-family: TekniaGreek;
		font-size: x-large;}

FONT.t4		{font-family: TekniaGreek;
		font-size: large;}

FONT.t4t	{font-family: TekniaGreek;
		font-size: large;
		color: teal;}

FONT.t4g	{font-family: TekniaGreek;
		font-size: large;
		color: green;}

FONT.t4b	{font-family: TekniaGreek;
		font-size: large;
		color: blue;}

FONT.t5		{font-family: TekniaGreek;
		font-size: x-large;}

FONT.t5t	{font-family: TekniaGreek;
		font-size: x-large;
		color: teal;}

FONT.t5g	{font-family: TekniaGreek;
		font-size: x-large;
		color: green;}

FONT.t5b	{font-family: TekniaGreek;
		font-size: x-large;
		color: blue;}

P		{margin-left: 10px;
		margin-right: 10px;}

P.def		{margin-left: 40px;
		margin-right: 10px;}

P.def:first-line {margin-left:10px}

P.indent	{margin-left: 40px;
		margin-right: 10px;}

P.indent2	{margin-left: 65px;
		margin-right: 10px;}

P.indent3	{margin-left: 90px;
		margin-right: 10px;}

P.bottomless	{margin-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;}

P.topless	{margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;}

TR.topquote	{background-color: #FFF0E0;}

TR.bottomtranslation	{background-color: #C4EDE8;}
		
DT		{margin-left: 10px;
		margin-right: 10px}
		
DD		{margin-left: 40px;
		margin-right: 10px}

LI		{margin-left: 25px;
		margin-right: 10px;}

LI LI		{margin-left: 15px;
		margin-right: 10px;}

UL.topless	{list-style-type: disc;
		margin-top: 0px}

UL.notopbottom	{list-style-type: disc;
		margin-top: 0px;
		margin-bottom: 0px;}

UL.topless UL.topless	{list-style-type: circle;}

UL UL.topless	{list-style-type: circle;}

UL		{list-style-type: disc;}

UL UL		{list-style-type: circle;}

OL.num		{list-style-type: decimal;}

OL.topless	{list-style-type: upper-roman;
		margin-top: 0px}

OL		{list-style-type: upper-roman;}

OL OL		{list-style-type: upper-alpha;}

OL OL OL	{list-style-type: decimal;}

OL OL OL OL	{list-style-type: lower-alpha;}
		
INPUT		{margin-left: -40px;
		margin-right: 10px}

BLOCKQUOTE	{margin: 40px;
		padding: 10px;
		border-style: solid;
		border-color: blue;
		border-width: thin;}

H1		{font-size: 24pt;
		font-weight: bold;
		font-family: sans-serif;
		margin-left: 0px;
		color: #9999CC;}

H2		{font-size: 20pt;
		font-weight: bold;
		font-family: sans-serif;
		margin-left: 0px;
		color: darkblue;}

H3		{font-size: 16pt;
		font-weight: bold;
		font-family: sans-serif;
		margin-left: 0px;
		color: darkblue;}

H4		{font-size: 14pt;
		font-weight: bold;
		font-family: sans-serif;
		margin-left: 0px;
		color: black;}

H5		{font-size: 12pt;
		font-weight: bold;
		font-family: sans-serif;
		font-style: italic;
		margin-left: 0px;
		color: black;}

.highlight	{background: yellow;}

.blueback	{background: lightblue;}

.greenback	{background: lightgreen;}

.pinkback	{background: pink;}

DIV.note	{background: lightyellow;
		color: black;
		margin: 40px;
		padding: 10px;
		border-style: solid;
		border-color: black;
		border-width: medium;}



