/* style.css - style sheet */
body {
	color: black;
	background-color: #c1d5eb;
	font-family: verdana, "Times New Roman";
	margin-left: 10%; margin-right: 10%;font-size: 12px;line-height: 1.5em;}

a:link { color: rgb(0,0,153) } /* for unvisited links */
a:visited { color: rgb(153,0,153) } /* for visited links */
a:active { color: rgb(255,0,102) } /* when link is clicked */
a:hover { color: rgb(0, 96, 15)  } /* when mouse is over link */

tr.odd { background:#e0e0e0;}
tr.even { background:#c0c6fa;}

th.w6 {width: 6em}
th.w10 {width: 10em}

h1 {
   
    font-family: Helvetica, "Arial Black", verdana;
    font-size: 115%;
    color: #800000;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}



h3 {
   font-family: Helvetica, "Arial Black", verdana;
   font-size: 115%;
   color: #000099;
   text-align: left;
   }


p { text-indent: 2em; margin-top:0; margin-bottom: 0;}

p.right { text-indent: 2em; 
	  margin-top:0; 
	  margin-bottom: 1em; 
	  margin-right: 15em;
	  
	}
	  

td.w6 {width: 6em}
td.w12 {width: 12em}
td.w9 {width: 9em}
th.head
{
padding-top:3px;
padding-bottom:8px;

}


	
tr.first {
    background-color: #c0c0c0;
    font-weight: bold;
}

div.box { 
	border: solid; 
	border-width: thin;
	width: 700px;background-color: #fbbe4b;}
	
div.smallbox { 
	border: solid; 
	border-width: thin; 
	
	}

div.buttonbox { 
	border: solid; 
	border-width: thin;
	width: 100px;
background-color: gray;
font-family:  verdana;
    font-size: 115%;
    text-align: center;
     padding-bottom: 4px;}


img {
     margin-bottom: 0;
     border:2;
     }
     
span.red { color:red;}