﻿html, body 		{
		background: #CCCCFF;
		font: normal 10pt verdana;
		color: #000000;
		text-align: left;
		width : 1022px;
		}

a:link		{color: blue;
		text-decoration: underline;
		font-weight: normal;		
		}

a:visited	{color: blue;
		text-decoration: underline;
		font-weight: normal;		
		}

a:hover		{color: red;
		text-decoration: underline;
		font-weight: normal;		
		}

table		{border: thin solid black;
		background:#FFFFCC;
		font: normal 10pt verdana;
		width: 100%;
		}

.clsMainColor	{background: #CCCCFF;
		border: 0px none;
		}

.clsEntry 	{font: normal bold 10pt verdana;
		background: #CCCCCC;
		text-align: left;
		width: 20%;
		}

.clsBody 	{font: 10pt verdana;
		font-style: normal;
		font-weight: normal;
		background:FFFFCC;
		text-align: left;
		width: 60%;
		}

.clsNote 	{font: normal italic 8pt verdana;
		background:#FFFFCC;
		width: 20%;
		text-align: left}


.clsComment 	{font: 10pt verdana;
		font-style: normal;
		font-weight: normal;
		background: #CCCCCC;
		text-align: left;
		width: 20%;
		}

.clsNavHead	{font: bold 8pt verdana;
		background: #CCCCFF;
		color: #000000;
		valign: midle;
		width: 100%;
		text-align: center;
		border: medium outset white;
		}

.clsTable60	{width:60%;
		background:#FFFFCC;
		}


#idISI		{font: 14pt times new roman;
		font-style: normal;
		font-weight: bold;
		color: blue;
		text-align: center;
		}


#idSP		{font: 10pt times new roman;
		font-style: normal;
		font-weight: normal;
		color: blue;
		text-align: center;
		}

.clsKeyWord	{font: 8pt times new roman;
		font-style: normal;
		font-weight: normal;
		color: #CCCCFF;
		}

#idCap		{font: 10pt verdana;
		font-style: normal;
		font-weight: bold;
		color: red;
		text-align: center;
		}
		
.backwards {unicode-bidi:bidi-override; direction: rtl;}	