/* This is an SSI script. Policy:
   (1) Use CVS
   (2) send e-mail to w3t-comm@w3.org if you edit this
*/
/* Style for a "Recommendation" */

/*
  
   This style sheet is included in all styles for technical reports.

   Acknowledgments:

   - 'background-color' doesn't work on Mac IE 3, but 'background'
     does

   - 'smaller' leads to illegible text in both Mac IE and Mac NS,
     'small' is better: works in Mac NS, but is always 12pt in Mac IE
     3 

   $Id: base.css,v 1.18 2001/02/12 14:09:49 bbos Exp $
*/

body  {
	
	font-family: 'Arial','Helvetica', sans-serif;
	font-size: 10pt; 
	color: black;
	background-repeat: no-repeat;
}

.linkNormal {font-family:Arial, Geneva, Verdana, Helvetica;
						font-size:12pt;
						text-decoration: none;
						font-weight: bold;
						color:#ffffff;
						}
.linkNormal:link {font-family:Arial,Geneva,Verdana,Helvetica;
						font-size:12pt;
						text-decoration: none;
						font-weight: bold;
						color:#ffffff;
						}
.linkNormal:visited {font-family:Arial,Geneva,Verdana,Helvetica;
						font-size:12pt;
						text-decoration: none;
						font-weight: bold;
						color:#ffffff;
						}
.linkNormal:hover {font-family:Arial,Geneva,Verdana,Helvetica;
						font-size:12pt;
						text-decoration: none;
						font-weight: bold;
						color:#ffffff;
						}					

						
.linkKlein {font-family:Arial, Geneva, Verdana, Helvetica;
						font-size:10pt;
						text-decoration: none;
						font-weight: bold;
						color:#ffffff;
						}
.linkKlein:link {font-family:Arial,Geneva,Verdana,Helvetica;
						font-size:10pt;
						text-decoration: none;
						font-weight: bold;
						color:#ffffff;
						}
.linkKlein:visited {font-family:Arial,Geneva,Verdana,Helvetica;
						font-size:10pt;
						text-decoration: none;
						font-weight: bold;
						color:#ffffff;
						}
.linkKlein:active {font-family:Arial,Geneva,Verdana,Helvetica;
						font-size:10pt;
						text-decoration: none;
						font-weight: bold;
						color:#ffffff;
						}					
.linkKlein:hover {font-family:Arial,Geneva,Verdana,Helvetica;
						font-size:10pt;
						text-decoration: none;
						font-weight: bold;
						color:#ffffff;
						}


a:link { color: #000000; background: transparent; text-decoration: none;font-family:'Helvetica','Arial',sans-serif; font-size:9pt; font-weight: bold}
a:visited { color: #404040; background: transparent; text-decoration: none; font-family:'Helvetica','Arial',sans-serif; font-size:9pt; font-weight: bold}
a:active { color: #ffffff; background: transparent; text-decoration: none;font-family:'Helvetica','Arial',sans-serif; font-size:9pt; font-weight: bold}


#h1 { color: #ffffff; font: bold 10pt sans-serif;  text-align: left; vertical-align: middle }
/* background should be transparent, but Dom has a bug */
#h2 {font-family:'Helvetica','Arial',sans-serif; color:#ffffff; font-size:14pt; font-weight: bold;}
#h3 {font-family:'Helvetica','Arial',sans-serif; color:#ffffff; font-size:12pt; font-weight: bold;}
#h4 {font-family:'Helvetica','Arial',sans-serif; color:#000000; font-size:12pt; font-weight: bold;}
.hide { display: none }
li   {   font-family: 'Arial','Helvetica', sans-serif;
        font-size: 10pt;
		 color:#000000;
		 margin-top:0pt;}


/*dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }


ul.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none;
}

*/


/*div.head { margin-bottom: 1em}
div.head h1 { margin-top:0em; clear: both}
div.head table { margin-left: 2em; margin-top: 2em }
div.head img { color: white; border: none } /* remove border from top image */

/*p.copyright { font-size: small }
p.copyright small { font-size: small }*/


/*pre { margin-left: 2em }*/
 
p { font-family: 'Arial', 'Helvetica', sans-serif;
        font-size: 10pt;
		 margin-top:0pt; } 