/***************************/
/* Text style declarations */
/***************************/

H1                {font-size: 30pt; color: #000000;}
H2                {font-size: 20pt; color: #000000;}
H3                {font-size: 14pt; color: #000000;}
H4                {font-size: 12pt; color: #000000;}


BODY              
{
font-family: Verdana; 
font-size: 9pt; 
color: #000000;

SCROLLBAR-FACE-COLOR: #EFEFDE; 
SCROLLBAR-HIGHLIGHT-COLOR: #EFEFDE; 
SCROLLBAR-SHADOW-COLOR: #EFEFDE; 
SCROLLBAR-3DLIGHT-COLOR: #EFEFDE; 
SCROLLBAR-ARROW-COLOR: #213D30; 
SCROLLBAR-TRACK-COLOR: #EFEFDE; 
SCROLLBAR-DARKSHADOW-COLOR: #EFEFDE; 
SCROLLBAR-BASE-COLOR: #EFEFDE; 
scrollbar-3d-light-color: #EFEFDE; 
scrollbar-dark-shadow-color: #EFEFDE;
}

.plainBold        {font-family: Verdana; font-size: 9pt; font-weight: bold; color: #213D30;}
.plain            {font-family: Verdana; font-size: 9pt; color: #213D30;}
.plainBoldRed     {font-family: Verdana; font-size: 9pt; font-weight: bold; color: #213D30;}
.plainRed         {font-family: Verdana; font-size: 9pt; color: #C00000;}
.title			  {font-family: Verdana; font-size: 10pt; font-weight: bold; color: #213D30;}
.titleRed		  {font-family: Verdana; font-size: 10pt; font-weight: bold; color: #C00000;}

.smallBold        {font-family: Verdana; font-size: 8pt; font-weight: bold; color: #213D30;}
.small            {font-family: Verdana; font-size: 8pt; color: #213D30;}
.verySmallBold    {font-family: Verdana; font-size: 7pt; font-weight: bold; color: #213D30;}
.error            {font-family: Verdana; font-size: 9pt; font-weight: bold; color: #FF0000;}
.verySmall		  {font-family: Verdana; font-size: 4pt; font-weight: bold; color: #213D30;}


.titel {  font-family: Arial; font-size: 12px; font-weight: bold; color: #213D30}
.info {  font-family: Arial; font-size: 12px; font-weight: none; color: #213D30}
.contentheader {  font-family: Arial; font-size: 12px; font-weight: bold; color: #000000}
.content {  font-family: Arial; font-size: 12px; font-weight: none; color: #213D30}


/***************************/
/* Link style declarations */
/***************************/

a.content { font-family: Arial; font-size: 12px; font-weight: none; color: #213D30} 

.menubar:link     {text-decoration: none; font-size: 9pt; font-weight: bold; color: #0000FF;}
.menubar:visited  {text-decoration: none; font-size: 9pt; font-weight: bold; color: #0000FF;}
.menubar:active   {text-decoration: none; font-size: 9pt; font-weight: bold; color: #FF1100;}
.menubar:hover    {text-decoration: none; font-size: 9pt; font-weight: bold; color: #FF0000;}

.lnk9pts:link     {text-decoration: none; font-size: 9pt; font-weight: bold; color: #213D30;}
.lnk9pts:visited  {text-decoration: none; font-size: 9pt; font-weight: bold; color: #213D30;}
.lnk9pts:active   {text-decoration: none; font-size: 9pt; font-weight: bold; color: #213D30;}
.lnk9pts:hover    {text-decoration: none; font-size: 9pt; font-weight: bold; color: #C00000;}

.redlink:link     {text-decoration: none; font-size: 9pt; font-weight: bold; color: #C00000;}
.redlink:visited  {text-decoration: none; font-size: 9pt; font-weight: bold; color: #C00000;}
.redlink:active   {text-decoration: none; font-size: 9pt; font-weight: bold; color: #C00000;}
.redlink:hover    {text-decoration: none; font-size: 9pt; font-weight: bold; color: #213D30;}


.lnk8pts:link     {text-decoration: none; font-size: 8pt; font-weight: bold; color: #213D30;}
.lnk8pts:visited  {text-decoration: none; font-size: 8pt; font-weight: bold; color: #213D30;}
.lnk8pts:active   {text-decoration: none; font-size: 8pt; font-weight: bold; color: #213D30;}
.lnk8pts:hover    {text-decoration: none; font-size: 8pt; font-weight: bold; color: #C00000;}

.lnk7pts:link     {text-decoration: none; font-size: 7pt; font-weight: bold; color: #213D30;}
.lnk7pts:visited  {text-decoration: none; font-size: 7pt; font-weight: bold; color: #213D30;}
.lnk7pts:active   {text-decoration: none; font-size: 7pt; font-weight: bold; color: #213D30;}
.lnk7pts:hover    {text-decoration: none; font-size: 7pt; font-weight: bold; color: #C00000;}


/****************************/
/* Table style declarations */
/****************************/

.tblMain              {background-color: #EFEFDE;}


/********************************/
/* Component style declarations */
/********************************/

.selGaNaar       {height: 18px; font-size: 9pt; font-weight: bold;}
.selGaNaarAss    {height: 18px; width: 130px; font-size: 9pt;}
.selAssSelect    {height: 18px; width: 130px; font-size: 9pt;}


.txtEmail        {border-color: #213D30;}
.btnEmail        {border-color: #213D30;}

/* visibility is hidden of visible */

DIV.mainBody
{
  position: absolute;
  height: 260;
  width: 480;
  overflow: auto;
  visibility: visible;
  scrollbar-base-color:#EFEFDE;
}

DIV.mainBody2
{
  position: absolute;
  height: 312;
  width: 480;
  overflow: auto;
  visibility: visible;
  scrollbar-base-color:#EFEFDE;
}

