BODY {
 scrollbar-base-color: #ffffff;
 scrollbar-track-color: #FFFfff;
 scrollbar-face-color: #FFFfff;
 scrollbar-highlight-color: #FFFfff;
 scrollbar-3dlight-color: #BFB379;
 scrollbar-darkshadow-color: #BFB379;
 scrollbar-shadow-color: #FFFfff;
 scrollbar-arrow-color: #BFB379;
 }

H1  {
	font-size : 14pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
}


H2  {
	font-size : 12pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
}


H3  {
	font-size : 10pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
}


BODY  {
	font-size : 9pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}


TD  {
	font-size : 9pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}


P  {
	font-size : 9pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}
.other {
	font-size: 8pt;
	 }
		@font-face {
			font-style:  normal;
			font-weight: normal;
		}
		
a:link    { font-style: normal; font-weight: bold; color: #000080; text-decoration: none;}
a:active  { font-style: normal; font-weight: bold; color: #000080; text-decoration: none;}
a:visited { font-style: normal; font-weight: bold; color: #000080; text-decoration: none;}
a:hover   {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: overline underline;
	background-color: #E9E6D7;
}

a.menu:link    { font-family : 'Arial Narrow'; font-style: normal; font-size : 9pt; color: #D9D4B6; text-decoration: none }
a.menu:active  { font-family : 'Arial Narrow'; font-style: normal; font-size : 9pt; color: #D9D4B6; text-decoration: none }
a.menu:visited { font-family : 'Arial Narrow'; font-style: normal; font-size : 9pt; color: #D9D4B6; text-decoration: none }
a.menu:hover   { font-family : 'Arial Narrow'; font-style: normal; font-size : 9pt; color: #000000; text-decoration: none;}

.tab{font-family: arial, verdana, san-serif; font-size: 9pt;}
.asd{
	text-decoration: none;
	font-family: arial, san-serif;
	font-size: 9pt;
	padding: 6px 6px 6px 6px;
}
		
a.asd:link    { font-style: normal; font-weight: bold; color: #000080; text-decoration: none;}
a.asd:active  { font-style: normal; font-weight: bold; color: #000080; text-decoration: none;}
a.asd:visited { font-style: normal; font-weight: bold; color: #000080; text-decoration: none;}
a.asd:hover   {
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: overline underline;
	background-color: #E9E6D7;
}

/*  menu items */		

		.topMenu {
			color: #FEC6C6;
  cursor: pointer;
		}

		.submenu {
			width: 100;
			background-color: #D9D4B6;
			border-width: 0;
			border-style: solid;
			border-color: #FEC6C6;
			color: White;
  cursor: pointer;
		}

		.topItemNormal {
			color: #FEC6C6;
			cursor: pointer;
			background-color: #D9D4B6;
		}
		.topItemOut {
			color: #FEC6C6;
			cursor: pointer;
			background-color: #D9D4B6;
		}

		.topItemOver {
			color: #FEC6C6;
			cursor: pointer;
			background-color: #D9D4B6;
			text-decoration: overline underline;
		}

		.itemNormal {
			background-color: #D9D4B6;
			color: #FCF1D6;
			cursor: pointer;
		}

		.itemOver {
			color: #000000;
			cursor: pointer;
			background-color: #D9D4B6;
		}
