body	      {	background-color: #8ccef6; color:black; }
#imagelayer   { position:absolute; left:0px; top:0px;
                z-index:1; }
#ptcoglayer   { position:absolute; left:5px; top:35px;
                z-index:1; }
#linkslayer   { position:absolute; left:120px; top:18px; width:730px;
		z-index:2; font-size:120%; }
#sidelayer    { position:absolute; left:553px; top:65px; width:340px;
                z-index:2; }
#side1layer   { position:absolute; left:240px; top:53px; width:560px;
                z-index:2; font-size:167%; font-weight:bold; }
#mainlayer    { position:absolute; left:10px; top:190px; width:850px;
		background-color: #8ccef6; color:black;
                z-index:2; }
#foot1layer   { position:absolute; left:443px; top:632px; width:850px;
                z-index:2; font-size:130%; font-weight:normal;
		font-family:sans-serif; }
#footlayer    { position:absolute; left:50px; top:675px; width:850px;
                z-index:2; }
div.btextlayer{ position:absolute; left:34px; top:206px; width:120px;
		z-index:2;
                color:white; background-color:inherit;
	        font-family:sans-serif; font-weight:bold; text-align:center;
	        font-size:120%; }
a             { font-family:Ariel,sans-serif; text-decoration:none; }
a.mono        { font-family:Courier,fixed; text-decoration:none; }
a.b	      { font-family:sans-serif; text-decoration:none;
		font-weight:bold; color:black; }
a:hover       { color:red; background-color:#44ffff; text-decoration:underline;
                font-weight:bold; text-transform:none; font-size:100%; }
a.white       {	color:white; background-color:inherit; }
a.title       { font-family:Times-Roman,serif; font-style:italic; text-decoration:none;}
a.title:hover {color:red; background-color:#00ffff; text-decoration:underline;
		text-transform:none; font-size:100%; font-weight:normal;}
area:hover    { color:#7fba3d; background-color:#8145c2; }

#content
{
        margin: 1em 0 1em 1em;
        padding: 1em 0 1em 1.5em;
        /* border-left: 1px solid #AAAAAA; */
}
#content span.content_title
{
        display: block;
        font-size: 120%;
        border: 1px solid #AAAAAA;
        background-color: #89F989;
	color:inherit;
        padding: 0.2em;
        margin: 0;
}
#content p.content_text, table.content_text, div.content_text
{
        font-size: 110%;
        text-align:justify;
        margin-left: 0.5em;
        margin-right: 0.5em;
}
ul.content_text, ol.content_text
{
        font-size: 110%;
        text-align:justify;
        margin-left: 0.5em;
        margin-right: 0.5em;
        padding-left:1.5em;
        background-color:#FAFAFA;
	color:inherit;
}

