/* Style sheet for NOBI */


a:link
{
color: #A0D9F9 ;

text-decoration: none ;

}

a:visited
{
color: #A0D9F9 ;

text-decoration: none ;

}

a:hover
{

color: white ;

text-decoration: none ;
}

a:active
{

color: white ;

text-decoration: none ;
}


a:link.nonlink
{
color: #DDDDDD ;
}

a:visited.nonlink
{
color: #DDDDDD ;
}

a:hover.nonlink
{

color: white ;

text-decoration: none ;
}


a:active.nonlink
{

color: white ;

text-decoration: none ;
}




/* ------------------ BODY start ---------------- */

body
{
margin: 0px 0px 0px 0px ; 
background-color: #888888 ;


}

.main
{
background-color: white ;

margin-left: auto ;
margin-right: auto ;
margin-top: 0px ;

width: auto ;
height:90pt;
}

img.left
{
margin-left: 10px ;
margin-top: 10px ;
float: left ;
padding: 0px ;
}

img.right
{

top:5pt;
float: right ;
padding: 40px ;

}

.container
{
margin-right: 15% ;
margin-left: 10% ;
}


.leftelement
{
float: left;
width: 49% ;
margin-top: 7em ;
}

.rightcaption
{
text-align: right ;
margin-right: 0px ;
margin-top: 0% ;
font-size: 85% ;
}

.caption2
{
color: #FFFFFF ;
font-size: 100% ;
margin-left: 15% ;
text-align: left ;
}

.rightelement
{
float: right;
width: 49%;
text-align: right;
margin-top: 1em ;
}

.note
{
font-size: 10pt ;
color: #BBBBBB ;
font-style: italic ;
text-align: center ;
}


/*
This is just for my reference.

img-style: padding-left: 40% ;
img-style: padding-right: 40% ;*/

.main