/* body */
BODY {
     color:	       #000000; 
     background-color: #ffffff;
}


/* normal text */
P {
    color:	       #000000;
    font-family:       Arial, Helvetica, sans-serif; 
}

/* headings */
H1, H2, H3, H4, H5, H6 {
    color:	       #000000;
    font-family:       Arial, Helvetica, sans-serif; 
}

/* ************************************************************ */

/* Links */

/* links , normal/default with underline */
A { /* common parameters for link */
    text-decoration:   none;
    font-family:       Arial, Helvetica, sans-serif; 
}

A:link	{ 
    color:             #0000FF; 
}
A:visited { 
    color:             #000088; 
}
A:active, A:hover {
    color:             #00AA00;
    text-decoration:   underline;
}


/* ix: */
A.menu { /* menu navigation */
    font-size:         small;
}

A.bigmenu { /* menu navigation */
   text-decoration: none;
   color: #000090;
   font-family:      Arial,Helvetica , sans-serif; 
   font-size:           15pt;
   font-weight:         bold; 

}

/* ix: */


.textgrey, A.atextgrey {
   background-color:     #C0C0C0;
}
A.atextgrey:link  {
	background-color:    #C0C0C0;
	color: #0000d0; }
A.atextgrey:visited {
	background-color:    #C0C0C0;
	color: #000090; }


/* ************************************************************ */


/* special text */
PRE, CODE, TT	{
	font-family:	courier, fixed; 
	font-size: medium;
}

.normtext {
   background-color:    #ffffff;
   color:               #000000;
   font-family:     Arial,Helvetica , sans-serif; 
   font-size:           10pt;
}

UL {
  color:	#000000;
}

.smalltext, UL.noindent	{
   background-color:    #ffffff;
   color:               #000000;
   font-family:     Arial,Helvetica , sans-serif; 
   font-size:           small;
}

.smalltextgrey {
   background-color:    #C0C0C0;
   color:               #000000;
   font-family:         Arial, Helvetica, sans-serif; 
   font-size:	        10pt;
}


/* ix: */
UL.noindent {
	position: relative;
	left: -10px;
}

LI	{
  color:	#000000;
  font-family:     Arial,Helvetica , sans-serif; 
}




/* ix: */
.headertblbig { /* remove */
   font-family:         Arial, Helvetica,  sans-serif; 
   font-size:           16pt;
   font-weight:         bold; 
}

/* ix: */
.menuheader { 
  font-family:      Arial,Helvetica , sans-serif; 
   font-size:           13pt;
   font-weight:         bold; 
}

/* ix: */
.tdmenuheader { 
  font-family:     Arial,Helvetica , sans-serif; 
   font-size:           13pt;
   font-weight:         bold; 
}

/* CSS special */
.warning {
   text-transform:      none;
   font-style:          normal;
   font-weight:         bolder;
   background-color:            white;
   color:               red;
}

/* css eof */










