
/*These styles apply only to browsers new enough to handle the CSS "@import" command.
It only needs to hold definitons meant to add-to or override those in  "stylesNewerBrowsers.css" 
which are also loaded by those browsers because we also have a <link> command in the
source documents.*/


h2 {  margin-top: 2em; color: #330033; background: white; font-size: 140%; }
h2.subsection { margin-top: 2em; margin-bottom: 1em; } 

h3 { color: #330033; background: white; font-size: 115%; }
h5 { margin-top: 2em; margin-bottom: 0; } 

h4 { 
	font-size: 105%; 
	color: #330033; 
	background: white; 
	margin-top: 1.5em; 
	margin-bottom: 0; 
   } 

h5 { color: #330033; background: white; font-size: 100%; }
/*h5 { text-decoration: underline; }*/
h5 { margin-top: 2em; margin-bottom: 1em; } 

 /* 20100516_1337 p { text-indent: 0em; margin-top: 2%; margin-bottom: 0; } */
p { text-indent: 0em; margin-top: 1.5%; margin-bottom: 0; } 
/*p.indented { margin-left: 2m;  }*/



  .linkLeft  {   width: 25%; font-weight: bold; float: left; font-size: xx-small; }
  .linkRight {   width: 40%; font-weight: bold; float: right; text-align: right; font-size: xx-small; }

  .detectForm     { float: left;  }
  .detectText     { width: 40%; float: right;  margin-right: 5%}

  .trademark { color: red; background: white; font-size: 80%;}

li {  margin-top: 1.5%; margin-bottom: 0; } 

div.trademark_red { 
    color: red;
    background: white;
    margin-left: 0%; 
    margin-right: 0%; 
    font-size: 80%;
  }

div.trademark_black { 
    color: black;
    background: white;
    margin-left: 0%; 
    margin-right: 0%; 
    font-size: 80%;
  }

  .mailFormLeft     { width: 38%; font-weight: normal; float: left;  }


/* 
vim: tw=0 co=100 
*/

