/* document-specific styles come next */

body { 
	background-image:none; 
	background:#FFFFFF ; 
        font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: black;
	margin-left: 1%; margin-right: 1%;
      }


a:link {
      color:#0000EE;
      }  
a:active {
      color:#ff0000;
      }  
a:visited {
      color:#551A8B;
      }  

font.spec {
	color:navy ;
	font-weight:bold; 
      }

p     {
      }
p.nav {
	font-size: smaller ; 
	font-weight:bold; 
      }
p.ql {
	font-size: 8pt ; 
	text-align: right;
      }
p.youarehere {
	background-color: white;
	font-weight:bold;
	font-size: larger ; 
      } 
p.topic     {
	font-weight:bold; 
      }
p.small {
	font-size: smaller ; 
      }
p.header {
      color:navy ;
	font-size: larger; 
	font-weight:bold;
      }
p.indent {
      text-indent: 2em;
      }  

/*# Ionut's myCISN color
#	background-color: #CCCC99;
# Kuo-wan's EDC color
#	background-color: #a47148;
*/
td.cisn1 {
	background-color: #CCCCCC;
	text-align: left;
	color: black;
	}
td.cisn2 {
	text-align: left;
	color: black;
	}

td.cisn3 {
        text-align: center;
	font-weight:bold;
        color: black;
        }
td.cisn4 {
        text-align: center;
	font-weight:bold;
	font-style:italic;
        color: grey;
        }
td.cisn5 {
	font-size: larger ; 
        text-align: center;
        font-weight:bold;
        color: navy;
        }

td.nav {
	font-size: smaller ; 
	font-weight:bold; 
      }


li.wide {
      margin-left: 2em; margin-bottom: 1em;
      }  

dt.emp {
      color:navy ;
	font-size: medium ; 
	font-weight:bold;
      }  

h1    { 
	color:navy ; 
	font-size: large ; 
	text-transform:uppercase;
      }
h2    { 
	color:navy ; 
	text-transform:capitalize;
      }
h3    {
      color:navy ;
	font-size: medium ; 
	font-weight:bold;
      }  
h4    { 
	color:navy ; 
      }

em    { 
	font-style:italic;
      } 
strong    {
      font-weight:bold; 
      }

/* class definitions */
.logo {
      }
.navbar {
        }
.content {
         }
.footer {
        }
.small  {
        }
.header {
        }
.wide {
        }
.indent {
        }
.cisn1 {
        }
.cisn2 {
        }

/*More classes for EEW pages */
/* For image floated on right of text */
.pixRight {
margin-top:.1em;
margin-bottom:.5em;
margin-right:2em;
margin-left:.5em;
float: right;
font-size: 75%;
color: #555;
}
/* For image floated on left of text */
.pixLeft {
margin-top:.1em;
margin-bottom:.5em;
margin-right:.5em;
margin-left:2em;
float: left;
font-size: 75%;
color: #555;
}
.indentMe {
margin-right:2em;
margin-left:2em;
}

