body 
{  
   height: 100%;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   background-color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: small; 
   color: #112240; 
   text-decoration: none; 
}

.content_part 
{  
   background-color: #FFFFFF; 
   text-align: justify; 
   padding: 10px 10px 10px 10px;
   color: #112240; 
}


/* General settings for links */

a.underlined 
{
   text-decoration: underline; 
   cursor:auto;
   background-color: transparent;
}

a:link 
{  
   color: #375FA4;
   background-color: transparent;
   text-decoration: none; 
}

a:visited 
{
   color: #375FA4; 
   background-color: transparent;
   text-decoration: none; 
}

a:hover 
{
   color: #828EBE; 
   text-decoration: underline; 
   background-color: transparent;
   text-decoration: underline; 
}

/* Menu at the left */

.menu 
{
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   padding: 8px;
   color: #375FA4; 

}


/* Horisontal menu after the logo */

a.horizontal_menu:link 
{
   color: #FFFFFF;
   font-size: 10px; 
   background-color: transparent;
   text-decoration: none; 
}

a.horizontal_menu:visited 
{
   color: #FFFFFF;
   font-size: 10px; 
   background-color: transparent;
   text-decoration: none; 
}

a.horizontal_menu:hover 
{
   color: #FFFFFF;
   font-size: 10px; 
   background-color: transparent;
   text-decoration: underline; 
}

/* Properties for HTML tags */

dt 
{  
   font-style: italic;
   color: #375FA4; 
}

h5 
{  
   font-weight: bold; 
   color: #375FA4; 
   background-color: transparent;
}

b 
{  
   font-weight: bold; 
   color: #375FA4; 
   background-color: transparent;
}

ul 
{
   margin-left: 0;
   margin-top: 0;
}

li 
{  
   list-style-type: circle;
   list-style-position: outside;
   margin-left: 15pt;
}

pre 
{
   font-family: Arial, Helvetica, sans-serif; 
   font-size: small;
   white-space: pre;
   word-spacing: 2pt;
}

/* Forms properties */

form 
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   vertical-align: middle;
   background-color: #FFFFFF;
/*   border:1px solid #375FA4; */
   padding: 5px 5px 5px 5px;

}

label
{
   width: 8em;
   float: left; 
   text-align: left;
   margin: 0px 1em 10px 0px; 
   clear: both; 
}

textarea, select 
{
   font-family: Arial, Helvetica, sans-serif;
   padding: 2px;
   font-size: small;
   border: solid 1px #375FA4;
   overflow: auto;
}

input 
{
   font-family: Arial, Helvetica, sans-serif;
   padding: 2px;
   font-size: small;
   border: solid 1px #375FA4;
   overflow: hidden;
}

.submit-button 
{
   color:#375FA4; 
   background-color: transparent;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 84%;
   font-weight:bold; 
   border: solid 1px #375FA4;
   width: 10em;
   height: 2em;
}

fieldset
{
   border: solid 1px #375FA4; 
   padding: 5px 5px 5px 5px;
}

legend
{
   color: #375FA4; 
}



/* Miscellaneous definitions */

.lightbar {  
   background-color: #E9EEF8;
}

.small 
{  
   font-size: xx-small; 
}


