/* 	---------------------------------------
	OMOTO Stylesheet File
	Version 1.0
	Author: Martin Heine / Light Art Vision
	Last Upate: 4/2006 
	--------------------------------------- */

/* Main HTML Body */	


/* Links */


a.topNavi {
    font-family : Arial, Helvetica, sans-serif;
    background-color: none;
    text-decoration: none;
    color: #ffffff;
    font-size : 8pt;
    font-weight : bold;
  }


a.topNavi:hover {
    font-family : Arial, Helvetica, sans-serif;
    background-color: none;
    text-decoration: none;
    color: #E2FF00;
    font-size : 8pt;
    font-weight : bold;
  }


a.TextLink {
    font-family : Arial, Helvetica, sans-serif;
    background-color: none;
    text-decoration: none;
    color: #2770C4;
    font-size : 9pt;
    font-weight : normal;
 
  }

a.TextLink:hover {
    font-family : Arial, Helvetica, sans-serif;
    background-color: none;
    text-decoration: none;
    color: #000000;
    font-size : 9pt;
    font-weight : normal;
  }
/* Basic Text Font */

b {
    text-decoration:none;
    font-family : Arial, Helvetica, sans-serif;
    font-size:9pt;
    font-weight: normal;
    color: #aaaaff;
  }


/* ------------- Table colors and styles ------------------*/	
	
body.flrmBack {
	background-image : url(images/flrmBehindBK.jpg);
}



table.main {

	 width : 900;
	 height: 100%;
	 background: #0c0c0c;
    border-bottom-width : 0;
    border-left-width : 0;
    border-right-width : 0;
    border-top-width : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    border-spacing: 0px;
    border-collapse: collapse;
  }

td.topHeader {
    background-image : url(images/flrmTopNavi.jpg);
    width: 900;
    height: 105;
    padding-top : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    border-width: 0;
    border-width: 0;
  }
td.topLeafs {
    background-image : url(images/flrmTopLeafs.jpg);
    width: 900;
    height: 164;
	 
  }

td.MainBK {
    background-image : url(images/flrmMainBK.jpg);
    width: 900;

    background-repeat: no-repeat;
}

table.topNavigation {

    width : 700;

  }
td.Content {
    border-bottom-width : 0;
    border-left-width : 0;
    border-right-width : 0;
    border-top-width : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    outline:0;
  }
  

td.text01
{
	width: 100%;
	text-decoration:none; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size:9pt;
	font-weight: bold; 
	color: #DBECFF;
}

td.text02
{
	width: 200px;
	text-decoration:none; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size:9pt;
	font-weight: normal; 
	color: #ADE0FF;
}

td.text03
{
	width: 200px;
	text-decoration:none; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size:9pt;
	font-weight: bold;; 
	color: #DBECFF;;
}



td.textblank01
{
	width: 15px;
}

td.image01
{
	width: 330px;
}
  



