/* This is a sample CSS-file for use with xml2html.xsl
   Just simply add or modify the CSS formats in this file */


/* #################### BODY SECTION ############################ */
   body { background-color:#ffffff; }

/* Set the basic font for the whole page: */
   .p { font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
   /* 'Times New Roman',Times,serif; */
        font-size:13px;}

/* Set the basic font for the whole page: */
   .note { font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
   /* 'Times New Roman',Times,serif; */
        font-size:10px;}

/* ################# LINKS */

  a { font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:   #00639C;
        font-size:13px;}

/* #################### HEADING SECTION ######################### */

/* Set the font for the heading of the page: */
   .header {
	font-weight:    bold;
	font-size:   26px;
	font-family:   "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:   #006699;
}

    .mediumheader {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;	  
	font-size: 20px; 
	color: #006699; 
	font-weight: bold; text-decoration: none
	}

/* Set the font for the link, left from the heading: */
   .small_head { font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
                 font-size:11pt; }

/* #################### TABLE SECTION ########################### */

/* Set the font for the table heading (main-categories)
   of overview.html: */				
   .table_header { font-family:Arial, Helvetica, sans-serif;
                   font-size:14pt;  }

/* Set the font for the table data (all sub-categories): */
   .table_data { font-family:Arial, Helvetica, sans-serif;
                 font-size:12pt; }

/* Do NOT edit this class! */				
   .space { font-family:"Courier New", Courier, monospace; font-size:3pt; }


